project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 60;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 869200B32B879C4F00482873 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 869200B22B879C4F00482873 /* GoogleService-Info.plist */; };
  10. 86C1F4832BC726150026816F /* FunctionCallingScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C1F47E2BC726150026816F /* FunctionCallingScreen.swift */; };
  11. 86C1F4842BC726150026816F /* FunctionCallingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C1F4802BC726150026816F /* FunctionCallingViewModel.swift */; };
  12. 86D9CA8B2BED3EE1007D939E /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CA8A2BED3EE1007D939E /* FirebaseAppCheck */; };
  13. 86D9CA8F2BED3EE1007D939E /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CA8E2BED3EE1007D939E /* FirebaseAuth */; };
  14. 86D9CAB52BED3EE1007D939E /* FirebaseStorage in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CAB42BED3EE1007D939E /* FirebaseStorage */; };
  15. 86D9CAB92BED3EE1007D939E /* FirebaseVertexAI in Frameworks */ = {isa = PBXBuildFile; productRef = 86D9CAB82BED3EE1007D939E /* FirebaseVertexAI */; };
  16. 88263BF02B239C09008AB09B /* ErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88263BEE2B239BFE008AB09B /* ErrorView.swift */; };
  17. 88263BF12B239C11008AB09B /* ErrorDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 889873842B208563005B4896 /* ErrorDetailsView.swift */; };
  18. 8848C8332B0D04BC007B434F /* VertexAISampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8848C8322B0D04BC007B434F /* VertexAISampleApp.swift */; };
  19. 8848C8352B0D04BC007B434F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8848C8342B0D04BC007B434F /* ContentView.swift */; };
  20. 8848C8372B0D04BD007B434F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8848C8362B0D04BD007B434F /* Assets.xcassets */; };
  21. 8848C83A2B0D04BD007B434F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8848C8392B0D04BD007B434F /* Preview Assets.xcassets */; };
  22. 886F95D52B17BA010036F07A /* SummarizeScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88209C1B2B0FBDC300F64795 /* SummarizeScreen.swift */; };
  23. 886F95D62B17BA010036F07A /* SummarizeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88209C1D2B0FBDC300F64795 /* SummarizeViewModel.swift */; };
  24. 886F95D82B17BA420036F07A /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 886F95D72B17BA420036F07A /* MarkdownUI */; };
  25. 886F95DB2B17BAEF0036F07A /* PhotoReasoningViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8802666F2B0FC39000CF7CB6 /* PhotoReasoningViewModel.swift */; };
  26. 886F95DC2B17BAEF0036F07A /* PhotoReasoningScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 880266752B0FC39000CF7CB6 /* PhotoReasoningScreen.swift */; };
  27. 886F95DD2B17D5010036F07A /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F5A2B11133E00C08E95 /* MessageView.swift */; };
  28. 886F95DE2B17D5010036F07A /* ChatMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F582B11131900C08E95 /* ChatMessage.swift */; };
  29. 886F95DF2B17D5010036F07A /* BouncingDots.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F5C2B11135000C08E95 /* BouncingDots.swift */; };
  30. 886F95E02B17D5010036F07A /* ConversationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F562B1112F600C08E95 /* ConversationViewModel.swift */; };
  31. 886F95E12B17D5010036F07A /* ConversationScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E10F542B1112CA00C08E95 /* ConversationScreen.swift */; };
  32. 886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */ = {isa = PBXBuildFile; productRef = 886F95E22B17D6630036F07A /* GenerativeAIUIComponents */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXFileReference section */
  35. 869200B22B879C4F00482873 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  36. 86C1F47E2BC726150026816F /* FunctionCallingScreen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FunctionCallingScreen.swift; sourceTree = "<group>"; };
  37. 86C1F4802BC726150026816F /* FunctionCallingViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FunctionCallingViewModel.swift; sourceTree = "<group>"; };
  38. 8802666F2B0FC39000CF7CB6 /* PhotoReasoningViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoReasoningViewModel.swift; sourceTree = "<group>"; };
  39. 880266752B0FC39000CF7CB6 /* PhotoReasoningScreen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoReasoningScreen.swift; sourceTree = "<group>"; };
  40. 88209C1B2B0FBDC300F64795 /* SummarizeScreen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SummarizeScreen.swift; sourceTree = "<group>"; };
  41. 88209C1D2B0FBDC300F64795 /* SummarizeViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SummarizeViewModel.swift; sourceTree = "<group>"; };
  42. 88263BEE2B239BFE008AB09B /* ErrorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorView.swift; sourceTree = "<group>"; };
  43. 8848C82F2B0D04BC007B434F /* VertexAISample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VertexAISample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 8848C8322B0D04BC007B434F /* VertexAISampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VertexAISampleApp.swift; sourceTree = "<group>"; };
  45. 8848C8342B0D04BC007B434F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  46. 8848C8362B0D04BD007B434F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  47. 8848C8392B0D04BD007B434F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  48. 8848C84A2B0D051F007B434F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  49. 8848C84D2B0D051F007B434F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  50. 8848C85C2B0D056D007B434F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  51. 8848C85F2B0D056D007B434F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  52. 889873842B208563005B4896 /* ErrorDetailsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorDetailsView.swift; sourceTree = "<group>"; };
  53. 88B8A9352B0FCBA700424728 /* GenerativeAIUIComponents */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = GenerativeAIUIComponents; sourceTree = "<group>"; };
  54. 88E10F482B110D5400C08E95 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  55. 88E10F4B2B110D5400C08E95 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  56. 88E10F542B1112CA00C08E95 /* ConversationScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversationScreen.swift; sourceTree = "<group>"; };
  57. 88E10F562B1112F600C08E95 /* ConversationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversationViewModel.swift; sourceTree = "<group>"; };
  58. 88E10F582B11131900C08E95 /* ChatMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatMessage.swift; sourceTree = "<group>"; };
  59. 88E10F5A2B11133E00C08E95 /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
  60. 88E10F5C2B11135000C08E95 /* BouncingDots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BouncingDots.swift; sourceTree = "<group>"; };
  61. /* End PBXFileReference section */
  62. /* Begin PBXFrameworksBuildPhase section */
  63. 8848C82C2B0D04BC007B434F /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. 886F95D82B17BA420036F07A /* MarkdownUI in Frameworks */,
  68. 86D9CAB52BED3EE1007D939E /* FirebaseStorage in Frameworks */,
  69. 86D9CA8F2BED3EE1007D939E /* FirebaseAuth in Frameworks */,
  70. 86D9CA8B2BED3EE1007D939E /* FirebaseAppCheck in Frameworks */,
  71. 886F95E32B17D6630036F07A /* GenerativeAIUIComponents in Frameworks */,
  72. 86D9CAB92BED3EE1007D939E /* FirebaseVertexAI in Frameworks */,
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. /* End PBXFrameworksBuildPhase section */
  77. /* Begin PBXGroup section */
  78. 86C1F47F2BC726150026816F /* Screens */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 86C1F47E2BC726150026816F /* FunctionCallingScreen.swift */,
  82. );
  83. path = Screens;
  84. sourceTree = "<group>";
  85. };
  86. 86C1F4812BC726150026816F /* ViewModels */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 86C1F4802BC726150026816F /* FunctionCallingViewModel.swift */,
  90. );
  91. path = ViewModels;
  92. sourceTree = "<group>";
  93. };
  94. 86C1F4822BC726150026816F /* FunctionCallingSample */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 86C1F4812BC726150026816F /* ViewModels */,
  98. 86C1F47F2BC726150026816F /* Screens */,
  99. );
  100. path = FunctionCallingSample;
  101. sourceTree = "<group>";
  102. };
  103. 8802666E2B0FC39000CF7CB6 /* ViewModels */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 8802666F2B0FC39000CF7CB6 /* PhotoReasoningViewModel.swift */,
  107. );
  108. path = ViewModels;
  109. sourceTree = "<group>";
  110. };
  111. 880266742B0FC39000CF7CB6 /* Screens */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 880266752B0FC39000CF7CB6 /* PhotoReasoningScreen.swift */,
  115. );
  116. path = Screens;
  117. sourceTree = "<group>";
  118. };
  119. 88209C1A2B0FBDC300F64795 /* Screens */ = {
  120. isa = PBXGroup;
  121. children = (
  122. 88209C1B2B0FBDC300F64795 /* SummarizeScreen.swift */,
  123. );
  124. path = Screens;
  125. sourceTree = "<group>";
  126. };
  127. 88209C1C2B0FBDC300F64795 /* ViewModels */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 88209C1D2B0FBDC300F64795 /* SummarizeViewModel.swift */,
  131. );
  132. path = ViewModels;
  133. sourceTree = "<group>";
  134. };
  135. 88209C222B0FBE1700F64795 /* Frameworks */ = {
  136. isa = PBXGroup;
  137. children = (
  138. );
  139. name = Frameworks;
  140. sourceTree = "<group>";
  141. };
  142. 8848C8262B0D04BC007B434F = {
  143. isa = PBXGroup;
  144. children = (
  145. 88B8A9352B0FCBA700424728 /* GenerativeAIUIComponents */,
  146. 869200B22B879C4F00482873 /* GoogleService-Info.plist */,
  147. 8848C8312B0D04BC007B434F /* VertexAISample */,
  148. 8848C8452B0D051E007B434F /* GenerativeAITextSample */,
  149. 8848C8572B0D056C007B434F /* GenerativeAIMultimodalSample */,
  150. 88E10F432B110D5300C08E95 /* ChatSample */,
  151. 86C1F4822BC726150026816F /* FunctionCallingSample */,
  152. 8848C8302B0D04BC007B434F /* Products */,
  153. 88209C222B0FBE1700F64795 /* Frameworks */,
  154. );
  155. sourceTree = "<group>";
  156. };
  157. 8848C8302B0D04BC007B434F /* Products */ = {
  158. isa = PBXGroup;
  159. children = (
  160. 8848C82F2B0D04BC007B434F /* VertexAISample.app */,
  161. );
  162. name = Products;
  163. sourceTree = "<group>";
  164. };
  165. 8848C8312B0D04BC007B434F /* VertexAISample */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 8848C8322B0D04BC007B434F /* VertexAISampleApp.swift */,
  169. 8848C8342B0D04BC007B434F /* ContentView.swift */,
  170. 8848C8362B0D04BD007B434F /* Assets.xcassets */,
  171. 8848C8382B0D04BD007B434F /* Preview Content */,
  172. );
  173. path = VertexAISample;
  174. sourceTree = "<group>";
  175. };
  176. 8848C8382B0D04BD007B434F /* Preview Content */ = {
  177. isa = PBXGroup;
  178. children = (
  179. 8848C8392B0D04BD007B434F /* Preview Assets.xcassets */,
  180. );
  181. path = "Preview Content";
  182. sourceTree = "<group>";
  183. };
  184. 8848C8452B0D051E007B434F /* GenerativeAITextSample */ = {
  185. isa = PBXGroup;
  186. children = (
  187. 88209C1C2B0FBDC300F64795 /* ViewModels */,
  188. 88209C1A2B0FBDC300F64795 /* Screens */,
  189. 8848C84A2B0D051F007B434F /* Assets.xcassets */,
  190. 8848C84C2B0D051F007B434F /* Preview Content */,
  191. );
  192. path = GenerativeAITextSample;
  193. sourceTree = "<group>";
  194. };
  195. 8848C84C2B0D051F007B434F /* Preview Content */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 8848C84D2B0D051F007B434F /* Preview Assets.xcassets */,
  199. );
  200. path = "Preview Content";
  201. sourceTree = "<group>";
  202. };
  203. 8848C8572B0D056C007B434F /* GenerativeAIMultimodalSample */ = {
  204. isa = PBXGroup;
  205. children = (
  206. 8802666E2B0FC39000CF7CB6 /* ViewModels */,
  207. 880266742B0FC39000CF7CB6 /* Screens */,
  208. 8848C85C2B0D056D007B434F /* Assets.xcassets */,
  209. 8848C85E2B0D056D007B434F /* Preview Content */,
  210. );
  211. path = GenerativeAIMultimodalSample;
  212. sourceTree = "<group>";
  213. };
  214. 8848C85E2B0D056D007B434F /* Preview Content */ = {
  215. isa = PBXGroup;
  216. children = (
  217. 8848C85F2B0D056D007B434F /* Preview Assets.xcassets */,
  218. );
  219. path = "Preview Content";
  220. sourceTree = "<group>";
  221. };
  222. 88E10F432B110D5300C08E95 /* ChatSample */ = {
  223. isa = PBXGroup;
  224. children = (
  225. 88E10F522B11124A00C08E95 /* Models */,
  226. 88E10F502B11123600C08E95 /* ViewModels */,
  227. 88E10F512B11124100C08E95 /* Views */,
  228. 88E10F532B1112B900C08E95 /* Screens */,
  229. 88E10F482B110D5400C08E95 /* Assets.xcassets */,
  230. 88E10F4A2B110D5400C08E95 /* Preview Content */,
  231. );
  232. path = ChatSample;
  233. sourceTree = "<group>";
  234. };
  235. 88E10F4A2B110D5400C08E95 /* Preview Content */ = {
  236. isa = PBXGroup;
  237. children = (
  238. 88E10F4B2B110D5400C08E95 /* Preview Assets.xcassets */,
  239. );
  240. path = "Preview Content";
  241. sourceTree = "<group>";
  242. };
  243. 88E10F502B11123600C08E95 /* ViewModels */ = {
  244. isa = PBXGroup;
  245. children = (
  246. 88E10F562B1112F600C08E95 /* ConversationViewModel.swift */,
  247. );
  248. path = ViewModels;
  249. sourceTree = "<group>";
  250. };
  251. 88E10F512B11124100C08E95 /* Views */ = {
  252. isa = PBXGroup;
  253. children = (
  254. 88263BEE2B239BFE008AB09B /* ErrorView.swift */,
  255. 88E10F5A2B11133E00C08E95 /* MessageView.swift */,
  256. 88E10F5C2B11135000C08E95 /* BouncingDots.swift */,
  257. 889873842B208563005B4896 /* ErrorDetailsView.swift */,
  258. );
  259. path = Views;
  260. sourceTree = "<group>";
  261. };
  262. 88E10F522B11124A00C08E95 /* Models */ = {
  263. isa = PBXGroup;
  264. children = (
  265. 88E10F582B11131900C08E95 /* ChatMessage.swift */,
  266. );
  267. path = Models;
  268. sourceTree = "<group>";
  269. };
  270. 88E10F532B1112B900C08E95 /* Screens */ = {
  271. isa = PBXGroup;
  272. children = (
  273. 88E10F542B1112CA00C08E95 /* ConversationScreen.swift */,
  274. );
  275. path = Screens;
  276. sourceTree = "<group>";
  277. };
  278. /* End PBXGroup section */
  279. /* Begin PBXNativeTarget section */
  280. 8848C82E2B0D04BC007B434F /* VertexAISample */ = {
  281. isa = PBXNativeTarget;
  282. buildConfigurationList = 8848C83D2B0D04BD007B434F /* Build configuration list for PBXNativeTarget "VertexAISample" */;
  283. buildPhases = (
  284. 8848C82B2B0D04BC007B434F /* Sources */,
  285. 8848C82C2B0D04BC007B434F /* Frameworks */,
  286. 8848C82D2B0D04BC007B434F /* Resources */,
  287. );
  288. buildRules = (
  289. );
  290. dependencies = (
  291. );
  292. name = VertexAISample;
  293. packageProductDependencies = (
  294. 886F95D72B17BA420036F07A /* MarkdownUI */,
  295. 886F95E22B17D6630036F07A /* GenerativeAIUIComponents */,
  296. 86D9CA8A2BED3EE1007D939E /* FirebaseAppCheck */,
  297. 86D9CA8E2BED3EE1007D939E /* FirebaseAuth */,
  298. 86D9CAB42BED3EE1007D939E /* FirebaseStorage */,
  299. 86D9CAB82BED3EE1007D939E /* FirebaseVertexAI */,
  300. );
  301. productName = GenerativeAISample;
  302. productReference = 8848C82F2B0D04BC007B434F /* VertexAISample.app */;
  303. productType = "com.apple.product-type.application";
  304. };
  305. /* End PBXNativeTarget section */
  306. /* Begin PBXProject section */
  307. 8848C8272B0D04BC007B434F /* Project object */ = {
  308. isa = PBXProject;
  309. attributes = {
  310. BuildIndependentTargetsInParallel = 1;
  311. LastSwiftUpdateCheck = 1510;
  312. LastUpgradeCheck = 1510;
  313. TargetAttributes = {
  314. 8848C82E2B0D04BC007B434F = {
  315. CreatedOnToolsVersion = 15.1;
  316. };
  317. };
  318. };
  319. buildConfigurationList = 8848C82A2B0D04BC007B434F /* Build configuration list for PBXProject "VertexAISample" */;
  320. compatibilityVersion = "Xcode 14.0";
  321. developmentRegion = en;
  322. hasScannedForEncodings = 0;
  323. knownRegions = (
  324. en,
  325. Base,
  326. );
  327. mainGroup = 8848C8262B0D04BC007B434F;
  328. packageReferences = (
  329. 88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */,
  330. DEA09AC32B1FCE22001962D9 /* XCRemoteSwiftPackageReference "NetworkImage" */,
  331. 86D9CA892BED3EE1007D939E /* XCLocalSwiftPackageReference "../.." */,
  332. );
  333. productRefGroup = 8848C8302B0D04BC007B434F /* Products */;
  334. projectDirPath = "";
  335. projectRoot = "";
  336. targets = (
  337. 8848C82E2B0D04BC007B434F /* VertexAISample */,
  338. );
  339. };
  340. /* End PBXProject section */
  341. /* Begin PBXResourcesBuildPhase section */
  342. 8848C82D2B0D04BC007B434F /* Resources */ = {
  343. isa = PBXResourcesBuildPhase;
  344. buildActionMask = 2147483647;
  345. files = (
  346. 8848C83A2B0D04BD007B434F /* Preview Assets.xcassets in Resources */,
  347. 8848C8372B0D04BD007B434F /* Assets.xcassets in Resources */,
  348. 869200B32B879C4F00482873 /* GoogleService-Info.plist in Resources */,
  349. );
  350. runOnlyForDeploymentPostprocessing = 0;
  351. };
  352. /* End PBXResourcesBuildPhase section */
  353. /* Begin PBXSourcesBuildPhase section */
  354. 8848C82B2B0D04BC007B434F /* Sources */ = {
  355. isa = PBXSourcesBuildPhase;
  356. buildActionMask = 2147483647;
  357. files = (
  358. 86C1F4832BC726150026816F /* FunctionCallingScreen.swift in Sources */,
  359. 886F95DF2B17D5010036F07A /* BouncingDots.swift in Sources */,
  360. 86C1F4842BC726150026816F /* FunctionCallingViewModel.swift in Sources */,
  361. 886F95DE2B17D5010036F07A /* ChatMessage.swift in Sources */,
  362. 88263BF12B239C11008AB09B /* ErrorDetailsView.swift in Sources */,
  363. 8848C8352B0D04BC007B434F /* ContentView.swift in Sources */,
  364. 886F95D52B17BA010036F07A /* SummarizeScreen.swift in Sources */,
  365. 8848C8332B0D04BC007B434F /* VertexAISampleApp.swift in Sources */,
  366. 886F95E02B17D5010036F07A /* ConversationViewModel.swift in Sources */,
  367. 886F95DD2B17D5010036F07A /* MessageView.swift in Sources */,
  368. 886F95DC2B17BAEF0036F07A /* PhotoReasoningScreen.swift in Sources */,
  369. 886F95DB2B17BAEF0036F07A /* PhotoReasoningViewModel.swift in Sources */,
  370. 886F95E12B17D5010036F07A /* ConversationScreen.swift in Sources */,
  371. 88263BF02B239C09008AB09B /* ErrorView.swift in Sources */,
  372. 886F95D62B17BA010036F07A /* SummarizeViewModel.swift in Sources */,
  373. );
  374. runOnlyForDeploymentPostprocessing = 0;
  375. };
  376. /* End PBXSourcesBuildPhase section */
  377. /* Begin XCBuildConfiguration section */
  378. 8848C83B2B0D04BD007B434F /* Debug */ = {
  379. isa = XCBuildConfiguration;
  380. buildSettings = {
  381. ALWAYS_SEARCH_USER_PATHS = NO;
  382. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  383. CLANG_ANALYZER_NONNULL = YES;
  384. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  385. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  386. CLANG_ENABLE_MODULES = YES;
  387. CLANG_ENABLE_OBJC_ARC = YES;
  388. CLANG_ENABLE_OBJC_WEAK = YES;
  389. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  390. CLANG_WARN_BOOL_CONVERSION = YES;
  391. CLANG_WARN_COMMA = YES;
  392. CLANG_WARN_CONSTANT_CONVERSION = YES;
  393. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  394. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  395. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  396. CLANG_WARN_EMPTY_BODY = YES;
  397. CLANG_WARN_ENUM_CONVERSION = YES;
  398. CLANG_WARN_INFINITE_RECURSION = YES;
  399. CLANG_WARN_INT_CONVERSION = YES;
  400. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  401. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  402. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  403. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  404. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  405. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  406. CLANG_WARN_STRICT_PROTOTYPES = YES;
  407. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  408. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  409. CLANG_WARN_UNREACHABLE_CODE = YES;
  410. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  411. COPY_PHASE_STRIP = NO;
  412. DEBUG_INFORMATION_FORMAT = dwarf;
  413. ENABLE_STRICT_OBJC_MSGSEND = YES;
  414. ENABLE_TESTABILITY = YES;
  415. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  416. GCC_C_LANGUAGE_STANDARD = gnu17;
  417. GCC_DYNAMIC_NO_PIC = NO;
  418. GCC_NO_COMMON_BLOCKS = YES;
  419. GCC_OPTIMIZATION_LEVEL = 0;
  420. GCC_PREPROCESSOR_DEFINITIONS = (
  421. "DEBUG=1",
  422. "$(inherited)",
  423. );
  424. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  425. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  426. GCC_WARN_UNDECLARED_SELECTOR = YES;
  427. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  428. GCC_WARN_UNUSED_FUNCTION = YES;
  429. GCC_WARN_UNUSED_VARIABLE = YES;
  430. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  431. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  432. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  433. MTL_FAST_MATH = YES;
  434. ONLY_ACTIVE_ARCH = YES;
  435. SDKROOT = iphoneos;
  436. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  437. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  438. };
  439. name = Debug;
  440. };
  441. 8848C83C2B0D04BD007B434F /* Release */ = {
  442. isa = XCBuildConfiguration;
  443. buildSettings = {
  444. ALWAYS_SEARCH_USER_PATHS = NO;
  445. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  446. CLANG_ANALYZER_NONNULL = YES;
  447. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  448. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  449. CLANG_ENABLE_MODULES = YES;
  450. CLANG_ENABLE_OBJC_ARC = YES;
  451. CLANG_ENABLE_OBJC_WEAK = YES;
  452. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  453. CLANG_WARN_BOOL_CONVERSION = YES;
  454. CLANG_WARN_COMMA = YES;
  455. CLANG_WARN_CONSTANT_CONVERSION = YES;
  456. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  457. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  458. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  459. CLANG_WARN_EMPTY_BODY = YES;
  460. CLANG_WARN_ENUM_CONVERSION = YES;
  461. CLANG_WARN_INFINITE_RECURSION = YES;
  462. CLANG_WARN_INT_CONVERSION = YES;
  463. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  464. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  465. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  466. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  467. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  468. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  469. CLANG_WARN_STRICT_PROTOTYPES = YES;
  470. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  471. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  472. CLANG_WARN_UNREACHABLE_CODE = YES;
  473. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  474. COPY_PHASE_STRIP = NO;
  475. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  476. ENABLE_NS_ASSERTIONS = NO;
  477. ENABLE_STRICT_OBJC_MSGSEND = YES;
  478. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  479. GCC_C_LANGUAGE_STANDARD = gnu17;
  480. GCC_NO_COMMON_BLOCKS = YES;
  481. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  482. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  483. GCC_WARN_UNDECLARED_SELECTOR = YES;
  484. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  485. GCC_WARN_UNUSED_FUNCTION = YES;
  486. GCC_WARN_UNUSED_VARIABLE = YES;
  487. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  488. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  489. MTL_ENABLE_DEBUG_INFO = NO;
  490. MTL_FAST_MATH = YES;
  491. SDKROOT = iphoneos;
  492. SWIFT_COMPILATION_MODE = wholemodule;
  493. VALIDATE_PRODUCT = YES;
  494. };
  495. name = Release;
  496. };
  497. 8848C83E2B0D04BD007B434F /* Debug */ = {
  498. isa = XCBuildConfiguration;
  499. buildSettings = {
  500. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  501. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  502. CODE_SIGN_STYLE = Automatic;
  503. CURRENT_PROJECT_VERSION = 1;
  504. DEVELOPMENT_ASSET_PATHS = "\"VertexAISample/Preview Content\"";
  505. DEVELOPMENT_TEAM = "";
  506. ENABLE_PREVIEWS = YES;
  507. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  508. GENERATE_INFOPLIST_FILE = YES;
  509. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  510. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  511. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  512. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  513. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  514. LD_RUNPATH_SEARCH_PATHS = (
  515. "$(inherited)",
  516. "@executable_path/Frameworks",
  517. );
  518. MARKETING_VERSION = 1.0;
  519. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.VertexAISample;
  520. PRODUCT_NAME = "$(TARGET_NAME)";
  521. SWIFT_EMIT_LOC_STRINGS = YES;
  522. SWIFT_VERSION = 5.0;
  523. TARGETED_DEVICE_FAMILY = "1,2";
  524. };
  525. name = Debug;
  526. };
  527. 8848C83F2B0D04BD007B434F /* Release */ = {
  528. isa = XCBuildConfiguration;
  529. buildSettings = {
  530. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  531. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  532. CODE_SIGN_STYLE = Automatic;
  533. CURRENT_PROJECT_VERSION = 1;
  534. DEVELOPMENT_ASSET_PATHS = "\"VertexAISample/Preview Content\"";
  535. DEVELOPMENT_TEAM = "";
  536. ENABLE_PREVIEWS = YES;
  537. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  538. GENERATE_INFOPLIST_FILE = YES;
  539. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  540. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  541. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  542. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  543. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  544. LD_RUNPATH_SEARCH_PATHS = (
  545. "$(inherited)",
  546. "@executable_path/Frameworks",
  547. );
  548. MARKETING_VERSION = 1.0;
  549. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.VertexAISample;
  550. PRODUCT_NAME = "$(TARGET_NAME)";
  551. SWIFT_EMIT_LOC_STRINGS = YES;
  552. SWIFT_VERSION = 5.0;
  553. TARGETED_DEVICE_FAMILY = "1,2";
  554. };
  555. name = Release;
  556. };
  557. /* End XCBuildConfiguration section */
  558. /* Begin XCConfigurationList section */
  559. 8848C82A2B0D04BC007B434F /* Build configuration list for PBXProject "VertexAISample" */ = {
  560. isa = XCConfigurationList;
  561. buildConfigurations = (
  562. 8848C83B2B0D04BD007B434F /* Debug */,
  563. 8848C83C2B0D04BD007B434F /* Release */,
  564. );
  565. defaultConfigurationIsVisible = 0;
  566. defaultConfigurationName = Release;
  567. };
  568. 8848C83D2B0D04BD007B434F /* Build configuration list for PBXNativeTarget "VertexAISample" */ = {
  569. isa = XCConfigurationList;
  570. buildConfigurations = (
  571. 8848C83E2B0D04BD007B434F /* Debug */,
  572. 8848C83F2B0D04BD007B434F /* Release */,
  573. );
  574. defaultConfigurationIsVisible = 0;
  575. defaultConfigurationName = Release;
  576. };
  577. /* End XCConfigurationList section */
  578. /* Begin XCLocalSwiftPackageReference section */
  579. 86D9CA892BED3EE1007D939E /* XCLocalSwiftPackageReference "../.." */ = {
  580. isa = XCLocalSwiftPackageReference;
  581. relativePath = ../..;
  582. };
  583. /* End XCLocalSwiftPackageReference section */
  584. /* Begin XCRemoteSwiftPackageReference section */
  585. 88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */ = {
  586. isa = XCRemoteSwiftPackageReference;
  587. repositoryURL = "https://github.com/gonzalezreal/swift-markdown-ui";
  588. requirement = {
  589. kind = revision;
  590. revision = 55441810c0f678c78ed7e2ebd46dde89228e02fc;
  591. };
  592. };
  593. DEA09AC32B1FCE22001962D9 /* XCRemoteSwiftPackageReference "NetworkImage" */ = {
  594. isa = XCRemoteSwiftPackageReference;
  595. repositoryURL = "https://github.com/gonzalezreal/NetworkImage";
  596. requirement = {
  597. kind = revision;
  598. revision = 7aff8d1b31148d32c5933d75557d42f6323ee3d1;
  599. };
  600. };
  601. /* End XCRemoteSwiftPackageReference section */
  602. /* Begin XCSwiftPackageProductDependency section */
  603. 86D9CA8A2BED3EE1007D939E /* FirebaseAppCheck */ = {
  604. isa = XCSwiftPackageProductDependency;
  605. productName = FirebaseAppCheck;
  606. };
  607. 86D9CA8E2BED3EE1007D939E /* FirebaseAuth */ = {
  608. isa = XCSwiftPackageProductDependency;
  609. productName = FirebaseAuth;
  610. };
  611. 86D9CAB42BED3EE1007D939E /* FirebaseStorage */ = {
  612. isa = XCSwiftPackageProductDependency;
  613. productName = FirebaseStorage;
  614. };
  615. 86D9CAB82BED3EE1007D939E /* FirebaseVertexAI */ = {
  616. isa = XCSwiftPackageProductDependency;
  617. productName = FirebaseVertexAI;
  618. };
  619. 886F95D72B17BA420036F07A /* MarkdownUI */ = {
  620. isa = XCSwiftPackageProductDependency;
  621. package = 88209C212B0FBDF700F64795 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */;
  622. productName = MarkdownUI;
  623. };
  624. 886F95E22B17D6630036F07A /* GenerativeAIUIComponents */ = {
  625. isa = XCSwiftPackageProductDependency;
  626. productName = GenerativeAIUIComponents;
  627. };
  628. /* End XCSwiftPackageProductDependency section */
  629. };
  630. rootObject = 8848C8272B0D04BC007B434F /* Project object */;
  631. }