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:
16
16
17
17
env :
18
18
SAMPLE : FirebaseAI
19
- FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
20
19
21
20
jobs :
22
21
spm :
Original file line number Diff line number Diff line change 614
614
isa = XCRemoteSwiftPackageReference;
615
615
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
616
616
requirement = {
617
- branch = main ;
618
- kind = branch ;
617
+ kind = upToNextMajorVersion ;
618
+ minimumVersion = 11.13.0 ;
619
619
};
620
620
};
621
621
/* 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):
27
27
[ 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 ) .
28
28
2 . Add an iOS+ app to your project. Make sure the ` Bundle Identifier ` you set
29
29
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 `
31
31
3 . Download the ` GoogleService-Info.plist ` for the app when prompted and save
32
32
it to the ` firebaseai ` directory.
33
33
You can’t perform that action at this time.
0 commit comments