Skip to content

Commit f73d321

Browse files
committed
updating project.pbxproj file
1 parent dd9d3a9 commit f73d321

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

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

99
/* Begin PBXBuildFile section */
10-
8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; };
11-
B8431C7D2D0706DC0093ED41 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */; };
10+
8848765129D314A400780FA6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8848764F29D3149200780FA6 /* GoogleService-Info.plist */; };
1211
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B636E2BEC2DC300607B82 /* FirebaseAuth */; };
1312
DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63712BEC2FB900607B82 /* GoogleSignIn */; };
1413
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */; };
@@ -34,6 +33,7 @@
3433
DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; };
3534
DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; };
3635
DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };
36+
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B899DE642D071E6200D3A83D /* 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+
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */,
162163
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
163164
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
164165
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
165166
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-
B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */,
396+
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */,
397397
);
398398
productName = "Swifty Auth";
399399
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
@@ -481,7 +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" */,
484+
B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
485485
);
486486
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
487487
projectDirPath = "";
@@ -979,7 +979,7 @@
979979
/* End XCLocalSwiftPackageReference section */
980980

981981
/* Begin XCRemoteSwiftPackageReference section */
982-
B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = {
982+
B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = {
983983
isa = XCRemoteSwiftPackageReference;
984984
repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk";
985985
requirement = {
@@ -1014,9 +1014,9 @@
10141014
/* End XCRemoteSwiftPackageReference section */
10151015

10161016
/* Begin XCSwiftPackageProductDependency section */
1017-
B8431C7C2D0706DC0093ED41 /* RecaptchaEnterprise */ = {
1017+
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */ = {
10181018
isa = XCSwiftPackageProductDependency;
1019-
package = B8431C7B2D0706DC0093ED41 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
1019+
package = B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
10201020
productName = RecaptchaEnterprise;
10211021
};
10221022
DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = {

0 commit comments

Comments
 (0)