From 4613d5cbe8e185afaafb250e1e625beb6363e343 Mon Sep 17 00:00:00 2001 From: Igor Kulman Date: Wed, 18 Jul 2018 12:02:55 +0200 Subject: [PATCH 1/3] Adding a framework project for Carthage --- .../Smile Lock.xcodeproj/project.pbxproj | 357 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/Smile Lock.xcscheme | 82 ++++ SmileLock/Smile Lock/Info.plist | 24 ++ SmileLock/Smile Lock/Smile_Lock.h | 19 + 5 files changed, 489 insertions(+) create mode 100644 SmileLock/Smile Lock.xcodeproj/project.pbxproj create mode 100644 SmileLock/Smile Lock.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 SmileLock/Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme create mode 100644 SmileLock/Smile Lock/Info.plist create mode 100644 SmileLock/Smile Lock/Smile_Lock.h diff --git a/SmileLock/Smile Lock.xcodeproj/project.pbxproj b/SmileLock/Smile Lock.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f9ee762 --- /dev/null +++ b/SmileLock/Smile Lock.xcodeproj/project.pbxproj @@ -0,0 +1,357 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + F36D592120FF4698002FD8BF /* Smile_Lock.h in Headers */ = {isa = PBXBuildFile; fileRef = F36D591F20FF4698002FD8BF /* Smile_Lock.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F36D592F20FF46E0002FD8BF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F36D592820FF46E0002FD8BF /* Assets.xcassets */; }; + F36D593020FF46E0002FD8BF /* PasswordContainerView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F36D592920FF46E0002FD8BF /* PasswordContainerView.xib */; }; + F36D593120FF46E0002FD8BF /* PasswordContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592B20FF46E0002FD8BF /* PasswordContainerView.swift */; }; + F36D593220FF46E0002FD8BF /* PasswordDotView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592C20FF46E0002FD8BF /* PasswordDotView.swift */; }; + F36D593320FF46E0002FD8BF /* PasswordInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592D20FF46E0002FD8BF /* PasswordInputView.swift */; }; + F36D593420FF46E0002FD8BF /* PasswordUIValidation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592E20FF46E0002FD8BF /* PasswordUIValidation.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + F36D591C20FF4698002FD8BF /* Smile_Lock.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Smile_Lock.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F36D591F20FF4698002FD8BF /* Smile_Lock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smile_Lock.h; sourceTree = ""; }; + F36D592020FF4698002FD8BF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F36D592820FF46E0002FD8BF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + F36D592920FF46E0002FD8BF /* PasswordContainerView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PasswordContainerView.xib; sourceTree = ""; }; + F36D592B20FF46E0002FD8BF /* PasswordContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordContainerView.swift; sourceTree = ""; }; + F36D592C20FF46E0002FD8BF /* PasswordDotView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordDotView.swift; sourceTree = ""; }; + F36D592D20FF46E0002FD8BF /* PasswordInputView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordInputView.swift; sourceTree = ""; }; + F36D592E20FF46E0002FD8BF /* PasswordUIValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordUIValidation.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + F36D591820FF4698002FD8BF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + F36D591220FF4698002FD8BF = { + isa = PBXGroup; + children = ( + F36D591E20FF4698002FD8BF /* Smile Lock */, + F36D591D20FF4698002FD8BF /* Products */, + ); + sourceTree = ""; + }; + F36D591D20FF4698002FD8BF /* Products */ = { + isa = PBXGroup; + children = ( + F36D591C20FF4698002FD8BF /* Smile_Lock.framework */, + ); + name = Products; + sourceTree = ""; + }; + F36D591E20FF4698002FD8BF /* Smile Lock */ = { + isa = PBXGroup; + children = ( + F36D592720FF46E0002FD8BF /* Assets */, + F36D592A20FF46E0002FD8BF /* Classes */, + F36D591F20FF4698002FD8BF /* Smile_Lock.h */, + F36D592020FF4698002FD8BF /* Info.plist */, + ); + path = "Smile Lock"; + sourceTree = ""; + }; + F36D592720FF46E0002FD8BF /* Assets */ = { + isa = PBXGroup; + children = ( + F36D592820FF46E0002FD8BF /* Assets.xcassets */, + F36D592920FF46E0002FD8BF /* PasswordContainerView.xib */, + ); + path = Assets; + sourceTree = SOURCE_ROOT; + }; + F36D592A20FF46E0002FD8BF /* Classes */ = { + isa = PBXGroup; + children = ( + F36D592B20FF46E0002FD8BF /* PasswordContainerView.swift */, + F36D592C20FF46E0002FD8BF /* PasswordDotView.swift */, + F36D592D20FF46E0002FD8BF /* PasswordInputView.swift */, + F36D592E20FF46E0002FD8BF /* PasswordUIValidation.swift */, + ); + path = Classes; + sourceTree = SOURCE_ROOT; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + F36D591920FF4698002FD8BF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + F36D592120FF4698002FD8BF /* Smile_Lock.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + F36D591B20FF4698002FD8BF /* Smile Lock */ = { + isa = PBXNativeTarget; + buildConfigurationList = F36D592420FF4698002FD8BF /* Build configuration list for PBXNativeTarget "Smile Lock" */; + buildPhases = ( + F36D591720FF4698002FD8BF /* Sources */, + F36D591820FF4698002FD8BF /* Frameworks */, + F36D591920FF4698002FD8BF /* Headers */, + F36D591A20FF4698002FD8BF /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Smile Lock"; + productName = "Smile Lock"; + productReference = F36D591C20FF4698002FD8BF /* Smile_Lock.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + F36D591320FF4698002FD8BF /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0920; + ORGANIZATIONNAME = "Smile Lock"; + TargetAttributes = { + F36D591B20FF4698002FD8BF = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = F36D591620FF4698002FD8BF /* Build configuration list for PBXProject "Smile Lock" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = F36D591220FF4698002FD8BF; + productRefGroup = F36D591D20FF4698002FD8BF /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + F36D591B20FF4698002FD8BF /* Smile Lock */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + F36D591A20FF4698002FD8BF /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F36D592F20FF46E0002FD8BF /* Assets.xcassets in Resources */, + F36D593020FF46E0002FD8BF /* PasswordContainerView.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + F36D591720FF4698002FD8BF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F36D593120FF46E0002FD8BF /* PasswordContainerView.swift in Sources */, + F36D593420FF46E0002FD8BF /* PasswordUIValidation.swift in Sources */, + F36D593320FF46E0002FD8BF /* PasswordInputView.swift in Sources */, + F36D593220FF46E0002FD8BF /* PasswordDotView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + F36D592220FF4698002FD8BF /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.2; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + F36D592320FF4698002FD8BF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.2; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + F36D592520FF4698002FD8BF /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Smile Lock/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "edu.self.Smile-Lock"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F36D592620FF4698002FD8BF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Smile Lock/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "edu.self.Smile-Lock"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + F36D591620FF4698002FD8BF /* Build configuration list for PBXProject "Smile Lock" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F36D592220FF4698002FD8BF /* Debug */, + F36D592320FF4698002FD8BF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F36D592420FF4698002FD8BF /* Build configuration list for PBXNativeTarget "Smile Lock" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F36D592520FF4698002FD8BF /* Debug */, + F36D592620FF4698002FD8BF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = F36D591320FF4698002FD8BF /* Project object */; +} diff --git a/SmileLock/Smile Lock.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SmileLock/Smile Lock.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9c9cfc4 --- /dev/null +++ b/SmileLock/Smile Lock.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SmileLock/Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme b/SmileLock/Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme new file mode 100644 index 0000000..d6a46ec --- /dev/null +++ b/SmileLock/Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SmileLock/Smile Lock/Info.plist b/SmileLock/Smile Lock/Info.plist new file mode 100644 index 0000000..986af27 --- /dev/null +++ b/SmileLock/Smile Lock/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 3.0.3 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/SmileLock/Smile Lock/Smile_Lock.h b/SmileLock/Smile Lock/Smile_Lock.h new file mode 100644 index 0000000..1c98876 --- /dev/null +++ b/SmileLock/Smile Lock/Smile_Lock.h @@ -0,0 +1,19 @@ +// +// Smile_Lock.h +// Smile Lock +// +// Created by Igor Kulman on 18/07/2018. +// Copyright © 2018 Smile Lock. All rights reserved. +// + +#import + +//! Project version number for Smile_Lock. +FOUNDATION_EXPORT double Smile_LockVersionNumber; + +//! Project version string for Smile_Lock. +FOUNDATION_EXPORT const unsigned char Smile_LockVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + From bade5f4ec71aa0ad0e48cb0b450739e757cebf5b Mon Sep 17 00:00:00 2001 From: Igor Kulman Date: Wed, 18 Jul 2018 14:31:12 +0200 Subject: [PATCH 2/3] Consistent naming --- SmileLock/Smile Lock/Smile_Lock.h | 19 --- .../project.pbxproj | 152 +++++++++--------- .../contents.xcworkspacedata | 2 +- .../xcschemes/SmileLock.xcscheme} | 24 +-- .../{Smile Lock => SmileLock}/Info.plist | 2 +- SmileLock/SmileLock/SmileLock.h | 19 +++ 6 files changed, 109 insertions(+), 109 deletions(-) delete mode 100644 SmileLock/Smile Lock/Smile_Lock.h rename SmileLock/{Smile Lock.xcodeproj => SmileLock.xcodeproj}/project.pbxproj (64%) rename SmileLock/{Smile Lock.xcodeproj => SmileLock.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (70%) rename SmileLock/{Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme => SmileLock.xcodeproj/xcshareddata/xcschemes/SmileLock.xcscheme} (76%) rename SmileLock/{Smile Lock => SmileLock}/Info.plist (96%) create mode 100644 SmileLock/SmileLock/SmileLock.h diff --git a/SmileLock/Smile Lock/Smile_Lock.h b/SmileLock/Smile Lock/Smile_Lock.h deleted file mode 100644 index 1c98876..0000000 --- a/SmileLock/Smile Lock/Smile_Lock.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// Smile_Lock.h -// Smile Lock -// -// Created by Igor Kulman on 18/07/2018. -// Copyright © 2018 Smile Lock. All rights reserved. -// - -#import - -//! Project version number for Smile_Lock. -FOUNDATION_EXPORT double Smile_LockVersionNumber; - -//! Project version string for Smile_Lock. -FOUNDATION_EXPORT const unsigned char Smile_LockVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/SmileLock/Smile Lock.xcodeproj/project.pbxproj b/SmileLock/SmileLock.xcodeproj/project.pbxproj similarity index 64% rename from SmileLock/Smile Lock.xcodeproj/project.pbxproj rename to SmileLock/SmileLock.xcodeproj/project.pbxproj index f9ee762..a654b22 100644 --- a/SmileLock/Smile Lock.xcodeproj/project.pbxproj +++ b/SmileLock/SmileLock.xcodeproj/project.pbxproj @@ -7,29 +7,29 @@ objects = { /* Begin PBXBuildFile section */ - F36D592120FF4698002FD8BF /* Smile_Lock.h in Headers */ = {isa = PBXBuildFile; fileRef = F36D591F20FF4698002FD8BF /* Smile_Lock.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F36D592F20FF46E0002FD8BF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F36D592820FF46E0002FD8BF /* Assets.xcassets */; }; - F36D593020FF46E0002FD8BF /* PasswordContainerView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F36D592920FF46E0002FD8BF /* PasswordContainerView.xib */; }; - F36D593120FF46E0002FD8BF /* PasswordContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592B20FF46E0002FD8BF /* PasswordContainerView.swift */; }; - F36D593220FF46E0002FD8BF /* PasswordDotView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592C20FF46E0002FD8BF /* PasswordDotView.swift */; }; - F36D593320FF46E0002FD8BF /* PasswordInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592D20FF46E0002FD8BF /* PasswordInputView.swift */; }; - F36D593420FF46E0002FD8BF /* PasswordUIValidation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36D592E20FF46E0002FD8BF /* PasswordUIValidation.swift */; }; + F373752720FF72080000A50A /* SmileLock.h in Headers */ = {isa = PBXBuildFile; fileRef = F373752520FF72080000A50A /* SmileLock.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F373753520FF72080000A50A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F373752E20FF72080000A50A /* Assets.xcassets */; }; + F373753620FF72080000A50A /* PasswordContainerView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F373752F20FF72080000A50A /* PasswordContainerView.xib */; }; + F373753720FF72080000A50A /* PasswordContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F373753120FF72080000A50A /* PasswordContainerView.swift */; }; + F373753820FF72080000A50A /* PasswordDotView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F373753220FF72080000A50A /* PasswordDotView.swift */; }; + F373753920FF72080000A50A /* PasswordInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F373753320FF72080000A50A /* PasswordInputView.swift */; }; + F373753A20FF72080000A50A /* PasswordUIValidation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F373753420FF72080000A50A /* PasswordUIValidation.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - F36D591C20FF4698002FD8BF /* Smile_Lock.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Smile_Lock.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F36D591F20FF4698002FD8BF /* Smile_Lock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smile_Lock.h; sourceTree = ""; }; - F36D592020FF4698002FD8BF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F36D592820FF46E0002FD8BF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - F36D592920FF46E0002FD8BF /* PasswordContainerView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PasswordContainerView.xib; sourceTree = ""; }; - F36D592B20FF46E0002FD8BF /* PasswordContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordContainerView.swift; sourceTree = ""; }; - F36D592C20FF46E0002FD8BF /* PasswordDotView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordDotView.swift; sourceTree = ""; }; - F36D592D20FF46E0002FD8BF /* PasswordInputView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordInputView.swift; sourceTree = ""; }; - F36D592E20FF46E0002FD8BF /* PasswordUIValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordUIValidation.swift; sourceTree = ""; }; + F373752220FF72080000A50A /* SmileLock.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SmileLock.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F373752520FF72080000A50A /* SmileLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmileLock.h; sourceTree = ""; }; + F373752620FF72080000A50A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F373752E20FF72080000A50A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + F373752F20FF72080000A50A /* PasswordContainerView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PasswordContainerView.xib; sourceTree = ""; }; + F373753120FF72080000A50A /* PasswordContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordContainerView.swift; sourceTree = ""; }; + F373753220FF72080000A50A /* PasswordDotView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordDotView.swift; sourceTree = ""; }; + F373753320FF72080000A50A /* PasswordInputView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordInputView.swift; sourceTree = ""; }; + F373753420FF72080000A50A /* PasswordUIValidation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordUIValidation.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - F36D591820FF4698002FD8BF /* Frameworks */ = { + F373751E20FF72080000A50A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -39,49 +39,49 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - F36D591220FF4698002FD8BF = { + F373751820FF72080000A50A = { isa = PBXGroup; children = ( - F36D591E20FF4698002FD8BF /* Smile Lock */, - F36D591D20FF4698002FD8BF /* Products */, + F373752420FF72080000A50A /* SmileLock */, + F373752320FF72080000A50A /* Products */, ); sourceTree = ""; }; - F36D591D20FF4698002FD8BF /* Products */ = { + F373752320FF72080000A50A /* Products */ = { isa = PBXGroup; children = ( - F36D591C20FF4698002FD8BF /* Smile_Lock.framework */, + F373752220FF72080000A50A /* SmileLock.framework */, ); name = Products; sourceTree = ""; }; - F36D591E20FF4698002FD8BF /* Smile Lock */ = { + F373752420FF72080000A50A /* SmileLock */ = { isa = PBXGroup; children = ( - F36D592720FF46E0002FD8BF /* Assets */, - F36D592A20FF46E0002FD8BF /* Classes */, - F36D591F20FF4698002FD8BF /* Smile_Lock.h */, - F36D592020FF4698002FD8BF /* Info.plist */, + F373752D20FF72080000A50A /* Assets */, + F373753020FF72080000A50A /* Classes */, + F373752520FF72080000A50A /* SmileLock.h */, + F373752620FF72080000A50A /* Info.plist */, ); - path = "Smile Lock"; + path = SmileLock; sourceTree = ""; }; - F36D592720FF46E0002FD8BF /* Assets */ = { + F373752D20FF72080000A50A /* Assets */ = { isa = PBXGroup; children = ( - F36D592820FF46E0002FD8BF /* Assets.xcassets */, - F36D592920FF46E0002FD8BF /* PasswordContainerView.xib */, + F373752E20FF72080000A50A /* Assets.xcassets */, + F373752F20FF72080000A50A /* PasswordContainerView.xib */, ); path = Assets; sourceTree = SOURCE_ROOT; }; - F36D592A20FF46E0002FD8BF /* Classes */ = { + F373753020FF72080000A50A /* Classes */ = { isa = PBXGroup; children = ( - F36D592B20FF46E0002FD8BF /* PasswordContainerView.swift */, - F36D592C20FF46E0002FD8BF /* PasswordDotView.swift */, - F36D592D20FF46E0002FD8BF /* PasswordInputView.swift */, - F36D592E20FF46E0002FD8BF /* PasswordUIValidation.swift */, + F373753120FF72080000A50A /* PasswordContainerView.swift */, + F373753220FF72080000A50A /* PasswordDotView.swift */, + F373753320FF72080000A50A /* PasswordInputView.swift */, + F373753420FF72080000A50A /* PasswordUIValidation.swift */, ); path = Classes; sourceTree = SOURCE_ROOT; @@ -89,95 +89,95 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - F36D591920FF4698002FD8BF /* Headers */ = { + F373751F20FF72080000A50A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F36D592120FF4698002FD8BF /* Smile_Lock.h in Headers */, + F373752720FF72080000A50A /* SmileLock.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - F36D591B20FF4698002FD8BF /* Smile Lock */ = { + F373752120FF72080000A50A /* SmileLock */ = { isa = PBXNativeTarget; - buildConfigurationList = F36D592420FF4698002FD8BF /* Build configuration list for PBXNativeTarget "Smile Lock" */; + buildConfigurationList = F373752A20FF72080000A50A /* Build configuration list for PBXNativeTarget "SmileLock" */; buildPhases = ( - F36D591720FF4698002FD8BF /* Sources */, - F36D591820FF4698002FD8BF /* Frameworks */, - F36D591920FF4698002FD8BF /* Headers */, - F36D591A20FF4698002FD8BF /* Resources */, + F373751D20FF72080000A50A /* Sources */, + F373751E20FF72080000A50A /* Frameworks */, + F373751F20FF72080000A50A /* Headers */, + F373752020FF72080000A50A /* Resources */, ); buildRules = ( ); dependencies = ( ); - name = "Smile Lock"; - productName = "Smile Lock"; - productReference = F36D591C20FF4698002FD8BF /* Smile_Lock.framework */; + name = SmileLock; + productName = SmileLock; + productReference = F373752220FF72080000A50A /* SmileLock.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - F36D591320FF4698002FD8BF /* Project object */ = { + F373751920FF72080000A50A /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0920; ORGANIZATIONNAME = "Smile Lock"; TargetAttributes = { - F36D591B20FF4698002FD8BF = { + F373752120FF72080000A50A = { CreatedOnToolsVersion = 9.2; ProvisioningStyle = Automatic; }; }; }; - buildConfigurationList = F36D591620FF4698002FD8BF /* Build configuration list for PBXProject "Smile Lock" */; + buildConfigurationList = F373751C20FF72080000A50A /* Build configuration list for PBXProject "SmileLock" */; compatibilityVersion = "Xcode 8.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, ); - mainGroup = F36D591220FF4698002FD8BF; - productRefGroup = F36D591D20FF4698002FD8BF /* Products */; + mainGroup = F373751820FF72080000A50A; + productRefGroup = F373752320FF72080000A50A /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - F36D591B20FF4698002FD8BF /* Smile Lock */, + F373752120FF72080000A50A /* SmileLock */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - F36D591A20FF4698002FD8BF /* Resources */ = { + F373752020FF72080000A50A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - F36D592F20FF46E0002FD8BF /* Assets.xcassets in Resources */, - F36D593020FF46E0002FD8BF /* PasswordContainerView.xib in Resources */, + F373753520FF72080000A50A /* Assets.xcassets in Resources */, + F373753620FF72080000A50A /* PasswordContainerView.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - F36D591720FF4698002FD8BF /* Sources */ = { + F373751D20FF72080000A50A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F36D593120FF46E0002FD8BF /* PasswordContainerView.swift in Sources */, - F36D593420FF46E0002FD8BF /* PasswordUIValidation.swift in Sources */, - F36D593320FF46E0002FD8BF /* PasswordInputView.swift in Sources */, - F36D593220FF46E0002FD8BF /* PasswordDotView.swift in Sources */, + F373753720FF72080000A50A /* PasswordContainerView.swift in Sources */, + F373753A20FF72080000A50A /* PasswordUIValidation.swift in Sources */, + F373753920FF72080000A50A /* PasswordInputView.swift in Sources */, + F373753820FF72080000A50A /* PasswordDotView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ - F36D592220FF4698002FD8BF /* Debug */ = { + F373752820FF72080000A50A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -237,7 +237,7 @@ }; name = Debug; }; - F36D592320FF4698002FD8BF /* Release */ = { + F373752920FF72080000A50A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -290,7 +290,7 @@ }; name = Release; }; - F36D592520FF4698002FD8BF /* Debug */ = { + F373752B20FF72080000A50A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = ""; @@ -299,10 +299,10 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Smile Lock/Info.plist"; + INFOPLIST_FILE = SmileLock/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "edu.self.Smile-Lock"; + PRODUCT_BUNDLE_IDENTIFIER = edu.self.SmileLock; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; SWIFT_VERSION = 4.0; @@ -310,7 +310,7 @@ }; name = Debug; }; - F36D592620FF4698002FD8BF /* Release */ = { + F373752C20FF72080000A50A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = ""; @@ -319,10 +319,10 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Smile Lock/Info.plist"; + INFOPLIST_FILE = SmileLock/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "edu.self.Smile-Lock"; + PRODUCT_BUNDLE_IDENTIFIER = edu.self.SmileLock; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; SWIFT_VERSION = 4.0; @@ -333,25 +333,25 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - F36D591620FF4698002FD8BF /* Build configuration list for PBXProject "Smile Lock" */ = { + F373751C20FF72080000A50A /* Build configuration list for PBXProject "SmileLock" */ = { isa = XCConfigurationList; buildConfigurations = ( - F36D592220FF4698002FD8BF /* Debug */, - F36D592320FF4698002FD8BF /* Release */, + F373752820FF72080000A50A /* Debug */, + F373752920FF72080000A50A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F36D592420FF4698002FD8BF /* Build configuration list for PBXNativeTarget "Smile Lock" */ = { + F373752A20FF72080000A50A /* Build configuration list for PBXNativeTarget "SmileLock" */ = { isa = XCConfigurationList; buildConfigurations = ( - F36D592520FF4698002FD8BF /* Debug */, - F36D592620FF4698002FD8BF /* Release */, + F373752B20FF72080000A50A /* Debug */, + F373752C20FF72080000A50A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = F36D591320FF4698002FD8BF /* Project object */; + rootObject = F373751920FF72080000A50A /* Project object */; } diff --git a/SmileLock/Smile Lock.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SmileLock/SmileLock.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 70% rename from SmileLock/Smile Lock.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to SmileLock/SmileLock.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 9c9cfc4..8253fb3 100644 --- a/SmileLock/Smile Lock.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/SmileLock/SmileLock.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:SmileLock.xcodeproj"> diff --git a/SmileLock/Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme b/SmileLock/SmileLock.xcodeproj/xcshareddata/xcschemes/SmileLock.xcscheme similarity index 76% rename from SmileLock/Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme rename to SmileLock/SmileLock.xcodeproj/xcshareddata/xcschemes/SmileLock.xcscheme index d6a46ec..85c5b9d 100644 --- a/SmileLock/Smile Lock.xcodeproj/xcshareddata/xcschemes/Smile Lock.xcscheme +++ b/SmileLock/SmileLock.xcodeproj/xcshareddata/xcschemes/SmileLock.xcscheme @@ -14,10 +14,10 @@ buildForAnalyzing = "YES"> + BlueprintIdentifier = "F373752120FF72080000A50A" + BuildableName = "SmileLock.framework" + BlueprintName = "SmileLock" + ReferencedContainer = "container:SmileLock.xcodeproj"> @@ -47,10 +47,10 @@ + BlueprintIdentifier = "F373752120FF72080000A50A" + BuildableName = "SmileLock.framework" + BlueprintName = "SmileLock" + ReferencedContainer = "container:SmileLock.xcodeproj"> @@ -65,10 +65,10 @@ + BlueprintIdentifier = "F373752120FF72080000A50A" + BuildableName = "SmileLock.framework" + BlueprintName = "SmileLock" + ReferencedContainer = "container:SmileLock.xcodeproj"> diff --git a/SmileLock/Smile Lock/Info.plist b/SmileLock/SmileLock/Info.plist similarity index 96% rename from SmileLock/Smile Lock/Info.plist rename to SmileLock/SmileLock/Info.plist index 986af27..1007fd9 100644 --- a/SmileLock/Smile Lock/Info.plist +++ b/SmileLock/SmileLock/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.3 + 1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/SmileLock/SmileLock/SmileLock.h b/SmileLock/SmileLock/SmileLock.h new file mode 100644 index 0000000..264b89c --- /dev/null +++ b/SmileLock/SmileLock/SmileLock.h @@ -0,0 +1,19 @@ +// +// SmileLock.h +// SmileLock +// +// Created by Igor Kulman on 18/07/2018. +// Copyright © 2018 Smile Lock. All rights reserved. +// + +#import + +//! Project version number for SmileLock. +FOUNDATION_EXPORT double SmileLockVersionNumber; + +//! Project version string for SmileLock. +FOUNDATION_EXPORT const unsigned char SmileLockVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + From e91f389899dfa7937d70cd308a9df8f95d335198 Mon Sep 17 00:00:00 2001 From: Igor Kulman Date: Wed, 18 Jul 2018 14:42:02 +0200 Subject: [PATCH 3/3] Setting iOS 9 as minimum target for the framework project --- SmileLock/SmileLock.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SmileLock/SmileLock.xcodeproj/project.pbxproj b/SmileLock/SmileLock.xcodeproj/project.pbxproj index a654b22..eb48b37 100644 --- a/SmileLock/SmileLock.xcodeproj/project.pbxproj +++ b/SmileLock/SmileLock.xcodeproj/project.pbxproj @@ -301,6 +301,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = SmileLock/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = edu.self.SmileLock; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -321,6 +322,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = SmileLock/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = edu.self.SmileLock; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";