Skip to content

Commit c9d86e0

Browse files
committed
Temporarily use CocoaPods-12.0.0 branch for SPM dependency
1 parent 5be4ca3 commit c9d86e0

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

firebaseai/FirebaseAIExample.xcodeproj/project.pbxproj

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 60;
6+
objectVersion = 56;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
8611DB362E21AA1600132740 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8611DB352E21AA1600132740 /* WebView.swift */; };
1011
869200B32B879C4F00482873 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 869200B22B879C4F00482873 /* GoogleService-Info.plist */; };
1112
86C1F4832BC726150026816F /* FunctionCallingScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C1F47E2BC726150026816F /* FunctionCallingScreen.swift */; };
1213
86C1F4842BC726150026816F /* FunctionCallingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C1F4802BC726150026816F /* FunctionCallingViewModel.swift */; };
@@ -27,14 +28,13 @@
2728
886F95E02B17D5010036F07A /* ConversationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F562B1112F600C08E95 /* ConversationViewModel.swift */; };
2829
886F95E12B17D5010036F07A /* ConversationScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F542B1112CA00C08E95 /* ConversationScreen.swift */; };
2930
886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */ = {isa = PBXBuildFile; productRef = 886F95E22B17D6630036F07A /* GenerativeAIUIComponents */; };
30-
AE0B52E32E1EB82F003FFFE7 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0B52DD2E1EB82F003FFFE7 /* WebView.swift */; };
31-
AEF66A332DF220800010A70C /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = AEF66A322DF220800010A70C /* GoogleService-Info.plist */; };
32-
AEF66A362DF222560010A70C /* FirebaseAI in Frameworks */ = {isa = PBXBuildFile; productRef = AEF66A352DF222560010A70C /* FirebaseAI */; };
31+
DE26D95F2DBB3E9F007E6668 /* FirebaseAI in Frameworks */ = {isa = PBXBuildFile; productRef = DE26D95E2DBB3E9F007E6668 /* FirebaseAI */; };
3332
DEFECAA92D7B4CCD00EF9621 /* ImagenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFECAA72D7B4CCD00EF9621 /* ImagenViewModel.swift */; };
3433
DEFECAAA2D7B4CCD00EF9621 /* ImagenScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFECAA62D7B4CCD00EF9621 /* ImagenScreen.swift */; };
3534
/* End PBXBuildFile section */
3635

3736
/* Begin PBXFileReference section */
37+
8611DB352E21AA1600132740 /* WebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
3838
869200B22B879C4F00482873 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
3939
86C1F47E2BC726150026816F /* FunctionCallingScreen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FunctionCallingScreen.swift; sourceTree = "<group>"; };
4040
86C1F4802BC726150026816F /* FunctionCallingViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FunctionCallingViewModel.swift; sourceTree = "<group>"; };
@@ -61,8 +61,6 @@
6161
88E10F582B11131900C08E95 /* ChatMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatMessage.swift; sourceTree = "<group>"; };
6262
88E10F5A2B11133E00C08E95 /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
6363
88E10F5C2B11135000C08E95 /* BouncingDots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BouncingDots.swift; sourceTree = "<group>"; };
64-
AE0B52DD2E1EB82F003FFFE7 /* WebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
65-
AEF66A322DF220800010A70C /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
6664
DEFECAA62D7B4CCD00EF9621 /* ImagenScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagenScreen.swift; sourceTree = "<group>"; };
6765
DEFECAA72D7B4CCD00EF9621 /* ImagenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagenViewModel.swift; sourceTree = "<group>"; };
6866
/* End PBXFileReference section */
@@ -72,9 +70,9 @@
7270
isa = PBXFrameworksBuildPhase;
7371
buildActionMask = 2147483647;
7472
files = (
73+
DE26D95F2DBB3E9F007E6668 /* FirebaseAI in Frameworks */,
7574
886F95D82B17BA420036F07A /* MarkdownUI in Frameworks */,
7675
886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */,
77-
AEF66A362DF222560010A70C /* FirebaseAI in Frameworks */,
7876
);
7977
runOnlyForDeploymentPostprocessing = 0;
8078
};
@@ -158,7 +156,6 @@
158156
86C1F4822BC726150026816F /* FunctionCallingExample */,
159157
8848C8302B0D04BC007B434F /* Products */,
160158
88209C222B0FBE1700F64795 /* Frameworks */,
161-
AEF66A322DF220800010A70C /* GoogleService-Info.plist */,
162159
);
163160
sourceTree = "<group>";
164161
};
@@ -263,7 +260,7 @@
263260
88E10F5A2B11133E00C08E95 /* MessageView.swift */,
264261
88E10F5C2B11135000C08E95 /* BouncingDots.swift */,
265262
889873842B208563005B4896 /* ErrorDetailsView.swift */,
266-
AE0B52DD2E1EB82F003FFFE7 /* WebView.swift */,
263+
8611DB352E21AA1600132740 /* WebView.swift */,
267264
);
268265
path = Views;
269266
sourceTree = "<group>";
@@ -312,7 +309,7 @@
312309
packageProductDependencies = (
313310
886F95D72B17BA420036F07A /* MarkdownUI */,
314311
886F95E22B17D6630036F07A /* GenerativeAIUIComponents */,
315-
AEF66A352DF222560010A70C /* FirebaseAI */,
312+
DE26D95E2DBB3E9F007E6668 /* FirebaseAI */,
316313
);
317314
productName = GenerativeAIExample;
318315
productReference = 8848C82F2B0D04BC007B434F /* FirebaseAIExample.app */;
@@ -345,7 +342,7 @@
345342
packageReferences = (
346343
88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */,
347344
DEA09AC32B1FCE22001962D9 /* XCRemoteSwiftPackageReference "NetworkImage" */,
348-
AEF66A342DF222560010A70C /* XCLocalSwiftPackageReference "../../sdks/firebase-ios-sdk" */,
345+
DEFECAAB2D7BB49700EF9621 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
349346
);
350347
productRefGroup = 8848C8302B0D04BC007B434F /* Products */;
351348
projectDirPath = "";
@@ -362,7 +359,6 @@
362359
buildActionMask = 2147483647;
363360
files = (
364361
8848C83A2B0D04BD007B434F /* Preview Assets.xcassets in Resources */,
365-
AEF66A332DF220800010A70C /* GoogleService-Info.plist in Resources */,
366362
8848C8372B0D04BD007B434F /* Assets.xcassets in Resources */,
367363
869200B32B879C4F00482873 /* GoogleService-Info.plist in Resources */,
368364
);
@@ -382,8 +378,8 @@
382378
88263BF12B239C11008AB09B /* ErrorDetailsView.swift in Sources */,
383379
8848C8352B0D04BC007B434F /* ContentView.swift in Sources */,
384380
886F95D52B17BA010036F07A /* GenerateContentScreen.swift in Sources */,
385-
8848C8332B0D04BC007B434F /* FirebaseAISampleApp.swift in Sources */,
386-
AE0B52E32E1EB82F003FFFE7 /* WebView.swift in Sources */,
381+
8611DB362E21AA1600132740 /* WebView.swift in Sources */,
382+
8848C8332B0D04BC007B434F /* FirebaseAIExampleApp.swift in Sources */,
387383
886F95E02B17D5010036F07A /* ConversationViewModel.swift in Sources */,
388384
886F95DD2B17D5010036F07A /* MessageView.swift in Sources */,
389385
886F95DC2B17BAEF0036F07A /* PhotoReasoningScreen.swift in Sources */,
@@ -601,13 +597,6 @@
601597
};
602598
/* End XCConfigurationList section */
603599

604-
/* Begin XCLocalSwiftPackageReference section */
605-
AEF66A342DF222560010A70C /* XCLocalSwiftPackageReference "../../sdks/firebase-ios-sdk" */ = {
606-
isa = XCLocalSwiftPackageReference;
607-
relativePath = "../../sdks/firebase-ios-sdk";
608-
};
609-
/* End XCLocalSwiftPackageReference section */
610-
611600
/* Begin XCRemoteSwiftPackageReference section */
612601
88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */ = {
613602
isa = XCRemoteSwiftPackageReference;
@@ -625,6 +614,14 @@
625614
revision = 7aff8d1b31148d32c5933d75557d42f6323ee3d1;
626615
};
627616
};
617+
DEFECAAB2D7BB49700EF9621 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
618+
isa = XCRemoteSwiftPackageReference;
619+
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
620+
requirement = {
621+
branch = "CocoaPods-12.0.0";
622+
kind = branch;
623+
};
624+
};
628625
/* End XCRemoteSwiftPackageReference section */
629626

630627
/* Begin XCSwiftPackageProductDependency section */
@@ -637,8 +634,9 @@
637634
isa = XCSwiftPackageProductDependency;
638635
productName = GenerativeAIUIComponents;
639636
};
640-
AEF66A352DF222560010A70C /* FirebaseAI */ = {
637+
DE26D95E2DBB3E9F007E6668 /* FirebaseAI */ = {
641638
isa = XCSwiftPackageProductDependency;
639+
package = DEFECAAB2D7BB49700EF9621 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
642640
productName = FirebaseAI;
643641
};
644642
/* End XCSwiftPackageProductDependency section */

0 commit comments

Comments
 (0)