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