Skip to content

Commit dda7acf

Browse files
committed
Add -Preview suffix to FirebaseVertexAI library name (#12641)
1 parent 120fb62 commit dda7acf

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

FirebaseVertexAI/Sample/GenerativeAISample.xcodeproj/project.pbxproj

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
869200AB2B86BE3100482873 /* FirebaseVertexAI in Frameworks */ = {isa = PBXBuildFile; productRef = 869200AA2B86BE3100482873 /* FirebaseVertexAI */; };
11-
869200AD2B86BEA100482873 /* FirebaseVertexAI in Frameworks */ = {isa = PBXBuildFile; productRef = 869200AC2B86BEA100482873 /* FirebaseVertexAI */; };
12-
869200AF2B86BFBC00482873 /* FirebaseVertexAI in Frameworks */ = {isa = PBXBuildFile; productRef = 869200AE2B86BFBC00482873 /* FirebaseVertexAI */; };
13-
869200B12B86BFF500482873 /* FirebaseVertexAI in Frameworks */ = {isa = PBXBuildFile; productRef = 869200B02B86BFF500482873 /* FirebaseVertexAI */; };
10+
868A33662BB476FA00304BB1 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 868A33652BB476FA00304BB1 /* FirebaseAppCheck */; };
11+
868A33682BB476FA00304BB1 /* FirebaseVertexAI-Preview in Frameworks */ = {isa = PBXBuildFile; productRef = 868A33672BB476FA00304BB1 /* FirebaseVertexAI-Preview */; };
12+
868A336A2BB4771900304BB1 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 868A33692BB4771900304BB1 /* FirebaseAppCheck */; };
13+
868A336C2BB4771900304BB1 /* FirebaseVertexAI-Preview in Frameworks */ = {isa = PBXBuildFile; productRef = 868A336B2BB4771900304BB1 /* FirebaseVertexAI-Preview */; };
14+
868A336E2BB4773600304BB1 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 868A336D2BB4773600304BB1 /* FirebaseAppCheck */; };
15+
868A33702BB4773600304BB1 /* FirebaseVertexAI-Preview in Frameworks */ = {isa = PBXBuildFile; productRef = 868A336F2BB4773600304BB1 /* FirebaseVertexAI-Preview */; };
16+
868A33722BB4775D00304BB1 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 868A33712BB4775D00304BB1 /* FirebaseAppCheck */; };
17+
868A33742BB4775D00304BB1 /* FirebaseVertexAI-Preview in Frameworks */ = {isa = PBXBuildFile; productRef = 868A33732BB4775D00304BB1 /* FirebaseVertexAI-Preview */; };
1418
869200B32B879C4F00482873 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 869200B22B879C4F00482873 /* GoogleService-Info.plist */; };
1519
869200B42B879C4F00482873 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 869200B22B879C4F00482873 /* GoogleService-Info.plist */; };
1620
869200B52B879C4F00482873 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 869200B22B879C4F00482873 /* GoogleService-Info.plist */; };
@@ -56,10 +60,6 @@
5660
88E10F592B11131900C08E95 /* ChatMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F582B11131900C08E95 /* ChatMessage.swift */; };
5761
88E10F5B2B11133E00C08E95 /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F5A2B11133E00C08E95 /* MessageView.swift */; };
5862
88E10F5D2B11135000C08E95 /* BouncingDots.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F5C2B11135000C08E95 /* BouncingDots.swift */; };
59-
8D589E2B2BA8E87A0049BFCA /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 8D589E2A2BA8E87A0049BFCA /* FirebaseAppCheck */; };
60-
8D589E2D2BA8EEA30049BFCA /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 8D589E2C2BA8EEA30049BFCA /* FirebaseAppCheck */; };
61-
8D589E2F2BA8EEBD0049BFCA /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 8D589E2E2BA8EEBD0049BFCA /* FirebaseAppCheck */; };
62-
8D589E312BA8EED80049BFCA /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 8D589E302BA8EED80049BFCA /* FirebaseAppCheck */; };
6363
CB0DFFD52B2B4F08006E109D /* GenerativeAIUIComponents in Frameworks */ = {isa = PBXBuildFile; productRef = CB0DFFD42B2B4F08006E109D /* GenerativeAIUIComponents */; };
6464
/* End PBXBuildFile section */
6565

@@ -101,9 +101,9 @@
101101
isa = PBXFrameworksBuildPhase;
102102
buildActionMask = 2147483647;
103103
files = (
104-
8D589E312BA8EED80049BFCA /* FirebaseAppCheck in Frameworks */,
104+
868A33682BB476FA00304BB1 /* FirebaseVertexAI-Preview in Frameworks */,
105105
886F95D82B17BA420036F07A /* MarkdownUI in Frameworks */,
106-
869200AB2B86BE3100482873 /* FirebaseVertexAI in Frameworks */,
106+
868A33662BB476FA00304BB1 /* FirebaseAppCheck in Frameworks */,
107107
886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */,
108108
);
109109
runOnlyForDeploymentPostprocessing = 0;
@@ -112,19 +112,19 @@
112112
isa = PBXFrameworksBuildPhase;
113113
buildActionMask = 2147483647;
114114
files = (
115+
868A336C2BB4771900304BB1 /* FirebaseVertexAI-Preview in Frameworks */,
116+
868A336A2BB4771900304BB1 /* FirebaseAppCheck in Frameworks */,
115117
88209C242B0FBE1700F64795 /* MarkdownUI in Frameworks */,
116-
8D589E2F2BA8EEBD0049BFCA /* FirebaseAppCheck in Frameworks */,
117-
869200B12B86BFF500482873 /* FirebaseVertexAI in Frameworks */,
118118
);
119119
runOnlyForDeploymentPostprocessing = 0;
120120
};
121121
8848C8532B0D056C007B434F /* Frameworks */ = {
122122
isa = PBXFrameworksBuildPhase;
123123
buildActionMask = 2147483647;
124124
files = (
125-
8D589E2B2BA8E87A0049BFCA /* FirebaseAppCheck in Frameworks */,
125+
868A33702BB4773600304BB1 /* FirebaseVertexAI-Preview in Frameworks */,
126126
88B8A91E2B0FC55100424728 /* MarkdownUI in Frameworks */,
127-
869200AF2B86BFBC00482873 /* FirebaseVertexAI in Frameworks */,
127+
868A336E2BB4773600304BB1 /* FirebaseAppCheck in Frameworks */,
128128
88B8A9372B0FCBE700424728 /* GenerativeAIUIComponents in Frameworks */,
129129
);
130130
runOnlyForDeploymentPostprocessing = 0;
@@ -133,9 +133,9 @@
133133
isa = PBXFrameworksBuildPhase;
134134
buildActionMask = 2147483647;
135135
files = (
136-
8D589E2D2BA8EEA30049BFCA /* FirebaseAppCheck in Frameworks */,
136+
868A33742BB4775D00304BB1 /* FirebaseVertexAI-Preview in Frameworks */,
137137
88D9474D2B14F27E008B5580 /* MarkdownUI in Frameworks */,
138-
869200AD2B86BEA100482873 /* FirebaseVertexAI in Frameworks */,
138+
868A33722BB4775D00304BB1 /* FirebaseAppCheck in Frameworks */,
139139
CB0DFFD52B2B4F08006E109D /* GenerativeAIUIComponents in Frameworks */,
140140
);
141141
runOnlyForDeploymentPostprocessing = 0;
@@ -342,8 +342,8 @@
342342
packageProductDependencies = (
343343
886F95D72B17BA420036F07A /* MarkdownUI */,
344344
886F95E22B17D6630036F07A /* GenerativeAIUIComponents */,
345-
869200AA2B86BE3100482873 /* FirebaseVertexAI */,
346-
8D589E302BA8EED80049BFCA /* FirebaseAppCheck */,
345+
868A33652BB476FA00304BB1 /* FirebaseAppCheck */,
346+
868A33672BB476FA00304BB1 /* FirebaseVertexAI-Preview */,
347347
);
348348
productName = GenerativeAISample;
349349
productReference = 8848C82F2B0D04BC007B434F /* GenerativeAISample.app */;
@@ -364,8 +364,8 @@
364364
name = GenerativeAITextSample;
365365
packageProductDependencies = (
366366
88209C232B0FBE1700F64795 /* MarkdownUI */,
367-
869200B02B86BFF500482873 /* FirebaseVertexAI */,
368-
8D589E2E2BA8EEBD0049BFCA /* FirebaseAppCheck */,
367+
868A33692BB4771900304BB1 /* FirebaseAppCheck */,
368+
868A336B2BB4771900304BB1 /* FirebaseVertexAI-Preview */,
369369
);
370370
productName = GenerativeAITextSample;
371371
productReference = 8848C8442B0D051E007B434F /* GenerativeAITextSample.app */;
@@ -387,8 +387,8 @@
387387
packageProductDependencies = (
388388
88B8A91D2B0FC55100424728 /* MarkdownUI */,
389389
88B8A9362B0FCBE700424728 /* GenerativeAIUIComponents */,
390-
869200AE2B86BFBC00482873 /* FirebaseVertexAI */,
391-
8D589E2A2BA8E87A0049BFCA /* FirebaseAppCheck */,
390+
868A336D2BB4773600304BB1 /* FirebaseAppCheck */,
391+
868A336F2BB4773600304BB1 /* FirebaseVertexAI-Preview */,
392392
);
393393
productName = GenerativeAIMultimodalSample;
394394
productReference = 8848C8562B0D056C007B434F /* GenerativeAIMultimodalSample.app */;
@@ -410,8 +410,8 @@
410410
packageProductDependencies = (
411411
88D9474C2B14F27E008B5580 /* MarkdownUI */,
412412
CB0DFFD42B2B4F08006E109D /* GenerativeAIUIComponents */,
413-
869200AC2B86BEA100482873 /* FirebaseVertexAI */,
414-
8D589E2C2BA8EEA30049BFCA /* FirebaseAppCheck */,
413+
868A33712BB4775D00304BB1 /* FirebaseAppCheck */,
414+
868A33732BB4775D00304BB1 /* FirebaseVertexAI-Preview */,
415415
);
416416
productName = ChatSample;
417417
productReference = 88E10F422B110D5300C08E95 /* ChatSample.app */;
@@ -453,7 +453,7 @@
453453
packageReferences = (
454454
88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */,
455455
DEA09AC32B1FCE22001962D9 /* XCRemoteSwiftPackageReference "NetworkImage" */,
456-
869200A92B86BE3100482873 /* XCLocalSwiftPackageReference "../.." */,
456+
868A33642BB476FA00304BB1 /* XCLocalSwiftPackageReference "../.." */,
457457
);
458458
productRefGroup = 8848C8302B0D04BC007B434F /* Products */;
459459
projectDirPath = "";
@@ -985,7 +985,7 @@
985985
/* End XCConfigurationList section */
986986

987987
/* Begin XCLocalSwiftPackageReference section */
988-
869200A92B86BE3100482873 /* XCLocalSwiftPackageReference "../.." */ = {
988+
868A33642BB476FA00304BB1 /* XCLocalSwiftPackageReference "../.." */ = {
989989
isa = XCLocalSwiftPackageReference;
990990
relativePath = ../..;
991991
};
@@ -1011,21 +1011,37 @@
10111011
/* End XCRemoteSwiftPackageReference section */
10121012

10131013
/* Begin XCSwiftPackageProductDependency section */
1014-
869200AA2B86BE3100482873 /* FirebaseVertexAI */ = {
1014+
868A33652BB476FA00304BB1 /* FirebaseAppCheck */ = {
10151015
isa = XCSwiftPackageProductDependency;
1016-
productName = FirebaseVertexAI;
1016+
productName = FirebaseAppCheck;
1017+
};
1018+
868A33672BB476FA00304BB1 /* FirebaseVertexAI-Preview */ = {
1019+
isa = XCSwiftPackageProductDependency;
1020+
productName = "FirebaseVertexAI-Preview";
1021+
};
1022+
868A33692BB4771900304BB1 /* FirebaseAppCheck */ = {
1023+
isa = XCSwiftPackageProductDependency;
1024+
productName = FirebaseAppCheck;
10171025
};
1018-
869200AC2B86BEA100482873 /* FirebaseVertexAI */ = {
1026+
868A336B2BB4771900304BB1 /* FirebaseVertexAI-Preview */ = {
10191027
isa = XCSwiftPackageProductDependency;
1020-
productName = FirebaseVertexAI;
1028+
productName = "FirebaseVertexAI-Preview";
10211029
};
1022-
869200AE2B86BFBC00482873 /* FirebaseVertexAI */ = {
1030+
868A336D2BB4773600304BB1 /* FirebaseAppCheck */ = {
10231031
isa = XCSwiftPackageProductDependency;
1024-
productName = FirebaseVertexAI;
1032+
productName = FirebaseAppCheck;
1033+
};
1034+
868A336F2BB4773600304BB1 /* FirebaseVertexAI-Preview */ = {
1035+
isa = XCSwiftPackageProductDependency;
1036+
productName = "FirebaseVertexAI-Preview";
1037+
};
1038+
868A33712BB4775D00304BB1 /* FirebaseAppCheck */ = {
1039+
isa = XCSwiftPackageProductDependency;
1040+
productName = FirebaseAppCheck;
10251041
};
1026-
869200B02B86BFF500482873 /* FirebaseVertexAI */ = {
1042+
868A33732BB4775D00304BB1 /* FirebaseVertexAI-Preview */ = {
10271043
isa = XCSwiftPackageProductDependency;
1028-
productName = FirebaseVertexAI;
1044+
productName = "FirebaseVertexAI-Preview";
10291045
};
10301046
88209C232B0FBE1700F64795 /* MarkdownUI */ = {
10311047
isa = XCSwiftPackageProductDependency;
@@ -1055,22 +1071,6 @@
10551071
package = 88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */;
10561072
productName = MarkdownUI;
10571073
};
1058-
8D589E2A2BA8E87A0049BFCA /* FirebaseAppCheck */ = {
1059-
isa = XCSwiftPackageProductDependency;
1060-
productName = FirebaseAppCheck;
1061-
};
1062-
8D589E2C2BA8EEA30049BFCA /* FirebaseAppCheck */ = {
1063-
isa = XCSwiftPackageProductDependency;
1064-
productName = FirebaseAppCheck;
1065-
};
1066-
8D589E2E2BA8EEBD0049BFCA /* FirebaseAppCheck */ = {
1067-
isa = XCSwiftPackageProductDependency;
1068-
productName = FirebaseAppCheck;
1069-
};
1070-
8D589E302BA8EED80049BFCA /* FirebaseAppCheck */ = {
1071-
isa = XCSwiftPackageProductDependency;
1072-
productName = FirebaseAppCheck;
1073-
};
10741074
CB0DFFD42B2B4F08006E109D /* GenerativeAIUIComponents */ = {
10751075
isa = XCSwiftPackageProductDependency;
10761076
productName = GenerativeAIUIComponents;

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ let package = Package(
138138
targets: ["FirebaseStorage"]
139139
),
140140
.library(
141-
name: "FirebaseVertexAI",
141+
name: "FirebaseVertexAI-Preview",
142142
targets: ["FirebaseVertexAI"]
143143
),
144144
],

0 commit comments

Comments
 (0)