project.pbxproj 31 KB

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