project.pbxproj 30 KB

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