project.pbxproj 32 KB

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