|
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 | + B8431C602D03857A0093ED41 /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = B8431C5E2D03857A0093ED41 /* GoogleService-Info_multi.plist */; }; |
| 11 | + B8431C612D03857A0093ED41 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B8431C5F2D03857A0093ED41 /* GoogleService-Info.plist */; }; |
| 12 | + B8431C642D0385980093ED41 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B8431C632D0385980093ED41 /* RecaptchaEnterprise */; }; |
11 | 13 | DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B636E2BEC2DC300607B82 /* FirebaseAuth */; }; |
12 | 14 | DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63712BEC2FB900607B82 /* GoogleSignIn */; }; |
13 | 15 | DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */; }; |
|
31 | 33 | DE8FD4942A7D9E2700B6831A /* PhoneMultiFactorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4912A7D9D9E00B6831A /* PhoneMultiFactorTests.swift */; }; |
32 | 34 | DEC2E5DD2A95331E0090260A /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DC2A95331D0090260A /* SettingsViewController.swift */; }; |
33 | 35 | DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; }; |
34 | | - 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 | + DEE261C52C21E9F500EECAC5 /* (null) in Frameworks */ = {isa = PBXBuildFile; }; |
37 | 38 | EA02F68524A000E00079D000 /* UserActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68424A000E00079D000 /* UserActions.swift */; }; |
38 | 39 | EA02F68D24A063E90079D000 /* LoginDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68C24A063E90079D000 /* LoginDelegate.swift */; }; |
39 | 40 | EA062D5D24A0FEB6006714D3 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = EA062D5C24A0FEB6006714D3 /* README.md */; }; |
|
88 | 89 | /* End PBXContainerItemProxy section */ |
89 | 90 |
|
90 | 91 | /* Begin PBXFileReference section */ |
91 | | - 8848764F29D3149200780FA6 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "GoogleService-Info.plist"; sourceTree = SOURCE_ROOT; }; |
| 92 | + B8431C5E2D03857A0093ED41 /* GoogleService-Info_multi.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info_multi.plist"; path = "../../../../../firebase-ios-auth-sample/GoogleService-Info_multi.plist"; sourceTree = "<group>"; }; |
| 93 | + B8431C5F2D03857A0093ED41 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../../firebase-ios-auth-sample/GoogleService-Info.plist"; sourceTree = "<group>"; }; |
92 | 94 | DE4D8E1F2A8B0311001952B6 /* SwiftApplication.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SwiftApplication.plist; sourceTree = "<group>"; }; |
93 | 95 | DE8FD4682A7D660A00B6831A /* Credentials.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; }; |
94 | 96 | DE8FD4692A7D660A00B6831A /* AccountInfoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountInfoTests.swift; sourceTree = "<group>"; }; |
|
110 | 112 | DE8FD4972A7DB00600B6831A /* AuthCredentials.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthCredentials.h; sourceTree = "<group>"; }; |
111 | 113 | DEC2E5DC2A95331D0090260A /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; }; |
112 | 114 | DEC2E5DE2A9583CA0090260A /* AppManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppManager.swift; sourceTree = "<group>"; }; |
113 | | - DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "GoogleService-Info_multi.plist"; sourceTree = SOURCE_ROOT; }; |
114 | 115 | DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsUITests.swift; sourceTree = "<group>"; }; |
115 | 116 | EA02F68424A000E00079D000 /* UserActions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserActions.swift; sourceTree = "<group>"; }; |
116 | 117 | EA02F68C24A063E90079D000 /* LoginDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginDelegate.swift; sourceTree = "<group>"; }; |
|
159 | 160 | isa = PBXFrameworksBuildPhase; |
160 | 161 | buildActionMask = 2147483647; |
161 | 162 | files = ( |
162 | | - DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */, |
| 163 | + DEE261C52C21E9F500EECAC5 /* (null) in Frameworks */, |
163 | 164 | DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */, |
164 | 165 | DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */, |
165 | 166 | DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */, |
166 | 167 | DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */, |
| 168 | + B8431C642D0385980093ED41 /* RecaptchaEnterprise in Frameworks */, |
167 | 169 | ); |
168 | 170 | runOnlyForDeploymentPostprocessing = 0; |
169 | 171 | }; |
|
308 | 310 | EAE4CBC324855E3A00245E92 /* AuthenticationExample */ = { |
309 | 311 | isa = PBXGroup; |
310 | 312 | children = ( |
311 | | - DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */, |
| 313 | + B8431C5E2D03857A0093ED41 /* GoogleService-Info_multi.plist */, |
| 314 | + B8431C5F2D03857A0093ED41 /* GoogleService-Info.plist */, |
312 | 315 | DE4D8E1F2A8B0311001952B6 /* SwiftApplication.plist */, |
313 | 316 | EA062D5C24A0FEB6006714D3 /* README.md */, |
314 | 317 | EA20B506249CA63300B5E581 /* AuthenticationExample.entitlements */, |
|
319 | 322 | EA20B47724973BB100B5E581 /* CustomViews */, |
320 | 323 | EAB3A17A2494626F00385291 /* Utility */, |
321 | 324 | EAE4CBCD24855E3D00245E92 /* Assets.xcassets */, |
322 | | - 8848764F29D3149200780FA6 /* GoogleService-Info.plist */, |
323 | 325 | EA217894248979E200736757 /* LaunchScreen.storyboard */, |
324 | 326 | DEC2E5DE2A9583CA0090260A /* AppManager.swift */, |
325 | 327 | ); |
|
393 | 395 | DE8B63712BEC2FB900607B82 /* GoogleSignIn */, |
394 | 396 | DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */, |
395 | 397 | DE8B63762BEC302200607B82 /* FacebookLogin */, |
396 | | - DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */, |
| 398 | + B8431C632D0385980093ED41 /* RecaptchaEnterprise */, |
397 | 399 | ); |
398 | 400 | productName = "Swifty Auth"; |
399 | 401 | productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */; |
|
481 | 483 | DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */, |
482 | 484 | DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */, |
483 | 485 | DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */, |
| 486 | + B8431C622D0385980093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */, |
484 | 487 | ); |
485 | 488 | productRefGroup = EAE4CBC224855E3A00245E92 /* Products */; |
486 | 489 | projectDirPath = ""; |
|
507 | 510 | buildActionMask = 2147483647; |
508 | 511 | files = ( |
509 | 512 | EA217895248979E200736757 /* LaunchScreen.storyboard in Resources */, |
510 | | - 8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */, |
511 | | - DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */, |
| 513 | + B8431C602D03857A0093ED41 /* GoogleService-Info_multi.plist in Resources */, |
| 514 | + B8431C612D03857A0093ED41 /* GoogleService-Info.plist in Resources */, |
512 | 515 | EAE4CBCE24855E3D00245E92 /* Assets.xcassets in Resources */, |
513 | 516 | EA062D5D24A0FEB6006714D3 /* README.md in Resources */, |
514 | 517 | ); |
|
978 | 981 | /* End XCLocalSwiftPackageReference section */ |
979 | 982 |
|
980 | 983 | /* Begin XCRemoteSwiftPackageReference section */ |
| 984 | + B8431C622D0385980093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = { |
| 985 | + isa = XCRemoteSwiftPackageReference; |
| 986 | + repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk"; |
| 987 | + requirement = { |
| 988 | + kind = upToNextMajorVersion; |
| 989 | + minimumVersion = 18.6.0; |
| 990 | + }; |
| 991 | + }; |
981 | 992 | DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = { |
982 | 993 | isa = XCRemoteSwiftPackageReference; |
983 | 994 | repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git"; |
|
1005 | 1016 | /* End XCRemoteSwiftPackageReference section */ |
1006 | 1017 |
|
1007 | 1018 | /* Begin XCSwiftPackageProductDependency section */ |
| 1019 | + B8431C632D0385980093ED41 /* RecaptchaEnterprise */ = { |
| 1020 | + isa = XCSwiftPackageProductDependency; |
| 1021 | + package = B8431C622D0385980093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */; |
| 1022 | + productName = RecaptchaEnterprise; |
| 1023 | + }; |
1008 | 1024 | DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = { |
1009 | 1025 | isa = XCSwiftPackageProductDependency; |
1010 | 1026 | productName = FirebaseAuth; |
|
0 commit comments