Skip to content

Commit 2a24411

Browse files
committed
[Auth] Add RecaptchaEnterprise dependency
1 parent ea20133 commit 2a24411

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

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

Lines changed: 19 additions & 3 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-
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */; };
36+
DEE261C52C21E9F500EECAC5 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
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 */; };
@@ -48,6 +48,7 @@
4848
EA217895248979E200736757 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EA217894248979E200736757 /* LaunchScreen.storyboard */; };
4949
EA527CAA24A0766D00ADB9A2 /* OtherAuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA527CA924A0766D00ADB9A2 /* OtherAuthViewController.swift */; };
5050
EA527CAC24A0EE9600ADB9A2 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA527CAB24A0EE9600ADB9A2 /* LoginView.swift */; };
51+
EA68BA562D1232AA00B05409 /* RecaptchaEnterprise in Frameworks */ = {isa = PBXBuildFile; productRef = EA68BA552D1232AA00B05409 /* RecaptchaEnterprise */; };
5152
EAB3A1792494433500385291 /* DataSourceProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB3A1782494433500385291 /* DataSourceProvider.swift */; };
5253
EAB3A17C2494628200385291 /* UserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB3A17B2494628200385291 /* UserViewController.swift */; };
5354
EAD8BD402CE535C400E23E30 /* MFALoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD8BD3F2CE535C400E23E30 /* MFALoginView.swift */; };
@@ -159,11 +160,12 @@
159160
isa = PBXFrameworksBuildPhase;
160161
buildActionMask = 2147483647;
161162
files = (
162-
DEE261C52C21E9F500EECAC5 /* RecaptchaEnterprise in Frameworks */,
163+
DEE261C52C21E9F500EECAC5 /* (null) in Frameworks */,
163164
DE8B63772BEC302200607B82 /* FacebookLogin in Frameworks */,
164165
DE8B63742BEC2FB900607B82 /* GoogleSignInSwift in Frameworks */,
165166
DE8B636F2BEC2DC300607B82 /* FirebaseAuth in Frameworks */,
166167
DE8B63722BEC2FB900607B82 /* GoogleSignIn in Frameworks */,
168+
EA68BA562D1232AA00B05409 /* RecaptchaEnterprise in Frameworks */,
167169
);
168170
runOnlyForDeploymentPostprocessing = 0;
169171
};
@@ -393,7 +395,7 @@
393395
DE8B63712BEC2FB900607B82 /* GoogleSignIn */,
394396
DE8B63732BEC2FB900607B82 /* GoogleSignInSwift */,
395397
DE8B63762BEC302200607B82 /* FacebookLogin */,
396-
DEE261C42C21E9F500EECAC5 /* RecaptchaEnterprise */,
398+
EA68BA552D1232AA00B05409 /* RecaptchaEnterprise */,
397399
);
398400
productName = "Swifty Auth";
399401
productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
@@ -481,6 +483,7 @@
481483
DE8B63702BEC2FB900607B82 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
482484
DE8B63752BEC302200607B82 /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */,
483485
DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */,
486+
EA68BA542D1232AA00B05409 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */,
484487
);
485488
productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
486489
projectDirPath = "";
@@ -1002,6 +1005,14 @@
10021005
minimumVersion = 3.4.1;
10031006
};
10041007
};
1008+
EA68BA542D1232AA00B05409 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */ = {
1009+
isa = XCRemoteSwiftPackageReference;
1010+
repositoryURL = "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk";
1011+
requirement = {
1012+
kind = upToNextMajorVersion;
1013+
minimumVersion = 18.6.0;
1014+
};
1015+
};
10051016
/* End XCRemoteSwiftPackageReference section */
10061017

10071018
/* Begin XCSwiftPackageProductDependency section */
@@ -1034,6 +1045,11 @@
10341045
package = DE8B63782BEC342000607B82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */;
10351046
productName = GTMSessionFetcher;
10361047
};
1048+
EA68BA552D1232AA00B05409 /* RecaptchaEnterprise */ = {
1049+
isa = XCSwiftPackageProductDependency;
1050+
package = EA68BA542D1232AA00B05409 /* XCRemoteSwiftPackageReference "recaptcha-enterprise-mobile-sdk" */;
1051+
productName = RecaptchaEnterprise;
1052+
};
10371053
/* End XCSwiftPackageProductDependency section */
10381054
};
10391055
rootObject = EAE4CBB924855E3A00245E92 /* Project object */;

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ if [[ "$xcode_major" -lt 15 ]]; then
163163
elif [[ "$xcode_major" -lt 16 ]]; then
164164
ios_flags=(
165165
-sdk 'iphonesimulator'
166-
-destination 'platform=iOS Simulator,name=iPhone 15'
166+
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2'
167167
)
168168
watchos_flags=(
169169
-sdk 'watchsimulator'

0 commit comments

Comments
 (0)