| 
33 | 33 | 		DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; };  | 
34 | 34 | 		DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; };  | 
35 | 35 | 		DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };  | 
36 |  | -		DEE261C52C21E9F500EECAC5 /* (null) in Frameworks */ = {isa = PBXBuildFile; };  | 
 | 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 */; };  | 
 | 
48 | 48 | 		EA217895248979E200736757 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EA217894248979E200736757 /* LaunchScreen.storyboard */; };  | 
49 | 49 | 		EA527CAA24A0766D00ADB9A2 /* OtherAuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA527CA924A0766D00ADB9A2 /* OtherAuthViewController.swift */; };  | 
50 | 50 | 		EA527CAC24A0EE9600ADB9A2 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA527CAB24A0EE9600ADB9A2 /* LoginView.swift */; };  | 
51 |  | -		EA68BA562D1232AA00B05409 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = EA68BA552D1232AA00B05409 /* RecaptchaEnterprise */; };  | 
52 | 51 | 		EAB3A1792494433500385291 /* DataSourceProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB3A1782494433500385291 /* DataSourceProvider.swift */; };  | 
53 | 52 | 		EAB3A17C2494628200385291 /* UserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB3A17B2494628200385291 /* UserViewController.swift */; };  | 
54 | 53 | 		EAD8BD402CE535C400E23E30 /* MFALoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD8BD3F2CE535C400E23E30 /* MFALoginView.swift */; };  | 
 | 
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 |  | -				EA68BA562D1232AA00B05409 /* RecaptchaEnterprise in Frameworks */,  | 
169 | 167 | 			);  | 
170 | 168 | 			runOnlyForDeploymentPostprocessing = 0;  | 
171 | 169 | 		};  | 
 | 
395 | 393 | 				DE8B63712BEC2FB900607B82 /* GoogleSignIn */,  | 
396 | 394 | 				DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,  | 
397 | 395 | 				DE8B63762BEC302200607B82 /* FacebookLogin */,  | 
398 |  | -				EA68BA552D1232AA00B05409 /* 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 |  | -				EA68BA542D1232AA00B05409 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,  | 
487 | 484 | 			);  | 
488 | 485 | 			productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;  | 
489 | 486 | 			projectDirPath = "";  | 
 | 
1005 | 1002 | 				minimumVersion = 3.4.1;  | 
1006 | 1003 | 			};  | 
1007 | 1004 | 		};  | 
1008 |  | -		EA68BA542D1232AA00B05409 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = {  | 
1009 |  | -			isa = XCRemoteSwiftPackageReference;  | 
1010 |  | -			repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk";  | 
1011 |  | -			requirement = {  | 
1012 |  | -				kind = upToNextMajorVersion;  | 
1013 |  | -				minimumVersion = 18.6.0;  | 
1014 |  | -			};  | 
1015 |  | -		};  | 
1016 | 1005 | /* End XCRemoteSwiftPackageReference section */  | 
1017 | 1006 | 
 
  | 
1018 | 1007 | /* Begin XCSwiftPackageProductDependency section */  | 
 | 
1045 | 1034 | 			package = DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */;  | 
1046 | 1035 | 			productName = GTMSessionFetcher;  | 
1047 | 1036 | 		};  | 
1048 |  | -		EA68BA552D1232AA00B05409 /* RecaptchaEnterprise */ = {  | 
1049 |  | -			isa = XCSwiftPackageProductDependency;  | 
1050 |  | -			package = EA68BA542D1232AA00B05409 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;  | 
1051 |  | -			productName = RecaptchaEnterprise;  | 
1052 |  | -		};  | 
1053 | 1037 | /* End XCSwiftPackageProductDependency section */  | 
1054 | 1038 | 	};  | 
1055 | 1039 | 	rootObject = EAE4CBB924855E3A00245E92 /* Project object */;  | 
 | 
0 commit comments