diff --git a/ExampleActivationCodeTextfield/ExampleActivationCodeTextfield.xcodeproj/project.pbxproj b/ExampleActivationCodeTextfield/ExampleActivationCodeTextfield.xcodeproj/project.pbxproj index 847b956..f525ed5 100644 --- a/ExampleActivationCodeTextfield/ExampleActivationCodeTextfield.xcodeproj/project.pbxproj +++ b/ExampleActivationCodeTextfield/ExampleActivationCodeTextfield.xcodeproj/project.pbxproj @@ -351,7 +351,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; 4127F01208FCA757B7CB3907 /* [CP] Embed Pods Frameworks */ = { @@ -411,7 +411,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; C275FDDAB3790B59232AA4E8 /* [CP] Copy Pods Resources */ = { @@ -441,7 +441,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; DBCA2F69B2594AAF4930A5CB /* [CP] Copy Pods Resources */ = { diff --git a/ExampleActivationCodeTextfield/Podfile.lock b/ExampleActivationCodeTextfield/Podfile.lock index 61cf612..dd7a22c 100644 --- a/ExampleActivationCodeTextfield/Podfile.lock +++ b/ExampleActivationCodeTextfield/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - SACodedTextField (0.1.2) + - SACodedTextField (1.0) DEPENDENCIES: - SACodedTextField (from `../SACodedTextField.podspec`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../SACodedTextField.podspec" SPEC CHECKSUMS: - SACodedTextField: 34721594b0ac910de05b31d6625b274ae8d2e2d7 + SACodedTextField: dc04d2b84ed0a141261c1080570e8df88816b289 PODFILE CHECKSUM: f1dadbb86f0493d393e5b291b632f255d828666b -COCOAPODS: 1.1.1 +COCOAPODS: 1.2.1 diff --git a/ExampleActivationCodeTextfield/Pods/Local Podspecs/SACodedTextField.podspec.json b/ExampleActivationCodeTextfield/Pods/Local Podspecs/SACodedTextField.podspec.json index 29f6bc6..de5439f 100644 --- a/ExampleActivationCodeTextfield/Pods/Local Podspecs/SACodedTextField.podspec.json +++ b/ExampleActivationCodeTextfield/Pods/Local Podspecs/SACodedTextField.podspec.json @@ -1,6 +1,6 @@ { "name": "SACodedTextField", - "version": "0.1.2", + "version": "1.0", "summary": "A simple text field for building 'activation code text field' like [WhatsApp](https://www.whatsapp.com/) for iOS", "description": "SACodedTextField is a simple text field for building 'activation code text field' like [WhatsApp](https://www.whatsapp.com/). It is highly customizable.", "homepage": "https://github.com/SandeepAggarwal/SACodedTextField", @@ -17,11 +17,11 @@ }, "social_media_url": "https://twitter.com/sandeepCool77", "platforms": { - "ios": "7.0" + "ios": "8.0" }, "source": { "git": "https://github.com/SandeepAggarwal/SACodedTextField.git", - "tag": "0.1.2" + "tag": "1.0" }, "source_files": "ActivationCodeTextField/ActivationCodeTextField.{h,m}", "frameworks": "UIKit", diff --git a/ExampleActivationCodeTextfield/Pods/Manifest.lock b/ExampleActivationCodeTextfield/Pods/Manifest.lock index 61cf612..dd7a22c 100644 --- a/ExampleActivationCodeTextfield/Pods/Manifest.lock +++ b/ExampleActivationCodeTextfield/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - SACodedTextField (0.1.2) + - SACodedTextField (1.0) DEPENDENCIES: - SACodedTextField (from `../SACodedTextField.podspec`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../SACodedTextField.podspec" SPEC CHECKSUMS: - SACodedTextField: 34721594b0ac910de05b31d6625b274ae8d2e2d7 + SACodedTextField: dc04d2b84ed0a141261c1080570e8df88816b289 PODFILE CHECKSUM: f1dadbb86f0493d393e5b291b632f255d828666b -COCOAPODS: 1.1.1 +COCOAPODS: 1.2.1 diff --git a/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/project.pbxproj b/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/project.pbxproj index 6ee1109..759cbbb 100644 --- a/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/project.pbxproj +++ b/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/project.pbxproj @@ -8,16 +8,16 @@ /* Begin PBXBuildFile section */ 1326D6D8234D5E82BDBC1C073991F87B /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE3E71182D80FCA0ECAB88DF4B3DDDC1 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-dummy.m */; }; + 247EC792E2241E419D5595B8146E39EB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D88AAE1F92055A60CC2FC970D7D34634 /* Foundation.framework */; }; 4C8A495B0EF2C98981119C650D670CF5 /* ActivationCodeTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE8B6D890FEE41604F78E9A0A365466 /* ActivationCodeTextField.h */; settings = {ATTRIBUTES = (Public, ); }; }; 562DECF642BFB9E89B96D8C01853D9D8 /* ActivationCodeTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = D4C2EB82740D71401FFF43728F39D5C0 /* ActivationCodeTextField.m */; }; 74BD69F227DF39C7DBDC1A94C3F17AED /* SACodedTextField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6AA05915132926B0C413A139FF76E0B /* SACodedTextField-dummy.m */; }; - 9AD8D308BD8C2BFBB154C7DB589657D2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */; }; - ABE85C81FA32A7A9E26A340E09ED3998 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */; }; - BB45FD512B2C0B5AC117BA26ACC94FC4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EC994CDC2D681BA26389F78A7E4B325 /* UIKit.framework */; }; + 7608E92D10B12ACC2E37928BB1444B5A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D88AAE1F92055A60CC2FC970D7D34634 /* Foundation.framework */; }; C625297DAA7A192A6BEFB1945FCC091E /* Pods-ExampleActivationCodeTextfield-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80626BDBD2D057ED8D747391776AE8B8 /* Pods-ExampleActivationCodeTextfield-dummy.m */; }; CBB6E2919F4229C021FE876D94E9B00E /* Pods-ExampleActivationCodeTextfieldTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 745427D910C7F824B118DFB654048F66 /* Pods-ExampleActivationCodeTextfieldTests-dummy.m */; }; - DEF13200810E87ACC75F1126EB34CBEE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */; }; - E59F75D71723521DC50D1A10AAFCFEC6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */; }; + DF1EF105E3EFFDE0B79C73B13BC5D809 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B63C6A64CF66340668996F78DA6BB482 /* UIKit.framework */; }; + E5FB337F98FE069005C5F1CABEC63639 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D88AAE1F92055A60CC2FC970D7D34634 /* Foundation.framework */; }; + F19AF8A3C9142D4DC7C6AF7E8B057016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D88AAE1F92055A60CC2FC970D7D34634 /* Foundation.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -44,31 +44,31 @@ 54FF80D5973B42C10DD43F77816000C7 /* Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig"; sourceTree = ""; }; 5781C469E3190FBC5AB3834B813CF055 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-resources.sh"; sourceTree = ""; }; 5C82FB5CC395914F451986696BAD6137 /* Pods-ExampleActivationCodeTextfieldTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ExampleActivationCodeTextfieldTests-acknowledgements.markdown"; sourceTree = ""; }; - 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 6D9575E13DE144F48E6F16F61B56D20C /* Pods-ExampleActivationCodeTextfield-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleActivationCodeTextfield-frameworks.sh"; sourceTree = ""; }; 6EA9C01EBACBF7FB150DC415B65B04F2 /* Pods-ExampleActivationCodeTextfield-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleActivationCodeTextfield-resources.sh"; sourceTree = ""; }; 73F140AEF920B6B58621A6A8E1036835 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-acknowledgements.markdown"; sourceTree = ""; }; 745427D910C7F824B118DFB654048F66 /* Pods-ExampleActivationCodeTextfieldTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ExampleActivationCodeTextfieldTests-dummy.m"; sourceTree = ""; }; 7AE51C395004BB7C2BAEB92926EF4B89 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-frameworks.sh"; sourceTree = ""; }; 7D142CBB6056EC960D1F70DE71D40A52 /* Pods-ExampleActivationCodeTextfield-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ExampleActivationCodeTextfield-acknowledgements.markdown"; sourceTree = ""; }; - 7EC994CDC2D681BA26389F78A7E4B325 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; 80626BDBD2D057ED8D747391776AE8B8 /* Pods-ExampleActivationCodeTextfield-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ExampleActivationCodeTextfield-dummy.m"; sourceTree = ""; }; 8094C90CDA90BCF34F66A363FF40DA2C /* Pods-ExampleActivationCodeTextfieldTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleActivationCodeTextfieldTests.release.xcconfig"; sourceTree = ""; }; 8C22BEDA8FB8399939BCCFD2830F95C5 /* Pods-ExampleActivationCodeTextfieldTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleActivationCodeTextfieldTests-frameworks.sh"; sourceTree = ""; }; 922537CBA13D0E15866E2690BAB627DE /* Pods-ExampleActivationCodeTextfield-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ExampleActivationCodeTextfield-acknowledgements.plist"; sourceTree = ""; }; 933C33A0E10D2942E2E3183E6EB16618 /* Pods-ExampleActivationCodeTextfieldTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleActivationCodeTextfieldTests-resources.sh"; sourceTree = ""; }; 9341C235E300554D77F350D4384C5272 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-acknowledgements.plist"; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 94E04303C421520DE3FA1397E72DA52A /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.debug.xcconfig"; sourceTree = ""; }; A6AA05915132926B0C413A139FF76E0B /* SACodedTextField-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SACodedTextField-dummy.m"; sourceTree = ""; }; B08A2D65051CE3AE0DA7F1D84F7BECBB /* Pods-ExampleActivationCodeTextfield.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleActivationCodeTextfield.release.xcconfig"; sourceTree = ""; }; - B0FF85D3EFB9C4F6379F986012664759 /* libPods-ExampleActivationCodeTextfieldTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ExampleActivationCodeTextfieldTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B0FF85D3EFB9C4F6379F986012664759 /* libPods-ExampleActivationCodeTextfieldTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ExampleActivationCodeTextfieldTests.a"; path = "libPods-ExampleActivationCodeTextfieldTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B63C6A64CF66340668996F78DA6BB482 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; BE3E71182D80FCA0ECAB88DF4B3DDDC1 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-dummy.m"; sourceTree = ""; }; D4C2EB82740D71401FFF43728F39D5C0 /* ActivationCodeTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ActivationCodeTextField.m; sourceTree = ""; }; - DA4926FD29E7AC1A4F63CF77658AF9FD /* libSACodedTextField.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSACodedTextField.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E549FEB4F2C9443B7FAA6F4068CAFB00 /* libPods-ExampleActivationCodeTextfield.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ExampleActivationCodeTextfield.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D88AAE1F92055A60CC2FC970D7D34634 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + DA4926FD29E7AC1A4F63CF77658AF9FD /* libSACodedTextField.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSACodedTextField.a; path = libSACodedTextField.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E549FEB4F2C9443B7FAA6F4068CAFB00 /* libPods-ExampleActivationCodeTextfield.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ExampleActivationCodeTextfield.a"; path = "libPods-ExampleActivationCodeTextfield.a"; sourceTree = BUILT_PRODUCTS_DIR; }; EE440CB9F5EA3BFBF658C2B022645B45 /* SACodedTextField.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SACodedTextField.xcconfig; sourceTree = ""; }; - EE73111A7E422BD6E7915B834CFE312D /* libPods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + EE73111A7E422BD6E7915B834CFE312D /* libPods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.a"; path = "libPods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; F2E790265012410E1F82E7BC9FB8E9C0 /* Pods-ExampleActivationCodeTextfield.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleActivationCodeTextfield.debug.xcconfig"; sourceTree = ""; }; FEE8B6D890FEE41604F78E9A0A365466 /* ActivationCodeTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ActivationCodeTextField.h; sourceTree = ""; }; /* End PBXFileReference section */ @@ -78,8 +78,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E59F75D71723521DC50D1A10AAFCFEC6 /* Foundation.framework in Frameworks */, - BB45FD512B2C0B5AC117BA26ACC94FC4 /* UIKit.framework in Frameworks */, + F19AF8A3C9142D4DC7C6AF7E8B057016 /* Foundation.framework in Frameworks */, + DF1EF105E3EFFDE0B79C73B13BC5D809 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -87,7 +87,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ABE85C81FA32A7A9E26A340E09ED3998 /* Foundation.framework in Frameworks */, + 247EC792E2241E419D5595B8146E39EB /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -95,7 +95,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DEF13200810E87ACC75F1126EB34CBEE /* Foundation.framework in Frameworks */, + E5FB337F98FE069005C5F1CABEC63639 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -103,7 +103,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9AD8D308BD8C2BFBB154C7DB589657D2 /* Foundation.framework in Frameworks */, + 7608E92D10B12ACC2E37928BB1444B5A /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -157,6 +157,7 @@ FEE8B6D890FEE41604F78E9A0A365466 /* ActivationCodeTextField.h */, D4C2EB82740D71401FFF43728F39D5C0 /* ActivationCodeTextField.m */, ); + name = ActivationCodeTextField; path = ActivationCodeTextField; sourceTree = ""; }; @@ -174,11 +175,20 @@ 433CD3331B6C3787F473C941B61FC68F /* Frameworks */ = { isa = PBXGroup; children = ( - E6EE98446B568159EE277B68FD442AF0 /* iOS */, + 438B396F6B4147076630CAEFE34282C1 /* iOS */, ); name = Frameworks; sourceTree = ""; }; + 438B396F6B4147076630CAEFE34282C1 /* iOS */ = { + isa = PBXGroup; + children = ( + D88AAE1F92055A60CC2FC970D7D34634 /* Foundation.framework */, + B63C6A64CF66340668996F78DA6BB482 /* UIKit.framework */, + ); + name = iOS; + sourceTree = ""; + }; 6609A3B18568C0E4D23054222DB309C9 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests */ = { isa = PBXGroup; children = ( @@ -233,15 +243,6 @@ path = ../..; sourceTree = ""; }; - E6EE98446B568159EE277B68FD442AF0 /* iOS */ = { - isa = PBXGroup; - children = ( - 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */, - 7EC994CDC2D681BA26389F78A7E4B325 /* UIKit.framework */, - ); - name = iOS; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -329,8 +330,8 @@ D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 0730; - LastUpgradeCheck = 0830; + LastSwiftUpdateCheck = 0830; + LastUpgradeCheck = 0700; }; buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; @@ -404,54 +405,6 @@ /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 015A368F878AC3E2CEAE21DDE8026304 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - ONLY_ACTIVE_ARCH = YES; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; 1AA068DE950BDD5B54B38ED6C7FABBF8 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = F2E790265012410E1F82E7BC9FB8E9C0 /* Pods-ExampleActivationCodeTextfield.debug.xcconfig */; @@ -498,11 +451,12 @@ }; name = Debug; }; - 44CDBB6D11DE06DB64D6268622BDC47E /* Release */ = { + 34FE9531DA9AF2820790339988D5FF41 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; @@ -510,6 +464,7 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; @@ -521,9 +476,7 @@ CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; GCC_PREPROCESSOR_DEFINITIONS = ( "POD_CONFIGURATION_RELEASE=1", "$(inherited)", @@ -542,9 +495,9 @@ }; name = Release; }; - 7E072C5F613793171E2410ABFAA30F74 /* Debug */ = { + 57E42427430B66CE0C7256532193E792 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 54FF80D5973B42C10DD43F77816000C7 /* Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig */; + baseConfigurationReference = EE440CB9F5EA3BFBF658C2B022645B45 /* SACodedTextField.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -552,32 +505,32 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/SACodedTextField/SACodedTextField-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MACH_O_TYPE = staticlib; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; }; name = Debug; }; - 9E7E4E3A43940BC840E33215A42FB961 /* Release */ = { + 7E072C5F613793171E2410ABFAA30F74 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8094C90CDA90BCF34F66A363FF40DA2C /* Pods-ExampleActivationCodeTextfieldTests.release.xcconfig */; + baseConfigurationReference = 54FF80D5973B42C10DD43F77816000C7 /* Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; IPHONEOS_DEPLOYMENT_TARGET = 8.0; MACH_O_TYPE = staticlib; - MTL_ENABLE_DEBUG_INFO = NO; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -586,11 +539,11 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; }; - name = Release; + name = Debug; }; - A0BEC1BEF28FDC7BF8DF1D07A8081834 /* Release */ = { + 9E7E4E3A43940BC840E33215A42FB961 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 033A84E0ABD08F96FFD34741A84A1ED8 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.release.xcconfig */; + baseConfigurationReference = 8094C90CDA90BCF34F66A363FF40DA2C /* Pods-ExampleActivationCodeTextfieldTests.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -611,9 +564,9 @@ }; name = Release; }; - C2FF970AC6E2239D41304E95E23558E8 /* Release */ = { + A0BEC1BEF28FDC7BF8DF1D07A8081834 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B08A2D65051CE3AE0DA7F1D84F7BECBB /* Pods-ExampleActivationCodeTextfield.release.xcconfig */; + baseConfigurationReference = 033A84E0ABD08F96FFD34741A84A1ED8 /* Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -634,7 +587,7 @@ }; name = Release; }; - CAC1CB4537A492887ACC860C5F3087E8 /* Release */ = { + BB6AC673A9997DE1F3C88A6E943DE057 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = EE440CB9F5EA3BFBF658C2B022645B45 /* SACodedTextField.xcconfig */; buildSettings = { @@ -657,28 +610,76 @@ }; name = Release; }; - F41BEB2AE716F7897E535214BF646902 /* Debug */ = { + C104F7F091290C3D1E248192F07FE689 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EE440CB9F5EA3BFBF658C2B022645B45 /* SACodedTextField.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + 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_OBJC_ROOT_CLASS = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ONLY_ACTIVE_ARCH = YES; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + C2FF970AC6E2239D41304E95E23558E8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B08A2D65051CE3AE0DA7F1D84F7BECBB /* Pods-ExampleActivationCodeTextfield.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/SACodedTextField/SACodedTextField-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MTL_ENABLE_DEBUG_INFO = YES; + MACH_O_TYPE = staticlib; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ @@ -695,8 +696,8 @@ 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 015A368F878AC3E2CEAE21DDE8026304 /* Debug */, - 44CDBB6D11DE06DB64D6268622BDC47E /* Release */, + C104F7F091290C3D1E248192F07FE689 /* Debug */, + 34FE9531DA9AF2820790339988D5FF41 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -722,8 +723,8 @@ BA754A952C029354560261C95DC7B58B /* Build configuration list for PBXNativeTarget "SACodedTextField" */ = { isa = XCConfigurationList; buildConfigurations = ( - F41BEB2AE716F7897E535214BF646902 /* Debug */, - CAC1CB4537A492887ACC860C5F3087E8 /* Release */, + 57E42427430B66CE0C7256532193E792 /* Debug */, + BB6AC673A9997DE1F3C88A6E943DE057 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/xcuserdata/SandeepAggarwal.xcuserdatad/xcschemes/xcschememanagement.plist b/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/xcuserdata/SandeepAggarwal.xcuserdatad/xcschemes/xcschememanagement.plist index a9b3078..13617d4 100644 --- a/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/xcuserdata/SandeepAggarwal.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ExampleActivationCodeTextfield/Pods/Pods.xcodeproj/xcuserdata/SandeepAggarwal.xcuserdatad/xcschemes/xcschememanagement.plist @@ -26,27 +26,6 @@ SuppressBuildableAutocreation - - 0BC9927A73B0DD53F41C434DE66EDD28 - - primary - - - 153F123D5CD8DA83DF79B31638D75B6A - - primary - - - 5ED6DAB649AC959FAC550DF675E362AB - - primary - - - D36201141CA8EC0A82D7FF254C03DA71 - - primary - - - + diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-frameworks.sh b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-frameworks.sh index 893c16a..0f29f13 100755 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-frameworks.sh +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-frameworks.sh @@ -59,8 +59,13 @@ code_sign_if_enabled() { if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then # Use the current code_sign_identitiy echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" - /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" fi } @@ -82,3 +87,6 @@ strip_invalid_archs() { fi } +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-resources.sh b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-resources.sh index 25e9d37..aed060f 100755 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-resources.sh +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests-resources.sh @@ -18,6 +18,12 @@ case "${TARGETED_DEVICE_FAMILY}" in 2) TARGET_DEVICE_ARGS="--target-device ipad" ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + 4) + TARGET_DEVICE_ARGS="--target-device watch" + ;; *) TARGET_DEVICE_ARGS="--target-device mac" ;; diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.debug.xcconfig b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.debug.xcconfig index d16b77b..94806f8 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.debug.xcconfig +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.debug.xcconfig @@ -1,4 +1,3 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SACodedTextField" LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/SACodedTextField" @@ -6,4 +5,5 @@ OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${P OTHER_LDFLAGS = $(inherited) -ObjC -l"SACodedTextField" -framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.release.xcconfig b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.release.xcconfig index d16b77b..94806f8 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.release.xcconfig +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests/Pods-ExampleActivationCodeTextfield-ExampleActivationCodeTextfieldUITests.release.xcconfig @@ -1,4 +1,3 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SACodedTextField" LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/SACodedTextField" @@ -6,4 +5,5 @@ OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${P OTHER_LDFLAGS = $(inherited) -ObjC -l"SACodedTextField" -framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-frameworks.sh b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-frameworks.sh index 893c16a..0f29f13 100755 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-frameworks.sh +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-frameworks.sh @@ -59,8 +59,13 @@ code_sign_if_enabled() { if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then # Use the current code_sign_identitiy echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" - /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" fi } @@ -82,3 +87,6 @@ strip_invalid_archs() { fi } +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-resources.sh b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-resources.sh index 25e9d37..aed060f 100755 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-resources.sh +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield-resources.sh @@ -18,6 +18,12 @@ case "${TARGETED_DEVICE_FAMILY}" in 2) TARGET_DEVICE_ARGS="--target-device ipad" ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + 4) + TARGET_DEVICE_ARGS="--target-device watch" + ;; *) TARGET_DEVICE_ARGS="--target-device mac" ;; diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.debug.xcconfig b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.debug.xcconfig index d16b77b..94806f8 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.debug.xcconfig +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.debug.xcconfig @@ -1,4 +1,3 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SACodedTextField" LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/SACodedTextField" @@ -6,4 +5,5 @@ OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${P OTHER_LDFLAGS = $(inherited) -ObjC -l"SACodedTextField" -framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.release.xcconfig b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.release.xcconfig index d16b77b..94806f8 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.release.xcconfig +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfield/Pods-ExampleActivationCodeTextfield.release.xcconfig @@ -1,4 +1,3 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SACodedTextField" LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/SACodedTextField" @@ -6,4 +5,5 @@ OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${P OTHER_LDFLAGS = $(inherited) -ObjC -l"SACodedTextField" -framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-frameworks.sh b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-frameworks.sh index 893c16a..0f29f13 100755 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-frameworks.sh +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-frameworks.sh @@ -59,8 +59,13 @@ code_sign_if_enabled() { if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then # Use the current code_sign_identitiy echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" - /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" fi } @@ -82,3 +87,6 @@ strip_invalid_archs() { fi } +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-resources.sh b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-resources.sh index 25e9d37..aed060f 100755 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-resources.sh +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests-resources.sh @@ -18,6 +18,12 @@ case "${TARGETED_DEVICE_FAMILY}" in 2) TARGET_DEVICE_ARGS="--target-device ipad" ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + 4) + TARGET_DEVICE_ARGS="--target-device watch" + ;; *) TARGET_DEVICE_ARGS="--target-device mac" ;; diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig index 8138058..0df14ab 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.debug.xcconfig @@ -1,9 +1,9 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SACodedTextField" LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/SACodedTextField" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/SACodedTextField" -OTHER_LDFLAGS = $(inherited) -ObjC +OTHER_LDFLAGS = $(inherited) -ObjC -framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.release.xcconfig b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.release.xcconfig index 8138058..0df14ab 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.release.xcconfig +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/Pods-ExampleActivationCodeTextfieldTests/Pods-ExampleActivationCodeTextfieldTests.release.xcconfig @@ -1,9 +1,9 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SACodedTextField" LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/SACodedTextField" OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/SACodedTextField" -OTHER_LDFLAGS = $(inherited) -ObjC +OTHER_LDFLAGS = $(inherited) -ObjC -framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField-prefix.pch b/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField-prefix.pch index aa992a4..beb2a24 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField-prefix.pch +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField-prefix.pch @@ -1,4 +1,12 @@ #ifdef __OBJC__ #import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif #endif diff --git a/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField.xcconfig b/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField.xcconfig index 3513009..d3ea569 100644 --- a/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField.xcconfig +++ b/ExampleActivationCodeTextfield/Pods/Target Support Files/SACodedTextField/SACodedTextField.xcconfig @@ -5,5 +5,6 @@ OTHER_LDFLAGS = -framework "UIKit" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/SACodedTextField.podspec b/SACodedTextField.podspec index 7f26631..9e67dec 100644 --- a/SACodedTextField.podspec +++ b/SACodedTextField.podspec @@ -1,4 +1,4 @@ -@version = "0.1.5" +@version = "1.0" Pod::Spec.new do |s|