project.pbxproj 29 KB

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