|
|
@@ -8,7 +8,6 @@
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; };
|
|
|
- B8B417CD2D0C4C7200CF9098 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B8B417CC2D0C4C7200CF9098 /* RecaptchaEnterprise */; };
|
|
|
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B636E2BEC2DC300607B82 /* FirebaseAuth */; };
|
|
|
DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63712BEC2FB900607B82 /* GoogleSignIn */; };
|
|
|
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */; };
|
|
|
@@ -32,8 +31,9 @@
|
|
|
DE8FD4942A7D9E2700B6831A /* PhoneMultiFactorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4912A7D9D9E00B6831A /* PhoneMultiFactorTests.swift */; };
|
|
|
DEC2E5DD2A95331E0090260A /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DC2A95331D0090260A /* SettingsViewController.swift */; };
|
|
|
DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; };
|
|
|
-DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; }; DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };
|
|
|
- DEE261C52C21E9F500EECAC5 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
|
|
|
+ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; };
|
|
|
+ DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };
|
|
|
+ DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */; };
|
|
|
EA02F68524A000E00079D000 /* UserActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68424A000E00079D000 /* UserActions.swift */; };
|
|
|
EA02F68D24A063E90079D000 /* LoginDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68C24A063E90079D000 /* LoginDelegate.swift */; };
|
|
|
EA062D5D24A0FEB6006714D3 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = EA062D5C24A0FEB6006714D3 /* README.md */; };
|
|
|
@@ -111,6 +111,7 @@ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {is
|
|
|
DEC2E5DC2A95331D0090260A /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
|
|
|
DEC2E5DE2A9583CA0090260A /* AppManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppManager.swift; sourceTree = "<group>"; };
|
|
|
DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "GoogleService-Info_multi.plist"; sourceTree = SOURCE_ROOT; };
|
|
|
+ DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsUITests.swift; sourceTree = "<group>"; };
|
|
|
EA02F68424A000E00079D000 /* UserActions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserActions.swift; sourceTree = "<group>"; };
|
|
|
EA02F68C24A063E90079D000 /* LoginDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginDelegate.swift; sourceTree = "<group>"; };
|
|
|
EA062D5C24A0FEB6006714D3 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
|
|
|
@@ -158,12 +159,11 @@ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {is
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- DEE261C52C21E9F500EECAC5 /* (null) in Frameworks */,
|
|
|
+ DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */,
|
|
|
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
|
|
|
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
|
|
|
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
|
|
|
DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */,
|
|
|
- B8B417CD2D0C4C7200CF9098 /* RecaptchaEnterprise in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -319,7 +319,8 @@ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {is
|
|
|
EA20B47724973BB100B5E581 /* CustomViews */,
|
|
|
EAB3A17A2494626F00385291 /* Utility */,
|
|
|
EAE4CBCD24855E3D00245E92 /* Assets.xcassets */,
|
|
|
- 8848764F29D3149200780FA6 /* GoogleService-Info.plist */,EA217894248979E200736757 /* LaunchScreen.storyboard */,
|
|
|
+ 8848764F29D3149200780FA6 /* GoogleService-Info.plist */,
|
|
|
+ EA217894248979E200736757 /* LaunchScreen.storyboard */,
|
|
|
DEC2E5DE2A9583CA0090260A /* AppManager.swift */,
|
|
|
);
|
|
|
path = AuthenticationExample;
|
|
|
@@ -392,7 +393,7 @@ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {is
|
|
|
DE8B63712BEC2FB900607B82 /* GoogleSignIn */,
|
|
|
DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,
|
|
|
DE8B63762BEC302200607B82 /* FacebookLogin */,
|
|
|
- B8B417CC2D0C4C7200CF9098 /* RecaptchaEnterprise */,
|
|
|
+ DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */,
|
|
|
);
|
|
|
productName = "Swifty Auth";
|
|
|
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
|
|
|
@@ -480,7 +481,6 @@ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {is
|
|
|
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
|
|
|
DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
|
|
|
DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
|
|
|
- B8B417CB2D0C4C7200CF9098 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
|
|
|
);
|
|
|
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
|
|
|
projectDirPath = "";
|
|
|
@@ -978,14 +978,6 @@ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {is
|
|
|
/* End XCLocalSwiftPackageReference section */
|
|
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
|
- B8B417CB2D0C4C7200CF9098 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = {
|
|
|
- isa = XCRemoteSwiftPackageReference;
|
|
|
- repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk";
|
|
|
- requirement = {
|
|
|
- kind = upToNextMajorVersion;
|
|
|
- minimumVersion = 18.6.0;
|
|
|
- };
|
|
|
- };
|
|
|
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git";
|
|
|
@@ -1013,11 +1005,6 @@ DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {is
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
- B8B417CC2D0C4C7200CF9098 /* RecaptchaEnterprise */ = {
|
|
|
- isa = XCSwiftPackageProductDependency;
|
|
|
- package = B8B417CB2D0C4C7200CF9098 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
|
|
|
- productName = RecaptchaEnterprise;
|
|
|
- };
|
|
|
DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = {
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
productName = FirebaseAuth;
|