Skip to content

Commit 3fb53f5

Browse files
authored
[Firebase AI] Switch to SemVer tagged firebase-ios-sdk (#1704)
1 parent 7f7325b commit 3fb53f5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/firebaseai.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ concurrency:
1616

1717
env:
1818
SAMPLE: FirebaseAI
19-
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
2019

2120
jobs:
2221
spm:

firebaseai/FirebaseAIExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@
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 */

firebaseai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).
2828
2. 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`
3131
3. Download the `GoogleService-Info.plist` for the app when prompted and save
3232
it to the `firebaseai` directory.
3333

0 commit comments

Comments
 (0)