Skip to content

Commit dd9d3a9

Browse files
committed
updating rce in project file
1 parent 28b3aa2 commit dd9d3a9

File tree

1 file changed

+18
-4
lines changed
  • FirebaseAuth/Tests/SampleSwift/AuthenticationExample.xcodeproj

1 file changed

+18
-4
lines changed

FirebaseAuth/Tests/SampleSwift/AuthenticationExample.xcodeproj/project.pbxproj

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; };
10+
8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; };
11+
B8431C7D2D0706DC0093ED41 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */; };
1112
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B636E2BEC2DC300607B82 /* FirebaseAuth */; };
1213
DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63712BEC2FB900607B82 /* GoogleSignIn */; };
1314
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */; };
@@ -33,7 +34,6 @@
3334
DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; };
3435
DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; };
3536
DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };
36-
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */; };
3737
EA02F68524A000E00079D000 /* UserActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68424A000E00079D000 /* UserActions.swift */; };
3838
EA02F68D24A063E90079D000 /* LoginDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68C24A063E90079D000 /* LoginDelegate.swift */; };
3939
EA062D5D24A0FEB6006714D3 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = EA062D5C24A0FEB6006714D3 /* README.md */; };
@@ -159,11 +159,11 @@
159159
isa = PBXFrameworksBuildPhase;
160160
buildActionMask = 2147483647;
161161
files = (
162-
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */,
163162
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
164163
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
165164
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
166165
DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */,
166+
B8431C7D2D0706DC0093ED41 /* RecaptchaEnterprise in Frameworks */,
167167
);
168168
runOnlyForDeploymentPostprocessing = 0;
169169
};
@@ -393,7 +393,7 @@
393393
DE8B63712BEC2FB900607B82 /* GoogleSignIn */,
394394
DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,
395395
DE8B63762BEC302200607B82 /* FacebookLogin */,
396-
DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */,
396+
B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */,
397397
);
398398
productName = "Swifty Auth";
399399
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
@@ -481,6 +481,7 @@
481481
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
482482
DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
483483
DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
484+
B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
484485
);
485486
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
486487
projectDirPath = "";
@@ -978,6 +979,14 @@
978979
/* End XCLocalSwiftPackageReference section */
979980

980981
/* Begin XCRemoteSwiftPackageReference section */
982+
B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = {
983+
isa = XCRemoteSwiftPackageReference;
984+
repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk";
985+
requirement = {
986+
kind = upToNextMajorVersion;
987+
minimumVersion = 18.6.0;
988+
};
989+
};
981990
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
982991
isa = XCRemoteSwiftPackageReference;
983992
repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git";
@@ -1005,6 +1014,11 @@
10051014
/* End XCRemoteSwiftPackageReference section */
10061015

10071016
/* Begin XCSwiftPackageProductDependency section */
1017+
B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */ = {
1018+
isa = XCSwiftPackageProductDependency;
1019+
package = B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
1020+
productName = RecaptchaEnterprise;
1021+
};
10081022
DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = {
10091023
isa = XCSwiftPackageProductDependency;
10101024
productName = FirebaseAuth;

0 commit comments

Comments
 (0)