diff --git a/IDnow.xcodeproj/project.pbxproj b/IDnow.xcodeproj/project.pbxproj index a7264f15..1c930255 100644 --- a/IDnow.xcodeproj/project.pbxproj +++ b/IDnow.xcodeproj/project.pbxproj @@ -126,8 +126,8 @@ AD26A4702758D9780015C576 /* Sources */, AD26A4712758D9780015C576 /* Frameworks */, AD26A4722758D9780015C576 /* Resources */, - DC30B5BF66E8B4414246001A /* [CP] Embed Pods Frameworks */, BEEAA0DAEB249FB61C467763 /* [CP] Copy Pods Resources */, + CC74A92DF640DE527330C294 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -223,7 +223,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-IDnow/Pods-IDnow-resources.sh\"\n"; showEnvVarsInLog = 0; }; - DC30B5BF66E8B4414246001A /* [CP] Embed Pods Frameworks */ = { + CC74A92DF640DE527330C294 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( diff --git a/Podfile b/Podfile index 1427cdf1..27936c84 100644 --- a/Podfile +++ b/Podfile @@ -2,4 +2,15 @@ target 'IDnow' do use_frameworks! pod 'IDnowSDK', '7.3.0' + pod 'libPhoneNumber-iOS', :git => 'https://github.com/iziz/libPhoneNumber-iOS.git' +end + +post_install do |installer| + installer.generated_projects.each do |project| + project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO' + end + end + end end diff --git a/Podfile.lock b/Podfile.lock index e34a3a6c..48f441f6 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,50 +1,28 @@ PODS: - - AFNetworking (4.0.1): - - AFNetworking/NSURLSession (= 4.0.1) - - AFNetworking/Reachability (= 4.0.1) - - AFNetworking/Security (= 4.0.1) - - AFNetworking/Serialization (= 4.0.1) - - AFNetworking/UIKit (= 4.0.1) - - AFNetworking/NSURLSession (4.0.1): - - AFNetworking/Reachability - - AFNetworking/Security - - AFNetworking/Serialization - - AFNetworking/Reachability (4.0.1) - - AFNetworking/Security (4.0.1) - - AFNetworking/Serialization (4.0.1) - - AFNetworking/UIKit (4.0.1): - - AFNetworking/NSURLSession - - FLAnimatedImage (1.0.17) - - IDnowSDK (6.0.0): - - AFNetworking (~> 4.0) - - FLAnimatedImage (~> 1.0) - - libPhoneNumber-iOS (~> 0.9) - - Masonry (~> 1.1.0) - - SocketRocket (~> 0.5.1) - - libPhoneNumber-iOS (0.9.15) - - Masonry (1.1.0) - - SocketRocket (0.5.1) + - IDnowSDK (7.3.0) + - libPhoneNumber-iOS (1.0.4) DEPENDENCIES: - - IDnowSDK (= 6.0.0) + - IDnowSDK (= 7.3.0) + - libPhoneNumber-iOS (from `https://github.com/iziz/libPhoneNumber-iOS.git`) SPEC REPOS: trunk: - - AFNetworking - - FLAnimatedImage - IDnowSDK - - libPhoneNumber-iOS - - Masonry - - SocketRocket + +EXTERNAL SOURCES: + libPhoneNumber-iOS: + :git: https://github.com/iziz/libPhoneNumber-iOS.git + +CHECKOUT OPTIONS: + libPhoneNumber-iOS: + :commit: 8327e0d626b59b01f04c5016f5ae85f99dfcb98e + :git: https://github.com/iziz/libPhoneNumber-iOS.git SPEC CHECKSUMS: - AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce - FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b - IDnowSDK: 4d300cfd485715d3e639bb5fe05e51ef3b21efa1 - libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 - Masonry: 678fab65091a9290e40e2832a55e7ab731aad201 - SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531 + IDnowSDK: 2d60791b260d37503d154c7de7091d69964ce34c + libPhoneNumber-iOS: 17715d691e3db21af61243557f455d04b082cd02 -PODFILE CHECKSUM: 7a663190c0d9f6eaacf06c059ab14fa9e3d98ce7 +PODFILE CHECKSUM: 7799e09c545e1b1c01281f28449d92786d4f19f7 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1