Skip to content

Commit b173243

Browse files
authored
reverting back project.pbxproj file
1 parent f73d321 commit b173243

File tree

1 file changed

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

1 file changed

+3
-17
lines changed

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

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; };
3434
DEC2E5E42A966DE20090260A /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = DEC2E5E32A966DE20090260A /* GoogleService-Info_multi.plist */; };
3535
DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };
36-
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = B899DE642D071E6200D3A83D /* RecaptchaEnterprise */; };
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,7 +159,7 @@
159159
isa = PBXFrameworksBuildPhase;
160160
buildActionMask = 2147483647;
161161
files = (
162-
B899DE652D071E6200D3A83D /* RecaptchaEnterprise in Frameworks */,
162+
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */,
163163
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
164164
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
165165
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
@@ -393,7 +393,7 @@
393393
DE8B63712BEC2FB900607B82 /* GoogleSignIn */,
394394
DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,
395395
DE8B63762BEC302200607B82 /* FacebookLogin */,
396-
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */,
396+
DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */,
397397
);
398398
productName = "Swifty Auth";
399399
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
@@ -481,7 +481,6 @@
481481
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
482482
DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
483483
DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
484-
B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
485484
);
486485
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
487486
projectDirPath = "";
@@ -979,14 +978,6 @@
979978
/* End XCLocalSwiftPackageReference section */
980979

981980
/* Begin XCRemoteSwiftPackageReference section */
982-
B899DE632D071E6200D3A83D /* 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-
};
990981
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
991982
isa = XCRemoteSwiftPackageReference;
992983
repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git";
@@ -1014,11 +1005,6 @@
10141005
/* End XCRemoteSwiftPackageReference section */
10151006

10161007
/* Begin XCSwiftPackageProductDependency section */
1017-
B899DE642D071E6200D3A83D /* RecaptchaEnterprise */ = {
1018-
isa = XCSwiftPackageProductDependency;
1019-
package = B899DE632D071E6200D3A83D /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
1020-
productName = RecaptchaEnterprise;
1021-
};
10221008
DE8B636E2BEC2DC300607B82 /* FirebaseAuth */ = {
10231009
isa = XCSwiftPackageProductDependency;
10241010
productName = FirebaseAuth;

0 commit comments

Comments
 (0)