project.pbxproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
  10. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
  11. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  12. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  13. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  14. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  15. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  16. F27C3548E0298A325773DAEA /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0C9760F3A2D4AB603A7F344 /* Pods_Runner.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 97C146ED1CF9000F007C117D;
  24. remoteInfo = Runner;
  25. };
  26. /* End PBXContainerItemProxy section */
  27. /* Begin PBXCopyFilesBuildPhase section */
  28. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  29. isa = PBXCopyFilesBuildPhase;
  30. buildActionMask = 2147483647;
  31. dstPath = "";
  32. dstSubfolderSpec = 10;
  33. files = (
  34. );
  35. name = "Embed Frameworks";
  36. runOnlyForDeploymentPostprocessing = 0;
  37. };
  38. /* End PBXCopyFilesBuildPhase section */
  39. /* Begin PBXFileReference section */
  40. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  41. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  42. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  43. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  45. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  46. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  47. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  48. 8E40104C6850F4E3ABAEA579 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
  49. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  50. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  51. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  52. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  53. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  54. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  55. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56. A0C9760F3A2D4AB603A7F344 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  57. CD73B1654BAA9FCEC76D03A6 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
  58. EF9079C699D5C162787715B4 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
  59. /* End PBXFileReference section */
  60. /* Begin PBXFrameworksBuildPhase section */
  61. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  62. isa = PBXFrameworksBuildPhase;
  63. buildActionMask = 2147483647;
  64. files = (
  65. F27C3548E0298A325773DAEA /* Pods_Runner.framework in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. DA173D365C254139721CEACE /* Frameworks */ = {
  70. isa = PBXFrameworksBuildPhase;
  71. buildActionMask = 2147483647;
  72. files = (
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. /* End PBXFrameworksBuildPhase section */
  77. /* Begin PBXGroup section */
  78. 331C8082294A63A400263BE5 /* RunnerTests */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 331C807B294A618700263BE5 /* RunnerTests.swift */,
  82. );
  83. path = RunnerTests;
  84. sourceTree = "<group>";
  85. };
  86. 87F1289F642B58F17CA11047 /* Frameworks */ = {
  87. isa = PBXGroup;
  88. children = (
  89. A0C9760F3A2D4AB603A7F344 /* Pods_Runner.framework */,
  90. );
  91. name = Frameworks;
  92. sourceTree = "<group>";
  93. };
  94. 9740EEB11CF90186004384FC /* Flutter */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  98. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  99. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  100. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  101. );
  102. name = Flutter;
  103. sourceTree = "<group>";
  104. };
  105. 97C146E51CF9000F007C117D = {
  106. isa = PBXGroup;
  107. children = (
  108. 9740EEB11CF90186004384FC /* Flutter */,
  109. 97C146F01CF9000F007C117D /* Runner */,
  110. 97C146EF1CF9000F007C117D /* Products */,
  111. 331C8082294A63A400263BE5 /* RunnerTests */,
  112. DA83FCF2C1C010DA61F36634 /* Pods */,
  113. 87F1289F642B58F17CA11047 /* Frameworks */,
  114. );
  115. sourceTree = "<group>";
  116. };
  117. 97C146EF1CF9000F007C117D /* Products */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 97C146EE1CF9000F007C117D /* Runner.app */,
  121. 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
  122. );
  123. name = Products;
  124. sourceTree = "<group>";
  125. };
  126. 97C146F01CF9000F007C117D /* Runner */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  130. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  131. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  132. 97C147021CF9000F007C117D /* Info.plist */,
  133. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  134. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  135. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  136. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  137. );
  138. path = Runner;
  139. sourceTree = "<group>";
  140. };
  141. DA83FCF2C1C010DA61F36634 /* Pods */ = {
  142. isa = PBXGroup;
  143. children = (
  144. CD73B1654BAA9FCEC76D03A6 /* Pods-Runner.debug.xcconfig */,
  145. EF9079C699D5C162787715B4 /* Pods-Runner.release.xcconfig */,
  146. 8E40104C6850F4E3ABAEA579 /* Pods-Runner.profile.xcconfig */,
  147. );
  148. path = Pods;
  149. sourceTree = "<group>";
  150. };
  151. /* End PBXGroup section */
  152. /* Begin PBXNativeTarget section */
  153. 331C8080294A63A400263BE5 /* RunnerTests */ = {
  154. isa = PBXNativeTarget;
  155. buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  156. buildPhases = (
  157. 331C807D294A63A400263BE5 /* Sources */,
  158. 331C807F294A63A400263BE5 /* Resources */,
  159. DA173D365C254139721CEACE /* Frameworks */,
  160. );
  161. buildRules = (
  162. );
  163. dependencies = (
  164. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  165. );
  166. name = RunnerTests;
  167. productName = RunnerTests;
  168. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  169. productType = "com.apple.product-type.bundle.unit-test";
  170. };
  171. 97C146ED1CF9000F007C117D /* Runner */ = {
  172. isa = PBXNativeTarget;
  173. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  174. buildPhases = (
  175. 1E0B1B284AB8EB7D1A38656A /* [CP] Check Pods Manifest.lock */,
  176. 9740EEB61CF901F6004384FC /* Run Script */,
  177. 97C146EA1CF9000F007C117D /* Sources */,
  178. 97C146EB1CF9000F007C117D /* Frameworks */,
  179. 97C146EC1CF9000F007C117D /* Resources */,
  180. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  181. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  182. 22ED809182B5A5ED3430025D /* [CP] Embed Pods Frameworks */,
  183. EC17F7A9C23A7ECEDABC2514 /* [CP] Copy Pods Resources */,
  184. );
  185. buildRules = (
  186. );
  187. dependencies = (
  188. );
  189. name = Runner;
  190. productName = Runner;
  191. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  192. productType = "com.apple.product-type.application";
  193. };
  194. /* End PBXNativeTarget section */
  195. /* Begin PBXProject section */
  196. 97C146E61CF9000F007C117D /* Project object */ = {
  197. isa = PBXProject;
  198. attributes = {
  199. BuildIndependentTargetsInParallel = YES;
  200. LastUpgradeCheck = 1510;
  201. ORGANIZATIONNAME = "";
  202. TargetAttributes = {
  203. 331C8080294A63A400263BE5 = {
  204. CreatedOnToolsVersion = 14.0;
  205. TestTargetID = 97C146ED1CF9000F007C117D;
  206. };
  207. 97C146ED1CF9000F007C117D = {
  208. CreatedOnToolsVersion = 7.3.1;
  209. LastSwiftMigration = 1100;
  210. };
  211. };
  212. };
  213. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  214. compatibilityVersion = "Xcode 9.3";
  215. developmentRegion = en;
  216. hasScannedForEncodings = 0;
  217. knownRegions = (
  218. en,
  219. Base,
  220. );
  221. mainGroup = 97C146E51CF9000F007C117D;
  222. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  223. projectDirPath = "";
  224. projectRoot = "";
  225. targets = (
  226. 97C146ED1CF9000F007C117D /* Runner */,
  227. 331C8080294A63A400263BE5 /* RunnerTests */,
  228. );
  229. };
  230. /* End PBXProject section */
  231. /* Begin PBXResourcesBuildPhase section */
  232. 331C807F294A63A400263BE5 /* Resources */ = {
  233. isa = PBXResourcesBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. 97C146EC1CF9000F007C117D /* Resources */ = {
  240. isa = PBXResourcesBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  244. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  245. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  246. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  247. );
  248. runOnlyForDeploymentPostprocessing = 0;
  249. };
  250. /* End PBXResourcesBuildPhase section */
  251. /* Begin PBXShellScriptBuildPhase section */
  252. 1E0B1B284AB8EB7D1A38656A /* [CP] Check Pods Manifest.lock */ = {
  253. isa = PBXShellScriptBuildPhase;
  254. buildActionMask = 2147483647;
  255. files = (
  256. );
  257. inputFileListPaths = (
  258. );
  259. inputPaths = (
  260. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  261. "${PODS_ROOT}/Manifest.lock",
  262. );
  263. name = "[CP] Check Pods Manifest.lock";
  264. outputFileListPaths = (
  265. );
  266. outputPaths = (
  267. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  268. );
  269. runOnlyForDeploymentPostprocessing = 0;
  270. shellPath = /bin/sh;
  271. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  272. showEnvVarsInLog = 0;
  273. };
  274. 22ED809182B5A5ED3430025D /* [CP] Embed Pods Frameworks */ = {
  275. isa = PBXShellScriptBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. );
  279. inputFileListPaths = (
  280. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  281. );
  282. name = "[CP] Embed Pods Frameworks";
  283. outputFileListPaths = (
  284. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  285. );
  286. runOnlyForDeploymentPostprocessing = 0;
  287. shellPath = /bin/sh;
  288. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  289. showEnvVarsInLog = 0;
  290. };
  291. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  292. isa = PBXShellScriptBuildPhase;
  293. alwaysOutOfDate = 1;
  294. buildActionMask = 2147483647;
  295. files = (
  296. );
  297. inputPaths = (
  298. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  299. );
  300. name = "Thin Binary";
  301. outputPaths = (
  302. );
  303. runOnlyForDeploymentPostprocessing = 0;
  304. shellPath = /bin/sh;
  305. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  306. };
  307. 9740EEB61CF901F6004384FC /* Run Script */ = {
  308. isa = PBXShellScriptBuildPhase;
  309. alwaysOutOfDate = 1;
  310. buildActionMask = 2147483647;
  311. files = (
  312. );
  313. inputPaths = (
  314. );
  315. name = "Run Script";
  316. outputPaths = (
  317. );
  318. runOnlyForDeploymentPostprocessing = 0;
  319. shellPath = /bin/sh;
  320. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  321. };
  322. EC17F7A9C23A7ECEDABC2514 /* [CP] Copy Pods Resources */ = {
  323. isa = PBXShellScriptBuildPhase;
  324. buildActionMask = 2147483647;
  325. files = (
  326. );
  327. inputFileListPaths = (
  328. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
  329. );
  330. name = "[CP] Copy Pods Resources";
  331. outputFileListPaths = (
  332. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. shellPath = /bin/sh;
  336. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
  337. showEnvVarsInLog = 0;
  338. };
  339. /* End PBXShellScriptBuildPhase section */
  340. /* Begin PBXSourcesBuildPhase section */
  341. 331C807D294A63A400263BE5 /* Sources */ = {
  342. isa = PBXSourcesBuildPhase;
  343. buildActionMask = 2147483647;
  344. files = (
  345. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  346. );
  347. runOnlyForDeploymentPostprocessing = 0;
  348. };
  349. 97C146EA1CF9000F007C117D /* Sources */ = {
  350. isa = PBXSourcesBuildPhase;
  351. buildActionMask = 2147483647;
  352. files = (
  353. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  354. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  355. );
  356. runOnlyForDeploymentPostprocessing = 0;
  357. };
  358. /* End PBXSourcesBuildPhase section */
  359. /* Begin PBXTargetDependency section */
  360. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  361. isa = PBXTargetDependency;
  362. target = 97C146ED1CF9000F007C117D /* Runner */;
  363. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  364. };
  365. /* End PBXTargetDependency section */
  366. /* Begin PBXVariantGroup section */
  367. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  368. isa = PBXVariantGroup;
  369. children = (
  370. 97C146FB1CF9000F007C117D /* Base */,
  371. );
  372. name = Main.storyboard;
  373. sourceTree = "<group>";
  374. };
  375. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  376. isa = PBXVariantGroup;
  377. children = (
  378. 97C147001CF9000F007C117D /* Base */,
  379. );
  380. name = LaunchScreen.storyboard;
  381. sourceTree = "<group>";
  382. };
  383. /* End PBXVariantGroup section */
  384. /* Begin XCBuildConfiguration section */
  385. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  386. isa = XCBuildConfiguration;
  387. buildSettings = {
  388. ALWAYS_SEARCH_USER_PATHS = NO;
  389. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  390. CLANG_ANALYZER_NONNULL = YES;
  391. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  392. CLANG_CXX_LIBRARY = "libc++";
  393. CLANG_ENABLE_MODULES = YES;
  394. CLANG_ENABLE_OBJC_ARC = YES;
  395. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  396. CLANG_WARN_BOOL_CONVERSION = YES;
  397. CLANG_WARN_COMMA = YES;
  398. CLANG_WARN_CONSTANT_CONVERSION = YES;
  399. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  400. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  401. CLANG_WARN_EMPTY_BODY = YES;
  402. CLANG_WARN_ENUM_CONVERSION = YES;
  403. CLANG_WARN_INFINITE_RECURSION = YES;
  404. CLANG_WARN_INT_CONVERSION = YES;
  405. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  406. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  407. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  408. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  409. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  410. CLANG_WARN_STRICT_PROTOTYPES = YES;
  411. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  412. CLANG_WARN_UNREACHABLE_CODE = YES;
  413. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  414. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  415. COPY_PHASE_STRIP = NO;
  416. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  417. ENABLE_NS_ASSERTIONS = NO;
  418. ENABLE_STRICT_OBJC_MSGSEND = YES;
  419. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  420. GCC_C_LANGUAGE_STANDARD = gnu99;
  421. GCC_NO_COMMON_BLOCKS = YES;
  422. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  423. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  424. GCC_WARN_UNDECLARED_SELECTOR = YES;
  425. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  426. GCC_WARN_UNUSED_FUNCTION = YES;
  427. GCC_WARN_UNUSED_VARIABLE = YES;
  428. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  429. MTL_ENABLE_DEBUG_INFO = NO;
  430. SDKROOT = iphoneos;
  431. SUPPORTED_PLATFORMS = iphoneos;
  432. TARGETED_DEVICE_FAMILY = "1,2";
  433. VALIDATE_PRODUCT = YES;
  434. };
  435. name = Profile;
  436. };
  437. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  438. isa = XCBuildConfiguration;
  439. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  440. buildSettings = {
  441. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  442. CLANG_ENABLE_MODULES = YES;
  443. CODE_SIGN_IDENTITY = "Apple Development";
  444. CODE_SIGN_STYLE = Automatic;
  445. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  446. DEVELOPMENT_TEAM = 984LLN22YU;
  447. ENABLE_BITCODE = NO;
  448. INFOPLIST_FILE = Runner/Info.plist;
  449. IPHONEOS_DEPLOYMENT_TARGET = 15.6;
  450. LD_RUNPATH_SEARCH_PATHS = (
  451. "$(inherited)",
  452. "@executable_path/Frameworks",
  453. );
  454. PRODUCT_BUNDLE_IDENTIFIER = com.example.geminiLive;
  455. PRODUCT_NAME = "$(TARGET_NAME)";
  456. PROVISIONING_PROFILE_SPECIFIER = "";
  457. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  458. SWIFT_VERSION = 5.0;
  459. VERSIONING_SYSTEM = "apple-generic";
  460. };
  461. name = Profile;
  462. };
  463. 331C8088294A63A400263BE5 /* Debug */ = {
  464. isa = XCBuildConfiguration;
  465. buildSettings = {
  466. BUNDLE_LOADER = "$(TEST_HOST)";
  467. CODE_SIGN_STYLE = Automatic;
  468. CURRENT_PROJECT_VERSION = 1;
  469. GENERATE_INFOPLIST_FILE = YES;
  470. MARKETING_VERSION = 1.0;
  471. PRODUCT_BUNDLE_IDENTIFIER = com.example.geminiLive.RunnerTests;
  472. PRODUCT_NAME = "$(TARGET_NAME)";
  473. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  474. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  475. SWIFT_VERSION = 5.0;
  476. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  477. };
  478. name = Debug;
  479. };
  480. 331C8089294A63A400263BE5 /* Release */ = {
  481. isa = XCBuildConfiguration;
  482. buildSettings = {
  483. BUNDLE_LOADER = "$(TEST_HOST)";
  484. CODE_SIGN_STYLE = Automatic;
  485. CURRENT_PROJECT_VERSION = 1;
  486. GENERATE_INFOPLIST_FILE = YES;
  487. MARKETING_VERSION = 1.0;
  488. PRODUCT_BUNDLE_IDENTIFIER = com.example.geminiLive.RunnerTests;
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. SWIFT_VERSION = 5.0;
  491. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  492. };
  493. name = Release;
  494. };
  495. 331C808A294A63A400263BE5 /* Profile */ = {
  496. isa = XCBuildConfiguration;
  497. buildSettings = {
  498. BUNDLE_LOADER = "$(TEST_HOST)";
  499. CODE_SIGN_STYLE = Automatic;
  500. CURRENT_PROJECT_VERSION = 1;
  501. GENERATE_INFOPLIST_FILE = YES;
  502. MARKETING_VERSION = 1.0;
  503. PRODUCT_BUNDLE_IDENTIFIER = com.example.geminiLive.RunnerTests;
  504. PRODUCT_NAME = "$(TARGET_NAME)";
  505. SWIFT_VERSION = 5.0;
  506. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  507. };
  508. name = Profile;
  509. };
  510. 97C147031CF9000F007C117D /* Debug */ = {
  511. isa = XCBuildConfiguration;
  512. buildSettings = {
  513. ALWAYS_SEARCH_USER_PATHS = NO;
  514. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  515. CLANG_ANALYZER_NONNULL = YES;
  516. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  517. CLANG_CXX_LIBRARY = "libc++";
  518. CLANG_ENABLE_MODULES = YES;
  519. CLANG_ENABLE_OBJC_ARC = YES;
  520. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  521. CLANG_WARN_BOOL_CONVERSION = YES;
  522. CLANG_WARN_COMMA = YES;
  523. CLANG_WARN_CONSTANT_CONVERSION = YES;
  524. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  525. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  526. CLANG_WARN_EMPTY_BODY = YES;
  527. CLANG_WARN_ENUM_CONVERSION = YES;
  528. CLANG_WARN_INFINITE_RECURSION = YES;
  529. CLANG_WARN_INT_CONVERSION = YES;
  530. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  531. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  532. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  533. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  534. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  535. CLANG_WARN_STRICT_PROTOTYPES = YES;
  536. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  537. CLANG_WARN_UNREACHABLE_CODE = YES;
  538. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  539. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  540. COPY_PHASE_STRIP = NO;
  541. DEBUG_INFORMATION_FORMAT = dwarf;
  542. ENABLE_STRICT_OBJC_MSGSEND = YES;
  543. ENABLE_TESTABILITY = YES;
  544. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  545. GCC_C_LANGUAGE_STANDARD = gnu99;
  546. GCC_DYNAMIC_NO_PIC = NO;
  547. GCC_NO_COMMON_BLOCKS = YES;
  548. GCC_OPTIMIZATION_LEVEL = 0;
  549. GCC_PREPROCESSOR_DEFINITIONS = (
  550. "DEBUG=1",
  551. "$(inherited)",
  552. );
  553. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  554. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  555. GCC_WARN_UNDECLARED_SELECTOR = YES;
  556. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  557. GCC_WARN_UNUSED_FUNCTION = YES;
  558. GCC_WARN_UNUSED_VARIABLE = YES;
  559. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  560. MTL_ENABLE_DEBUG_INFO = YES;
  561. ONLY_ACTIVE_ARCH = YES;
  562. SDKROOT = iphoneos;
  563. TARGETED_DEVICE_FAMILY = "1,2";
  564. };
  565. name = Debug;
  566. };
  567. 97C147041CF9000F007C117D /* Release */ = {
  568. isa = XCBuildConfiguration;
  569. buildSettings = {
  570. ALWAYS_SEARCH_USER_PATHS = NO;
  571. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  572. CLANG_ANALYZER_NONNULL = YES;
  573. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  574. CLANG_CXX_LIBRARY = "libc++";
  575. CLANG_ENABLE_MODULES = YES;
  576. CLANG_ENABLE_OBJC_ARC = YES;
  577. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  578. CLANG_WARN_BOOL_CONVERSION = YES;
  579. CLANG_WARN_COMMA = YES;
  580. CLANG_WARN_CONSTANT_CONVERSION = YES;
  581. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  582. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  583. CLANG_WARN_EMPTY_BODY = YES;
  584. CLANG_WARN_ENUM_CONVERSION = YES;
  585. CLANG_WARN_INFINITE_RECURSION = YES;
  586. CLANG_WARN_INT_CONVERSION = YES;
  587. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  588. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  589. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  590. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  591. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  592. CLANG_WARN_STRICT_PROTOTYPES = YES;
  593. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  594. CLANG_WARN_UNREACHABLE_CODE = YES;
  595. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  596. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  597. COPY_PHASE_STRIP = NO;
  598. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  599. ENABLE_NS_ASSERTIONS = NO;
  600. ENABLE_STRICT_OBJC_MSGSEND = YES;
  601. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  602. GCC_C_LANGUAGE_STANDARD = gnu99;
  603. GCC_NO_COMMON_BLOCKS = YES;
  604. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  605. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  606. GCC_WARN_UNDECLARED_SELECTOR = YES;
  607. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  608. GCC_WARN_UNUSED_FUNCTION = YES;
  609. GCC_WARN_UNUSED_VARIABLE = YES;
  610. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  611. MTL_ENABLE_DEBUG_INFO = NO;
  612. SDKROOT = iphoneos;
  613. SUPPORTED_PLATFORMS = iphoneos;
  614. SWIFT_COMPILATION_MODE = wholemodule;
  615. SWIFT_OPTIMIZATION_LEVEL = "-O";
  616. TARGETED_DEVICE_FAMILY = "1,2";
  617. VALIDATE_PRODUCT = YES;
  618. };
  619. name = Release;
  620. };
  621. 97C147061CF9000F007C117D /* Debug */ = {
  622. isa = XCBuildConfiguration;
  623. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  624. buildSettings = {
  625. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  626. CLANG_ENABLE_MODULES = YES;
  627. CODE_SIGN_IDENTITY = "Apple Development";
  628. CODE_SIGN_STYLE = Automatic;
  629. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  630. DEVELOPMENT_TEAM = 984LLN22YU;
  631. ENABLE_BITCODE = NO;
  632. INFOPLIST_FILE = Runner/Info.plist;
  633. IPHONEOS_DEPLOYMENT_TARGET = 15.6;
  634. LD_RUNPATH_SEARCH_PATHS = (
  635. "$(inherited)",
  636. "@executable_path/Frameworks",
  637. );
  638. PRODUCT_BUNDLE_IDENTIFIER = com.example.geminiLive;
  639. PRODUCT_NAME = "$(TARGET_NAME)";
  640. PROVISIONING_PROFILE_SPECIFIER = "";
  641. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  642. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  643. SWIFT_VERSION = 5.0;
  644. VERSIONING_SYSTEM = "apple-generic";
  645. };
  646. name = Debug;
  647. };
  648. 97C147071CF9000F007C117D /* Release */ = {
  649. isa = XCBuildConfiguration;
  650. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  651. buildSettings = {
  652. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  653. CLANG_ENABLE_MODULES = YES;
  654. CODE_SIGN_IDENTITY = "Apple Development";
  655. CODE_SIGN_STYLE = Automatic;
  656. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  657. DEVELOPMENT_TEAM = 984LLN22YU;
  658. ENABLE_BITCODE = NO;
  659. INFOPLIST_FILE = Runner/Info.plist;
  660. IPHONEOS_DEPLOYMENT_TARGET = 15.6;
  661. LD_RUNPATH_SEARCH_PATHS = (
  662. "$(inherited)",
  663. "@executable_path/Frameworks",
  664. );
  665. PRODUCT_BUNDLE_IDENTIFIER = com.example.geminiLive;
  666. PRODUCT_NAME = "$(TARGET_NAME)";
  667. PROVISIONING_PROFILE_SPECIFIER = "";
  668. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  669. SWIFT_VERSION = 5.0;
  670. VERSIONING_SYSTEM = "apple-generic";
  671. };
  672. name = Release;
  673. };
  674. /* End XCBuildConfiguration section */
  675. /* Begin XCConfigurationList section */
  676. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  677. isa = XCConfigurationList;
  678. buildConfigurations = (
  679. 331C8088294A63A400263BE5 /* Debug */,
  680. 331C8089294A63A400263BE5 /* Release */,
  681. 331C808A294A63A400263BE5 /* Profile */,
  682. );
  683. defaultConfigurationIsVisible = 0;
  684. defaultConfigurationName = Release;
  685. };
  686. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  687. isa = XCConfigurationList;
  688. buildConfigurations = (
  689. 97C147031CF9000F007C117D /* Debug */,
  690. 97C147041CF9000F007C117D /* Release */,
  691. 249021D3217E4FDB00AE95B9 /* Profile */,
  692. );
  693. defaultConfigurationIsVisible = 0;
  694. defaultConfigurationName = Release;
  695. };
  696. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  697. isa = XCConfigurationList;
  698. buildConfigurations = (
  699. 97C147061CF9000F007C117D /* Debug */,
  700. 97C147071CF9000F007C117D /* Release */,
  701. 249021D4217E4FDB00AE95B9 /* Profile */,
  702. );
  703. defaultConfigurationIsVisible = 0;
  704. defaultConfigurationName = Release;
  705. };
  706. /* End XCConfigurationList section */
  707. };
  708. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  709. }