Skip to content

Commit

Permalink
updating rce in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
srushtisv committed Dec 9, 2024
1 parent 28b3aa2 commit dd9d3a9
Showing 1 changed file with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; };
8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; };
B8431C7D2D0706DC0093ED41 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B8431C7C2D0706DC0093ED41 /* 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 */; };
Expand All @@ -33,7 +34,6 @@
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 /* 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,11 +159,11 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */,
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */,
B8431C7D2D0706DC0093ED41 /* RecaptchaEnterprise in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -393,7 +393,7 @@
DE8B63712BEC2FB900607B82 /* GoogleSignIn */,
DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,
DE8B63762BEC302200607B82 /* FacebookLogin */,
DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */,
B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */,
);
productName = "Swifty Auth";
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
Expand Down Expand Up @@ -481,6 +481,7 @@
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
);
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -978,6 +979,14 @@
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
B8431C7B2D0706DC0093ED41 /* 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 @@ -1005,6 +1014,11 @@
/* End XCRemoteSwiftPackageReference section */

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

0 comments on commit dd9d3a9

Please sign in to comment.