Skip to content

Commit

Permalink
reverting back project.pbxproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
srushtisv authored Dec 10, 2024
1 parent f73d321 commit b173243
Showing 1 changed file with 3 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
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 */; };
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B899DE642D071E6200D3A83D /* RecaptchaEnterprise */; };
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 */; };
Expand Down Expand Up @@ -159,7 +159,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */,
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */,
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
Expand Down Expand Up @@ -393,7 +393,7 @@
DE8B63712BEC2FB900607B82 /* GoogleSignIn */,
DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,
DE8B63762BEC302200607B82 /* FacebookLogin */,
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */,
DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */,
);
productName = "Swifty Auth";
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
Expand Down Expand Up @@ -481,7 +481,6 @@
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
);
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -979,14 +978,6 @@
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
B899DE632D071E6200D3A83D /* 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";
Expand Down Expand Up @@ -1014,11 +1005,6 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */ = {
isa = XCSwiftPackageProductDependency;
package = B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
productName = RecaptchaEnterprise;
};
DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = {
isa = XCSwiftPackageProductDependency;
productName = FirebaseAuth;
Expand Down

0 comments on commit b173243

Please sign in to comment.