project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 60;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0E0481222EA2E51300A50172 /* DataUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0481212EA2E51100A50172 /* DataUtils.swift */; };
  10. 0E460FAB2E9858E4007E26A6 /* LiveSessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E460FAA2E9858E4007E26A6 /* LiveSessionTests.swift */; };
  11. 0EC8BAE22E98784E0075A4E0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 868A7C532CCC26B500E449DD /* Assets.xcassets */; };
  12. 862218812D04E098007ED2D4 /* IntegrationTestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 862218802D04E08D007ED2D4 /* IntegrationTestUtils.swift */; };
  13. 864F8F712D4980DD0002EA7E /* ImagenIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 864F8F702D4980D60002EA7E /* ImagenIntegrationTests.swift */; };
  14. 8661385C2CC943DD00F4B78E /* TestApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8661385B2CC943DD00F4B78E /* TestApp.swift */; };
  15. 8661385E2CC943DD00F4B78E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8661385D2CC943DD00F4B78E /* ContentView.swift */; };
  16. 8661386E2CC943DE00F4B78E /* IntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8661386D2CC943DE00F4B78E /* IntegrationTests.swift */; };
  17. 8689CDCC2D7F8BD700BF426B /* CountTokensIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8689CDCB2D7F8BCF00BF426B /* CountTokensIntegrationTests.swift */; };
  18. 868A7C482CCA931B00E449DD /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 868A7C462CCA931B00E449DD /* GoogleService-Info.plist */; };
  19. 868A7C4F2CCC229F00E449DD /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 868A7C4D2CCC1F4700E449DD /* Credentials.swift */; };
  20. 868A7C522CCC263300E449DD /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 868A7C502CCC263300E449DD /* Preview Assets.xcassets */; };
  21. 868A7C542CCC26B500E449DD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 868A7C532CCC26B500E449DD /* Assets.xcassets */; };
  22. 8698D7482CD4332B00ABA833 /* TestAppCheckProviderFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8698D7472CD4332B00ABA833 /* TestAppCheckProviderFactory.swift */; };
  23. 86CC31352D91EE9E0087E964 /* FirebaseAppUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86CC31342D91EE9E0087E964 /* FirebaseAppUtils.swift */; };
  24. 86D77DFC2D7A5340003D155D /* GenerateContentIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D77DFB2D7A5340003D155D /* GenerateContentIntegrationTests.swift */; };
  25. 86D77DFE2D7B5C86003D155D /* GoogleService-Info-Spark.plist in Resources */ = {isa = PBXBuildFile; fileRef = 86D77DFD2D7B5C86003D155D /* GoogleService-Info-Spark.plist */; };
  26. 86D77E022D7B63AF003D155D /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D77E012D7B63AC003D155D /* Constants.swift */; };
  27. 86D77E042D7B6C9D003D155D /* InstanceConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D77E032D7B6C95003D155D /* InstanceConfig.swift */; };
  28. 86E8505B2DBAFBC3002E8D94 /* FirebaseAI in Frameworks */ = {isa = PBXBuildFile; productRef = 86E8505A2DBAFBC3002E8D94 /* FirebaseAI */; };
  29. 86E8505D2DBAFBC3002E8D94 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 86E8505C2DBAFBC3002E8D94 /* FirebaseAppCheck */; };
  30. 86E8505F2DBAFBC3002E8D94 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 86E8505E2DBAFBC3002E8D94 /* FirebaseAuth */; };
  31. 86E850612DBAFBC3002E8D94 /* FirebaseStorage in Frameworks */ = {isa = PBXBuildFile; productRef = 86E850602DBAFBC3002E8D94 /* FirebaseStorage */; };
  32. DEF0BB4F2DA74F680093E9F4 /* TestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF0BB4E2DA74F460093E9F4 /* TestHelpers.swift */; };
  33. DEF0BB512DA9B7450093E9F4 /* SchemaTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF0BB502DA9B7400093E9F4 /* SchemaTests.swift */; };
  34. /* End PBXBuildFile section */
  35. /* Begin PBXContainerItemProxy section */
  36. 8661386A2CC943DE00F4B78E /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = 866138502CC943DD00F4B78E /* Project object */;
  39. proxyType = 1;
  40. remoteGlobalIDString = 866138572CC943DD00F4B78E;
  41. remoteInfo = FirebaseAITestApp;
  42. };
  43. /* End PBXContainerItemProxy section */
  44. /* Begin PBXFileReference section */
  45. 0E0481212EA2E51100A50172 /* DataUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataUtils.swift; sourceTree = "<group>"; };
  46. 0E460FAA2E9858E4007E26A6 /* LiveSessionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveSessionTests.swift; sourceTree = "<group>"; };
  47. 862218802D04E08D007ED2D4 /* IntegrationTestUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegrationTestUtils.swift; sourceTree = "<group>"; };
  48. 864F8F702D4980D60002EA7E /* ImagenIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagenIntegrationTests.swift; sourceTree = "<group>"; };
  49. 866138582CC943DD00F4B78E /* FirebaseAITestApp-SPM.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "FirebaseAITestApp-SPM.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 8661385B2CC943DD00F4B78E /* TestApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestApp.swift; sourceTree = "<group>"; };
  51. 8661385D2CC943DD00F4B78E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  52. 866138692CC943DE00F4B78E /* IntegrationTests-SPM.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "IntegrationTests-SPM.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 8661386D2CC943DE00F4B78E /* IntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegrationTests.swift; sourceTree = "<group>"; };
  54. 8689CDCB2D7F8BCF00BF426B /* CountTokensIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountTokensIntegrationTests.swift; sourceTree = "<group>"; };
  55. 868A7C462CCA931B00E449DD /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  56. 868A7C4D2CCC1F4700E449DD /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
  57. 868A7C502CCC263300E449DD /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  58. 868A7C532CCC26B500E449DD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  59. 868A7C552CCC271300E449DD /* TestApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = TestApp.entitlements; sourceTree = "<group>"; };
  60. 8698D7472CD4332B00ABA833 /* TestAppCheckProviderFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestAppCheckProviderFactory.swift; sourceTree = "<group>"; };
  61. 86CC31342D91EE9E0087E964 /* FirebaseAppUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirebaseAppUtils.swift; sourceTree = "<group>"; };
  62. 86D77DFB2D7A5340003D155D /* GenerateContentIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenerateContentIntegrationTests.swift; sourceTree = "<group>"; };
  63. 86D77DFD2D7B5C86003D155D /* GoogleService-Info-Spark.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info-Spark.plist"; sourceTree = "<group>"; };
  64. 86D77E012D7B63AC003D155D /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
  65. 86D77E032D7B6C95003D155D /* InstanceConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstanceConfig.swift; sourceTree = "<group>"; };
  66. DEF0BB4E2DA74F460093E9F4 /* TestHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestHelpers.swift; sourceTree = "<group>"; };
  67. DEF0BB502DA9B7400093E9F4 /* SchemaTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SchemaTests.swift; sourceTree = "<group>"; };
  68. /* End PBXFileReference section */
  69. /* Begin PBXFrameworksBuildPhase section */
  70. 866138552CC943DD00F4B78E /* Frameworks */ = {
  71. isa = PBXFrameworksBuildPhase;
  72. buildActionMask = 2147483647;
  73. files = (
  74. 86E8505D2DBAFBC3002E8D94 /* FirebaseAppCheck in Frameworks */,
  75. 86E850612DBAFBC3002E8D94 /* FirebaseStorage in Frameworks */,
  76. 86E8505F2DBAFBC3002E8D94 /* FirebaseAuth in Frameworks */,
  77. 86E8505B2DBAFBC3002E8D94 /* FirebaseAI in Frameworks */,
  78. );
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. 866138662CC943DE00F4B78E /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. );
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. /* End PBXFrameworksBuildPhase section */
  89. /* Begin PBXGroup section */
  90. 8661384F2CC943DD00F4B78E = {
  91. isa = PBXGroup;
  92. children = (
  93. 868A7C562CCC277100E449DD /* Sources */,
  94. 868A7C582CCC27AF00E449DD /* Tests */,
  95. 868A7C472CCA931B00E449DD /* Resources */,
  96. 866138592CC943DD00F4B78E /* Products */,
  97. );
  98. sourceTree = "<group>";
  99. };
  100. 866138592CC943DD00F4B78E /* Products */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 866138582CC943DD00F4B78E /* FirebaseAITestApp-SPM.app */,
  104. 866138692CC943DE00F4B78E /* IntegrationTests-SPM.xctest */,
  105. );
  106. name = Products;
  107. sourceTree = "<group>";
  108. };
  109. 868A7C472CCA931B00E449DD /* Resources */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 868A7C512CCC263300E449DD /* Preview Content */,
  113. 868A7C532CCC26B500E449DD /* Assets.xcassets */,
  114. 868A7C552CCC271300E449DD /* TestApp.entitlements */,
  115. 868A7C462CCA931B00E449DD /* GoogleService-Info.plist */,
  116. 86D77DFD2D7B5C86003D155D /* GoogleService-Info-Spark.plist */,
  117. );
  118. path = Resources;
  119. sourceTree = "<group>";
  120. };
  121. 868A7C512CCC263300E449DD /* Preview Content */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 868A7C502CCC263300E449DD /* Preview Assets.xcassets */,
  125. );
  126. path = "Preview Content";
  127. sourceTree = "<group>";
  128. };
  129. 868A7C562CCC277100E449DD /* Sources */ = {
  130. isa = PBXGroup;
  131. children = (
  132. 8661385B2CC943DD00F4B78E /* TestApp.swift */,
  133. 8698D7472CD4332B00ABA833 /* TestAppCheckProviderFactory.swift */,
  134. 8661385D2CC943DD00F4B78E /* ContentView.swift */,
  135. 86D77E012D7B63AC003D155D /* Constants.swift */,
  136. 86CC31342D91EE9E0087E964 /* FirebaseAppUtils.swift */,
  137. );
  138. path = Sources;
  139. sourceTree = "<group>";
  140. };
  141. 868A7C572CCC27AF00E449DD /* Integration */ = {
  142. isa = PBXGroup;
  143. children = (
  144. 0E460FAA2E9858E4007E26A6 /* LiveSessionTests.swift */,
  145. DEF0BB502DA9B7400093E9F4 /* SchemaTests.swift */,
  146. DEF0BB4E2DA74F460093E9F4 /* TestHelpers.swift */,
  147. 8689CDCB2D7F8BCF00BF426B /* CountTokensIntegrationTests.swift */,
  148. 868A7C4D2CCC1F4700E449DD /* Credentials.swift */,
  149. 8661386D2CC943DE00F4B78E /* IntegrationTests.swift */,
  150. 86D77DFB2D7A5340003D155D /* GenerateContentIntegrationTests.swift */,
  151. 864F8F702D4980D60002EA7E /* ImagenIntegrationTests.swift */,
  152. );
  153. path = Integration;
  154. sourceTree = "<group>";
  155. };
  156. 868A7C582CCC27AF00E449DD /* Tests */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 868A7C572CCC27AF00E449DD /* Integration */,
  160. 8698D7442CD3CEF700ABA833 /* Utilities */,
  161. );
  162. path = Tests;
  163. sourceTree = "<group>";
  164. };
  165. 8698D7442CD3CEF700ABA833 /* Utilities */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 0E0481212EA2E51100A50172 /* DataUtils.swift */,
  169. 86D77E032D7B6C95003D155D /* InstanceConfig.swift */,
  170. 862218802D04E08D007ED2D4 /* IntegrationTestUtils.swift */,
  171. );
  172. path = Utilities;
  173. sourceTree = "<group>";
  174. };
  175. /* End PBXGroup section */
  176. /* Begin PBXNativeTarget section */
  177. 866138572CC943DD00F4B78E /* FirebaseAITestApp-SPM */ = {
  178. isa = PBXNativeTarget;
  179. buildConfigurationList = 8661387D2CC943DE00F4B78E /* Build configuration list for PBXNativeTarget "FirebaseAITestApp-SPM" */;
  180. buildPhases = (
  181. 866138542CC943DD00F4B78E /* Sources */,
  182. 866138552CC943DD00F4B78E /* Frameworks */,
  183. 866138562CC943DD00F4B78E /* Resources */,
  184. );
  185. buildRules = (
  186. );
  187. dependencies = (
  188. );
  189. name = "FirebaseAITestApp-SPM";
  190. packageProductDependencies = (
  191. 86E8505A2DBAFBC3002E8D94 /* FirebaseAI */,
  192. 86E8505C2DBAFBC3002E8D94 /* FirebaseAppCheck */,
  193. 86E8505E2DBAFBC3002E8D94 /* FirebaseAuth */,
  194. 86E850602DBAFBC3002E8D94 /* FirebaseStorage */,
  195. );
  196. productName = FirebaseAITestApp;
  197. productReference = 866138582CC943DD00F4B78E /* FirebaseAITestApp-SPM.app */;
  198. productType = "com.apple.product-type.application";
  199. };
  200. 866138682CC943DE00F4B78E /* IntegrationTests-SPM */ = {
  201. isa = PBXNativeTarget;
  202. buildConfigurationList = 866138802CC943DE00F4B78E /* Build configuration list for PBXNativeTarget "IntegrationTests-SPM" */;
  203. buildPhases = (
  204. 866138652CC943DE00F4B78E /* Sources */,
  205. 866138662CC943DE00F4B78E /* Frameworks */,
  206. 866138672CC943DE00F4B78E /* Resources */,
  207. );
  208. buildRules = (
  209. );
  210. dependencies = (
  211. 8661386B2CC943DE00F4B78E /* PBXTargetDependency */,
  212. );
  213. name = "IntegrationTests-SPM";
  214. productName = FirebaseAITestAppTests;
  215. productReference = 866138692CC943DE00F4B78E /* IntegrationTests-SPM.xctest */;
  216. productType = "com.apple.product-type.bundle.unit-test";
  217. };
  218. /* End PBXNativeTarget section */
  219. /* Begin PBXProject section */
  220. 866138502CC943DD00F4B78E /* Project object */ = {
  221. isa = PBXProject;
  222. attributes = {
  223. BuildIndependentTargetsInParallel = 1;
  224. LastSwiftUpdateCheck = 1520;
  225. LastUpgradeCheck = 1600;
  226. TargetAttributes = {
  227. 866138572CC943DD00F4B78E = {
  228. CreatedOnToolsVersion = 15.2;
  229. };
  230. 866138682CC943DE00F4B78E = {
  231. CreatedOnToolsVersion = 15.2;
  232. TestTargetID = 866138572CC943DD00F4B78E;
  233. };
  234. };
  235. };
  236. buildConfigurationList = 866138532CC943DD00F4B78E /* Build configuration list for PBXProject "FirebaseAITestApp" */;
  237. compatibilityVersion = "Xcode 15.0";
  238. developmentRegion = en;
  239. hasScannedForEncodings = 0;
  240. knownRegions = (
  241. en,
  242. Base,
  243. );
  244. mainGroup = 8661384F2CC943DD00F4B78E;
  245. packageReferences = (
  246. 86E850592DBAFBC3002E8D94 /* XCLocalSwiftPackageReference "../../.." */,
  247. );
  248. productRefGroup = 866138592CC943DD00F4B78E /* Products */;
  249. projectDirPath = "";
  250. projectRoot = "";
  251. targets = (
  252. 866138572CC943DD00F4B78E /* FirebaseAITestApp-SPM */,
  253. 866138682CC943DE00F4B78E /* IntegrationTests-SPM */,
  254. );
  255. };
  256. /* End PBXProject section */
  257. /* Begin PBXResourcesBuildPhase section */
  258. 866138562CC943DD00F4B78E /* Resources */ = {
  259. isa = PBXResourcesBuildPhase;
  260. buildActionMask = 2147483647;
  261. files = (
  262. 868A7C522CCC263300E449DD /* Preview Assets.xcassets in Resources */,
  263. 86D77DFE2D7B5C86003D155D /* GoogleService-Info-Spark.plist in Resources */,
  264. 868A7C542CCC26B500E449DD /* Assets.xcassets in Resources */,
  265. 868A7C482CCA931B00E449DD /* GoogleService-Info.plist in Resources */,
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. 866138672CC943DE00F4B78E /* Resources */ = {
  270. isa = PBXResourcesBuildPhase;
  271. buildActionMask = 2147483647;
  272. files = (
  273. 0EC8BAE22E98784E0075A4E0 /* Assets.xcassets in Resources */,
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. /* End PBXResourcesBuildPhase section */
  278. /* Begin PBXSourcesBuildPhase section */
  279. 866138542CC943DD00F4B78E /* Sources */ = {
  280. isa = PBXSourcesBuildPhase;
  281. buildActionMask = 2147483647;
  282. files = (
  283. 86CC31352D91EE9E0087E964 /* FirebaseAppUtils.swift in Sources */,
  284. 8661385E2CC943DD00F4B78E /* ContentView.swift in Sources */,
  285. 8661385C2CC943DD00F4B78E /* TestApp.swift in Sources */,
  286. 8698D7482CD4332B00ABA833 /* TestAppCheckProviderFactory.swift in Sources */,
  287. 86D77E022D7B63AF003D155D /* Constants.swift in Sources */,
  288. );
  289. runOnlyForDeploymentPostprocessing = 0;
  290. };
  291. 866138652CC943DE00F4B78E /* Sources */ = {
  292. isa = PBXSourcesBuildPhase;
  293. buildActionMask = 2147483647;
  294. files = (
  295. 8689CDCC2D7F8BD700BF426B /* CountTokensIntegrationTests.swift in Sources */,
  296. 86D77E042D7B6C9D003D155D /* InstanceConfig.swift in Sources */,
  297. 0E460FAB2E9858E4007E26A6 /* LiveSessionTests.swift in Sources */,
  298. DEF0BB512DA9B7450093E9F4 /* SchemaTests.swift in Sources */,
  299. DEF0BB4F2DA74F680093E9F4 /* TestHelpers.swift in Sources */,
  300. 868A7C4F2CCC229F00E449DD /* Credentials.swift in Sources */,
  301. 0E0481222EA2E51300A50172 /* DataUtils.swift in Sources */,
  302. 864F8F712D4980DD0002EA7E /* ImagenIntegrationTests.swift in Sources */,
  303. 862218812D04E098007ED2D4 /* IntegrationTestUtils.swift in Sources */,
  304. 86D77DFC2D7A5340003D155D /* GenerateContentIntegrationTests.swift in Sources */,
  305. 8661386E2CC943DE00F4B78E /* IntegrationTests.swift in Sources */,
  306. );
  307. runOnlyForDeploymentPostprocessing = 0;
  308. };
  309. /* End PBXSourcesBuildPhase section */
  310. /* Begin PBXTargetDependency section */
  311. 8661386B2CC943DE00F4B78E /* PBXTargetDependency */ = {
  312. isa = PBXTargetDependency;
  313. target = 866138572CC943DD00F4B78E /* FirebaseAITestApp-SPM */;
  314. targetProxy = 8661386A2CC943DE00F4B78E /* PBXContainerItemProxy */;
  315. };
  316. /* End PBXTargetDependency section */
  317. /* Begin XCBuildConfiguration section */
  318. 8661387B2CC943DE00F4B78E /* Debug */ = {
  319. isa = XCBuildConfiguration;
  320. buildSettings = {
  321. ALWAYS_SEARCH_USER_PATHS = NO;
  322. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  323. CLANG_ANALYZER_NONNULL = YES;
  324. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  325. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  326. CLANG_ENABLE_MODULES = YES;
  327. CLANG_ENABLE_OBJC_ARC = YES;
  328. CLANG_ENABLE_OBJC_WEAK = YES;
  329. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  330. CLANG_WARN_BOOL_CONVERSION = YES;
  331. CLANG_WARN_COMMA = YES;
  332. CLANG_WARN_CONSTANT_CONVERSION = YES;
  333. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  334. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  335. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  336. CLANG_WARN_EMPTY_BODY = YES;
  337. CLANG_WARN_ENUM_CONVERSION = YES;
  338. CLANG_WARN_INFINITE_RECURSION = YES;
  339. CLANG_WARN_INT_CONVERSION = YES;
  340. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  341. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  342. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  343. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  344. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  345. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  346. CLANG_WARN_STRICT_PROTOTYPES = YES;
  347. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  348. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  349. CLANG_WARN_UNREACHABLE_CODE = YES;
  350. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  351. COPY_PHASE_STRIP = NO;
  352. DEAD_CODE_STRIPPING = YES;
  353. DEBUG_INFORMATION_FORMAT = dwarf;
  354. ENABLE_STRICT_OBJC_MSGSEND = YES;
  355. ENABLE_TESTABILITY = YES;
  356. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  357. GCC_C_LANGUAGE_STANDARD = gnu17;
  358. GCC_DYNAMIC_NO_PIC = NO;
  359. GCC_NO_COMMON_BLOCKS = YES;
  360. GCC_OPTIMIZATION_LEVEL = 0;
  361. GCC_PREPROCESSOR_DEFINITIONS = (
  362. "DEBUG=1",
  363. "$(inherited)",
  364. );
  365. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  366. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  367. GCC_WARN_UNDECLARED_SELECTOR = YES;
  368. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  369. GCC_WARN_UNUSED_FUNCTION = YES;
  370. GCC_WARN_UNUSED_VARIABLE = YES;
  371. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  372. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  373. MTL_FAST_MATH = YES;
  374. ONLY_ACTIVE_ARCH = YES;
  375. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  376. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  377. };
  378. name = Debug;
  379. };
  380. 8661387C2CC943DE00F4B78E /* Release */ = {
  381. isa = XCBuildConfiguration;
  382. buildSettings = {
  383. ALWAYS_SEARCH_USER_PATHS = NO;
  384. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  385. CLANG_ANALYZER_NONNULL = YES;
  386. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  387. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  388. CLANG_ENABLE_MODULES = YES;
  389. CLANG_ENABLE_OBJC_ARC = YES;
  390. CLANG_ENABLE_OBJC_WEAK = YES;
  391. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  392. CLANG_WARN_BOOL_CONVERSION = YES;
  393. CLANG_WARN_COMMA = YES;
  394. CLANG_WARN_CONSTANT_CONVERSION = YES;
  395. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  396. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  397. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  398. CLANG_WARN_EMPTY_BODY = YES;
  399. CLANG_WARN_ENUM_CONVERSION = YES;
  400. CLANG_WARN_INFINITE_RECURSION = YES;
  401. CLANG_WARN_INT_CONVERSION = YES;
  402. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  403. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  404. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  405. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  406. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  407. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  408. CLANG_WARN_STRICT_PROTOTYPES = YES;
  409. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  410. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  411. CLANG_WARN_UNREACHABLE_CODE = YES;
  412. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  413. COPY_PHASE_STRIP = NO;
  414. DEAD_CODE_STRIPPING = YES;
  415. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  416. ENABLE_NS_ASSERTIONS = NO;
  417. ENABLE_STRICT_OBJC_MSGSEND = YES;
  418. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  419. GCC_C_LANGUAGE_STANDARD = gnu17;
  420. GCC_NO_COMMON_BLOCKS = YES;
  421. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  422. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  423. GCC_WARN_UNDECLARED_SELECTOR = YES;
  424. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  425. GCC_WARN_UNUSED_FUNCTION = YES;
  426. GCC_WARN_UNUSED_VARIABLE = YES;
  427. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  428. MTL_ENABLE_DEBUG_INFO = NO;
  429. MTL_FAST_MATH = YES;
  430. SWIFT_COMPILATION_MODE = wholemodule;
  431. };
  432. name = Release;
  433. };
  434. 8661387E2CC943DE00F4B78E /* Debug */ = {
  435. isa = XCBuildConfiguration;
  436. buildSettings = {
  437. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  438. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  439. CODE_SIGN_ENTITLEMENTS = Resources/TestApp.entitlements;
  440. CODE_SIGN_STYLE = Automatic;
  441. CURRENT_PROJECT_VERSION = 1;
  442. DEAD_CODE_STRIPPING = YES;
  443. DEVELOPMENT_ASSET_PATHS = "\"Resources/Preview Content\"";
  444. ENABLE_PREVIEWS = YES;
  445. GENERATE_INFOPLIST_FILE = YES;
  446. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
  447. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
  448. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
  449. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
  450. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
  451. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
  452. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
  453. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
  454. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  455. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  456. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  457. LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
  458. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
  459. MACOSX_DEPLOYMENT_TARGET = 12.0;
  460. MARKETING_VERSION = 1.0;
  461. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.FirebaseAITestApp;
  462. PRODUCT_MODULE_NAME = FirebaseAITestApp;
  463. PRODUCT_NAME = "$(TARGET_NAME)";
  464. SDKROOT = auto;
  465. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  466. SWIFT_EMIT_LOC_STRINGS = YES;
  467. SWIFT_VERSION = 5.0;
  468. TARGETED_DEVICE_FAMILY = "1,2";
  469. };
  470. name = Debug;
  471. };
  472. 8661387F2CC943DE00F4B78E /* Release */ = {
  473. isa = XCBuildConfiguration;
  474. buildSettings = {
  475. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  476. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  477. CODE_SIGN_ENTITLEMENTS = Resources/TestApp.entitlements;
  478. CODE_SIGN_STYLE = Automatic;
  479. CURRENT_PROJECT_VERSION = 1;
  480. DEAD_CODE_STRIPPING = YES;
  481. DEVELOPMENT_ASSET_PATHS = "\"Resources/Preview Content\"";
  482. ENABLE_PREVIEWS = YES;
  483. GENERATE_INFOPLIST_FILE = YES;
  484. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
  485. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
  486. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
  487. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
  488. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
  489. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
  490. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
  491. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
  492. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  493. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  494. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  495. LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
  496. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
  497. MACOSX_DEPLOYMENT_TARGET = 12.0;
  498. MARKETING_VERSION = 1.0;
  499. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.FirebaseAITestApp;
  500. PRODUCT_MODULE_NAME = FirebaseAITestApp;
  501. PRODUCT_NAME = "$(TARGET_NAME)";
  502. SDKROOT = auto;
  503. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  504. SWIFT_EMIT_LOC_STRINGS = YES;
  505. SWIFT_VERSION = 5.0;
  506. TARGETED_DEVICE_FAMILY = "1,2";
  507. };
  508. name = Release;
  509. };
  510. 866138812CC943DE00F4B78E /* Debug */ = {
  511. isa = XCBuildConfiguration;
  512. buildSettings = {
  513. BUNDLE_LOADER = "$(TEST_HOST)";
  514. CODE_SIGN_STYLE = Automatic;
  515. CURRENT_PROJECT_VERSION = 1;
  516. DEAD_CODE_STRIPPING = YES;
  517. GENERATE_INFOPLIST_FILE = YES;
  518. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  519. MACOSX_DEPLOYMENT_TARGET = 12.0;
  520. MARKETING_VERSION = 1.0;
  521. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.FirebaseAITestAppTests;
  522. PRODUCT_NAME = "$(TARGET_NAME)";
  523. SDKROOT = auto;
  524. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  525. SWIFT_EMIT_LOC_STRINGS = NO;
  526. SWIFT_VERSION = 5.0;
  527. TARGETED_DEVICE_FAMILY = "1,2";
  528. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FirebaseAITestApp-SPM.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/FirebaseAITestApp-SPM";
  529. };
  530. name = Debug;
  531. };
  532. 866138822CC943DE00F4B78E /* Release */ = {
  533. isa = XCBuildConfiguration;
  534. buildSettings = {
  535. BUNDLE_LOADER = "$(TEST_HOST)";
  536. CODE_SIGN_STYLE = Automatic;
  537. CURRENT_PROJECT_VERSION = 1;
  538. DEAD_CODE_STRIPPING = YES;
  539. GENERATE_INFOPLIST_FILE = YES;
  540. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  541. MACOSX_DEPLOYMENT_TARGET = 12.0;
  542. MARKETING_VERSION = 1.0;
  543. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.FirebaseAITestAppTests;
  544. PRODUCT_NAME = "$(TARGET_NAME)";
  545. SDKROOT = auto;
  546. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  547. SWIFT_EMIT_LOC_STRINGS = NO;
  548. SWIFT_VERSION = 5.0;
  549. TARGETED_DEVICE_FAMILY = "1,2";
  550. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FirebaseAITestApp-SPM.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/FirebaseAITestApp-SPM";
  551. };
  552. name = Release;
  553. };
  554. /* End XCBuildConfiguration section */
  555. /* Begin XCConfigurationList section */
  556. 866138532CC943DD00F4B78E /* Build configuration list for PBXProject "FirebaseAITestApp" */ = {
  557. isa = XCConfigurationList;
  558. buildConfigurations = (
  559. 8661387B2CC943DE00F4B78E /* Debug */,
  560. 8661387C2CC943DE00F4B78E /* Release */,
  561. );
  562. defaultConfigurationIsVisible = 0;
  563. defaultConfigurationName = Release;
  564. };
  565. 8661387D2CC943DE00F4B78E /* Build configuration list for PBXNativeTarget "FirebaseAITestApp-SPM" */ = {
  566. isa = XCConfigurationList;
  567. buildConfigurations = (
  568. 8661387E2CC943DE00F4B78E /* Debug */,
  569. 8661387F2CC943DE00F4B78E /* Release */,
  570. );
  571. defaultConfigurationIsVisible = 0;
  572. defaultConfigurationName = Release;
  573. };
  574. 866138802CC943DE00F4B78E /* Build configuration list for PBXNativeTarget "IntegrationTests-SPM" */ = {
  575. isa = XCConfigurationList;
  576. buildConfigurations = (
  577. 866138812CC943DE00F4B78E /* Debug */,
  578. 866138822CC943DE00F4B78E /* Release */,
  579. );
  580. defaultConfigurationIsVisible = 0;
  581. defaultConfigurationName = Release;
  582. };
  583. /* End XCConfigurationList section */
  584. /* Begin XCLocalSwiftPackageReference section */
  585. 86E850592DBAFBC3002E8D94 /* XCLocalSwiftPackageReference "../../.." */ = {
  586. isa = XCLocalSwiftPackageReference;
  587. relativePath = ../../..;
  588. };
  589. /* End XCLocalSwiftPackageReference section */
  590. /* Begin XCSwiftPackageProductDependency section */
  591. 86E8505A2DBAFBC3002E8D94 /* FirebaseAI */ = {
  592. isa = XCSwiftPackageProductDependency;
  593. productName = FirebaseAI;
  594. };
  595. 86E8505C2DBAFBC3002E8D94 /* FirebaseAppCheck */ = {
  596. isa = XCSwiftPackageProductDependency;
  597. productName = FirebaseAppCheck;
  598. };
  599. 86E8505E2DBAFBC3002E8D94 /* FirebaseAuth */ = {
  600. isa = XCSwiftPackageProductDependency;
  601. productName = FirebaseAuth;
  602. };
  603. 86E850602DBAFBC3002E8D94 /* FirebaseStorage */ = {
  604. isa = XCSwiftPackageProductDependency;
  605. productName = FirebaseStorage;
  606. };
  607. /* End XCSwiftPackageProductDependency section */
  608. };
  609. rootObject = 866138502CC943DD00F4B78E /* Project object */;
  610. }