Skip to content

Commit 74e3d9c

Browse files
authored
[Vertex AI] Remove -Preview suffix in SPM library name (#13744)
1 parent 8213c97 commit 74e3d9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

FirebaseVertexAI/Sample/VertexAISample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
86D9CA8B2BED3EE1007D939E /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CA8A2BED3EE1007D939E /* FirebaseAppCheck */; };
1414
86D9CA8F2BED3EE1007D939E /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CA8E2BED3EE1007D939E /* FirebaseAuth */; };
1515
86D9CAB52BED3EE1007D939E /* FirebaseStorage in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CAB42BED3EE1007D939E /* FirebaseStorage */; };
16-
86D9CAB92BED3EE1007D939E /* FirebaseVertexAI-Preview in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CAB82BED3EE1007D939E /* FirebaseVertexAI-Preview */; };
16+
86D9CAB92BED3EE1007D939E /* FirebaseVertexAI in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CAB82BED3EE1007D939E /* FirebaseVertexAI */; };
1717
88263BF02B239C09008AB09B /* ErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88263BEE2B239BFE008AB09B /* ErrorView.swift */; };
1818
88263BF12B239C11008AB09B /* ErrorDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 889873842B208563005B4896 /* ErrorDetailsView.swift */; };
1919
8848C8332B0D04BC007B434F /* VertexAISampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8848C8322B0D04BC007B434F /* VertexAISampleApp.swift */; };
@@ -72,7 +72,7 @@
7272
86D9CA8F2BED3EE1007D939E /* FirebaseAuth in Frameworks */,
7373
86D9CA8B2BED3EE1007D939E /* FirebaseAppCheck in Frameworks */,
7474
886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */,
75-
86D9CAB92BED3EE1007D939E /* FirebaseVertexAI-Preview in Frameworks */,
75+
86D9CAB92BED3EE1007D939E /* FirebaseVertexAI in Frameworks */,
7676
);
7777
runOnlyForDeploymentPostprocessing = 0;
7878
};
@@ -301,7 +301,7 @@
301301
86D9CA8A2BED3EE1007D939E /* FirebaseAppCheck */,
302302
86D9CA8E2BED3EE1007D939E /* FirebaseAuth */,
303303
86D9CAB42BED3EE1007D939E /* FirebaseStorage */,
304-
86D9CAB82BED3EE1007D939E /* FirebaseVertexAI-Preview */,
304+
86D9CAB82BED3EE1007D939E /* FirebaseVertexAI */,
305305
);
306306
productName = GenerativeAISample;
307307
productReference = 8848C82F2B0D04BC007B434F /* VertexAISample.app */;
@@ -625,9 +625,9 @@
625625
isa = XCSwiftPackageProductDependency;
626626
productName = FirebaseStorage;
627627
};
628-
86D9CAB82BED3EE1007D939E /* FirebaseVertexAI-Preview */ = {
628+
86D9CAB82BED3EE1007D939E /* FirebaseVertexAI */ = {
629629
isa = XCSwiftPackageProductDependency;
630-
productName = "FirebaseVertexAI-Preview";
630+
productName = FirebaseVertexAI;
631631
};
632632
886F95D72B17BA420036F07A /* MarkdownUI */ = {
633633
isa = XCSwiftPackageProductDependency;

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ let package = Package(
122122
targets: ["FirebaseStorage"]
123123
),
124124
.library(
125-
name: "FirebaseVertexAI-Preview",
125+
name: "FirebaseVertexAI",
126126
targets: ["FirebaseVertexAI"]
127127
),
128128
],

0 commit comments

Comments
 (0)