Skip to content

Commit aa474f5

Browse files
authored
Add local App Check package to sample targets (#12576)
1 parent 2b53776 commit aa474f5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

FirebaseVertexAI/Sample/GenerativeAISample.xcodeproj/project.pbxproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
88E10F592B11131900C08E95 /* ChatMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F582B11131900C08E95 /* ChatMessage.swift */; };
5757
88E10F5B2B11133E00C08E95 /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F5A2B11133E00C08E95 /* MessageView.swift */; };
5858
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 */; };
5963
CB0DFFD52B2B4F08006E109D /* GenerativeAIUIComponents in Frameworks */ = {isa = PBXBuildFile; productRef = CB0DFFD42B2B4F08006E109D /* GenerativeAIUIComponents */; };
6064
/* End PBXBuildFile section */
6165

@@ -97,6 +101,7 @@
97101
isa = PBXFrameworksBuildPhase;
98102
buildActionMask = 2147483647;
99103
files = (
104+
8D589E312BA8EED80049BFCA /* FirebaseAppCheck in Frameworks */,
100105
886F95D82B17BA420036F07A /* MarkdownUI in Frameworks */,
101106
869200AB2B86BE3100482873 /* FirebaseVertexAI in Frameworks */,
102107
886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */,
@@ -108,6 +113,7 @@
108113
buildActionMask = 2147483647;
109114
files = (
110115
88209C242B0FBE1700F64795 /* MarkdownUI in Frameworks */,
116+
8D589E2F2BA8EEBD0049BFCA /* FirebaseAppCheck in Frameworks */,
111117
869200B12B86BFF500482873 /* FirebaseVertexAI in Frameworks */,
112118
);
113119
runOnlyForDeploymentPostprocessing = 0;
@@ -116,6 +122,7 @@
116122
isa = PBXFrameworksBuildPhase;
117123
buildActionMask = 2147483647;
118124
files = (
125+
8D589E2B2BA8E87A0049BFCA /* FirebaseAppCheck in Frameworks */,
119126
88B8A91E2B0FC55100424728 /* MarkdownUI in Frameworks */,
120127
869200AF2B86BFBC00482873 /* FirebaseVertexAI in Frameworks */,
121128
88B8A9372B0FCBE700424728 /* GenerativeAIUIComponents in Frameworks */,
@@ -126,6 +133,7 @@
126133
isa = PBXFrameworksBuildPhase;
127134
buildActionMask = 2147483647;
128135
files = (
136+
8D589E2D2BA8EEA30049BFCA /* FirebaseAppCheck in Frameworks */,
129137
88D9474D2B14F27E008B5580 /* MarkdownUI in Frameworks */,
130138
869200AD2B86BEA100482873 /* FirebaseVertexAI in Frameworks */,
131139
CB0DFFD52B2B4F08006E109D /* GenerativeAIUIComponents in Frameworks */,
@@ -335,6 +343,7 @@
335343
886F95D72B17BA420036F07A /* MarkdownUI */,
336344
886F95E22B17D6630036F07A /* GenerativeAIUIComponents */,
337345
869200AA2B86BE3100482873 /* FirebaseVertexAI */,
346+
8D589E302BA8EED80049BFCA /* FirebaseAppCheck */,
338347
);
339348
productName = GenerativeAISample;
340349
productReference = 8848C82F2B0D04BC007B434F /* GenerativeAISample.app */;
@@ -356,6 +365,7 @@
356365
packageProductDependencies = (
357366
88209C232B0FBE1700F64795 /* MarkdownUI */,
358367
869200B02B86BFF500482873 /* FirebaseVertexAI */,
368+
8D589E2E2BA8EEBD0049BFCA /* FirebaseAppCheck */,
359369
);
360370
productName = GenerativeAITextSample;
361371
productReference = 8848C8442B0D051E007B434F /* GenerativeAITextSample.app */;
@@ -378,6 +388,7 @@
378388
88B8A91D2B0FC55100424728 /* MarkdownUI */,
379389
88B8A9362B0FCBE700424728 /* GenerativeAIUIComponents */,
380390
869200AE2B86BFBC00482873 /* FirebaseVertexAI */,
391+
8D589E2A2BA8E87A0049BFCA /* FirebaseAppCheck */,
381392
);
382393
productName = GenerativeAIMultimodalSample;
383394
productReference = 8848C8562B0D056C007B434F /* GenerativeAIMultimodalSample.app */;
@@ -400,6 +411,7 @@
400411
88D9474C2B14F27E008B5580 /* MarkdownUI */,
401412
CB0DFFD42B2B4F08006E109D /* GenerativeAIUIComponents */,
402413
869200AC2B86BEA100482873 /* FirebaseVertexAI */,
414+
8D589E2C2BA8EEA30049BFCA /* FirebaseAppCheck */,
403415
);
404416
productName = ChatSample;
405417
productReference = 88E10F422B110D5300C08E95 /* ChatSample.app */;
@@ -1043,6 +1055,22 @@
10431055
package = 88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */;
10441056
productName = MarkdownUI;
10451057
};
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+
};
10461074
CB0DFFD42B2B4F08006E109D /* GenerativeAIUIComponents */ = {
10471075
isa = XCSwiftPackageProductDependency;
10481076
productName = GenerativeAIUIComponents;

0 commit comments

Comments
 (0)