|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; }; |
| 10 | + 8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; }; |
| 11 | + B8431C7D2D0706DC0093ED41 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */; }; |
11 | 12 | DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B636E2BEC2DC300607B82 /* FirebaseAuth */; }; |
12 | 13 | DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63712BEC2FB900607B82 /* GoogleSignIn */; }; |
13 | 14 | DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */; }; |
|
33 | 34 | DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; }; |
34 | 35 | DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; }; |
35 | 36 | DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; }; |
36 | | - DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */; }; |
37 | 37 | EA02F68524A000E00079D000 /* UserActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68424A000E00079D000 /* UserActions.swift */; }; |
38 | 38 | EA02F68D24A063E90079D000 /* LoginDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68C24A063E90079D000 /* LoginDelegate.swift */; }; |
39 | 39 | EA062D5D24A0FEB6006714D3 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = EA062D5C24A0FEB6006714D3 /* README.md */; }; |
|
159 | 159 | isa = PBXFrameworksBuildPhase; |
160 | 160 | buildActionMask = 2147483647; |
161 | 161 | files = ( |
162 | | - DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */, |
163 | 162 | DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */, |
164 | 163 | DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */, |
165 | 164 | DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */, |
166 | 165 | DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */, |
| 166 | + B8431C7D2D0706DC0093ED41 /* RecaptchaEnterprise in Frameworks */, |
167 | 167 | ); |
168 | 168 | runOnlyForDeploymentPostprocessing = 0; |
169 | 169 | }; |
|
393 | 393 | DE8B63712BEC2FB900607B82 /* GoogleSignIn */, |
394 | 394 | DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */, |
395 | 395 | DE8B63762BEC302200607B82 /* FacebookLogin */, |
396 | | - DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */, |
| 396 | + B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */, |
397 | 397 | ); |
398 | 398 | productName = "Swifty Auth"; |
399 | 399 | productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */; |
|
481 | 481 | DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */, |
482 | 482 | DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */, |
483 | 483 | DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */, |
| 484 | + B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */, |
484 | 485 | ); |
485 | 486 | productRefGroup = EAE4CBC224855E3A00245E92 /* Products */; |
486 | 487 | projectDirPath = ""; |
|
978 | 979 | /* End XCLocalSwiftPackageReference section */ |
979 | 980 |
|
980 | 981 | /* Begin XCRemoteSwiftPackageReference section */ |
| 982 | + B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = { |
| 983 | + isa = XCRemoteSwiftPackageReference; |
| 984 | + repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk"; |
| 985 | + requirement = { |
| 986 | + kind = upToNextMajorVersion; |
| 987 | + minimumVersion = 18.6.0; |
| 988 | + }; |
| 989 | + }; |
981 | 990 | DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = { |
982 | 991 | isa = XCRemoteSwiftPackageReference; |
983 | 992 | repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git"; |
|
1005 | 1014 | /* End XCRemoteSwiftPackageReference section */ |
1006 | 1015 |
|
1007 | 1016 | /* Begin XCSwiftPackageProductDependency section */ |
| 1017 | + B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */ = { |
| 1018 | + isa = XCSwiftPackageProductDependency; |
| 1019 | + package = B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */; |
| 1020 | + productName = RecaptchaEnterprise; |
| 1021 | + }; |
1008 | 1022 | DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = { |
1009 | 1023 | isa = XCSwiftPackageProductDependency; |
1010 | 1024 | productName = FirebaseAuth; |
|
0 commit comments