File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
FirebaseAIExample.xcodeproj Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ concurrency:
1616
1717env :
1818 SAMPLE : FirebaseAI
19- FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
2019
2120jobs :
2221 spm :
Original file line number Diff line number Diff line change 614614 isa = XCRemoteSwiftPackageReference;
615615 repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
616616 requirement = {
617- branch = main ;
618- kind = branch ;
617+ kind = upToNextMajorVersion ;
618+ minimumVersion = 11.13.0 ;
619619 };
620620 };
621621/* End XCRemoteSwiftPackageReference section */
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ sample app to your Firebase project (or create a new project):
2727 [ Set up a Firebase project and connect your app to Firebase] ( https://firebase.google.com/docs/vertex-ai/get-started?platform=ios#set-up-firebase ) .
28282 . Add an iOS+ app to your project. Make sure the ` Bundle Identifier ` you set
2929 matches the one in the sample.
30- - The default bundle ID is ` com.google.firebase.VertexAISample `
30+ - The default bundle ID is ` com.google.firebase.quickstart.FirebaseAIExample `
31313 . Download the ` GoogleService-Info.plist ` for the app when prompted and save
3232 it to the ` firebaseai ` directory.
3333
You can’t perform that action at this time.
0 commit comments