project.pbxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  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. 2AFF61400BCA71FF41AB89DE /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EB5B836654024E5C7DE10B8 /* Pods_RunnerTests.framework */; };
  11. 30D78F63BCA1F557DB8200C7 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 397772B29405120F37C07957 /* Pods_Runner.framework */; };
  12. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
  13. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  14. 3E7950792E8B60BC00AA8C7F /* CoreApi.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7950782E8B60BC00AA8C7F /* CoreApi.g.swift */; };
  15. 3E79507B2E8B60E000AA8C7F /* CoreApiImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E79507A2E8B60CE00AA8C7F /* CoreApiImpl.swift */; };
  16. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  17. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  18. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  19. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  25. proxyType = 1;
  26. remoteGlobalIDString = 97C146ED1CF9000F007C117D;
  27. remoteInfo = Runner;
  28. };
  29. /* End PBXContainerItemProxy section */
  30. /* Begin PBXCopyFilesBuildPhase section */
  31. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  32. isa = PBXCopyFilesBuildPhase;
  33. buildActionMask = 2147483647;
  34. dstPath = "";
  35. dstSubfolderSpec = 10;
  36. files = (
  37. );
  38. name = "Embed Frameworks";
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXCopyFilesBuildPhase section */
  42. /* Begin PBXFileReference section */
  43. 0068BBDC814DAA313C80800F /* 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>"; };
  44. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  45. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  46. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  47. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  48. 397772B29405120F37C07957 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; 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. 3E7950782E8B60BC00AA8C7F /* CoreApi.g.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreApi.g.swift; sourceTree = "<group>"; };
  51. 3E79507A2E8B60CE00AA8C7F /* CoreApiImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreApiImpl.swift; sourceTree = "<group>"; };
  52. 445206784DC0E2AC8D9085D5 /* 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>"; };
  53. 5583100B5977EEE92EBF338C /* 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>"; };
  54. 65CCCAEF8EE04902DD8B2376 /* 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>"; };
  55. 6EB5B836654024E5C7DE10B8 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  56. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  57. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  58. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  59. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  60. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  61. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  62. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  63. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  64. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  65. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  66. D5F7C2F495C2913C185AFCB9 /* 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>"; };
  67. E9B4EEC647018B7FB96AF4B6 /* 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>"; };
  68. /* End PBXFileReference section */
  69. /* Begin PBXFrameworksBuildPhase section */
  70. 3FF53ACF6C9BE32C7501C6E0 /* Frameworks */ = {
  71. isa = PBXFrameworksBuildPhase;
  72. buildActionMask = 2147483647;
  73. files = (
  74. 2AFF61400BCA71FF41AB89DE /* Pods_RunnerTests.framework in Frameworks */,
  75. );
  76. runOnlyForDeploymentPostprocessing = 0;
  77. };
  78. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  79. isa = PBXFrameworksBuildPhase;
  80. buildActionMask = 2147483647;
  81. files = (
  82. 30D78F63BCA1F557DB8200C7 /* Pods_Runner.framework in Frameworks */,
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. /* End PBXFrameworksBuildPhase section */
  87. /* Begin PBXGroup section */
  88. 2F6ED820CF66221B42ACB941 /* Pods */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 5583100B5977EEE92EBF338C /* Pods-Runner.debug.xcconfig */,
  92. E9B4EEC647018B7FB96AF4B6 /* Pods-Runner.release.xcconfig */,
  93. D5F7C2F495C2913C185AFCB9 /* Pods-Runner.profile.xcconfig */,
  94. 65CCCAEF8EE04902DD8B2376 /* Pods-RunnerTests.debug.xcconfig */,
  95. 445206784DC0E2AC8D9085D5 /* Pods-RunnerTests.release.xcconfig */,
  96. 0068BBDC814DAA313C80800F /* Pods-RunnerTests.profile.xcconfig */,
  97. );
  98. name = Pods;
  99. path = Pods;
  100. sourceTree = "<group>";
  101. };
  102. 331C8082294A63A400263BE5 /* RunnerTests */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 331C807B294A618700263BE5 /* RunnerTests.swift */,
  106. );
  107. path = RunnerTests;
  108. sourceTree = "<group>";
  109. };
  110. 456FF613E49D5C7A48CBB7F0 /* Frameworks */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 397772B29405120F37C07957 /* Pods_Runner.framework */,
  114. 6EB5B836654024E5C7DE10B8 /* Pods_RunnerTests.framework */,
  115. );
  116. name = Frameworks;
  117. sourceTree = "<group>";
  118. };
  119. 9740EEB11CF90186004384FC /* Flutter */ = {
  120. isa = PBXGroup;
  121. children = (
  122. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  123. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  124. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  125. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  126. );
  127. name = Flutter;
  128. sourceTree = "<group>";
  129. };
  130. 97C146E51CF9000F007C117D = {
  131. isa = PBXGroup;
  132. children = (
  133. 9740EEB11CF90186004384FC /* Flutter */,
  134. 97C146F01CF9000F007C117D /* Runner */,
  135. 97C146EF1CF9000F007C117D /* Products */,
  136. 331C8082294A63A400263BE5 /* RunnerTests */,
  137. 2F6ED820CF66221B42ACB941 /* Pods */,
  138. 456FF613E49D5C7A48CBB7F0 /* Frameworks */,
  139. );
  140. sourceTree = "<group>";
  141. };
  142. 97C146EF1CF9000F007C117D /* Products */ = {
  143. isa = PBXGroup;
  144. children = (
  145. 97C146EE1CF9000F007C117D /* Runner.app */,
  146. 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
  147. );
  148. name = Products;
  149. sourceTree = "<group>";
  150. };
  151. 97C146F01CF9000F007C117D /* Runner */ = {
  152. isa = PBXGroup;
  153. children = (
  154. 3E79507A2E8B60CE00AA8C7F /* CoreApiImpl.swift */,
  155. 3E7950782E8B60BC00AA8C7F /* CoreApi.g.swift */,
  156. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  157. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  158. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  159. 97C147021CF9000F007C117D /* Info.plist */,
  160. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  161. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  162. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  163. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  164. );
  165. path = Runner;
  166. sourceTree = "<group>";
  167. };
  168. /* End PBXGroup section */
  169. /* Begin PBXNativeTarget section */
  170. 331C8080294A63A400263BE5 /* RunnerTests */ = {
  171. isa = PBXNativeTarget;
  172. buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  173. buildPhases = (
  174. C95D55C21A1BDA30748B0B99 /* [CP] Check Pods Manifest.lock */,
  175. 331C807D294A63A400263BE5 /* Sources */,
  176. 331C807F294A63A400263BE5 /* Resources */,
  177. 3FF53ACF6C9BE32C7501C6E0 /* Frameworks */,
  178. );
  179. buildRules = (
  180. );
  181. dependencies = (
  182. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  183. );
  184. name = RunnerTests;
  185. productName = RunnerTests;
  186. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  187. productType = "com.apple.product-type.bundle.unit-test";
  188. };
  189. 97C146ED1CF9000F007C117D /* Runner */ = {
  190. isa = PBXNativeTarget;
  191. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  192. buildPhases = (
  193. 6431FB61030DB51C5A3CD681 /* [CP] Check Pods Manifest.lock */,
  194. 9740EEB61CF901F6004384FC /* Run Script */,
  195. 97C146EA1CF9000F007C117D /* Sources */,
  196. 97C146EB1CF9000F007C117D /* Frameworks */,
  197. 97C146EC1CF9000F007C117D /* Resources */,
  198. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  199. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  200. 45358084D0C4C77787645E11 /* [CP] Embed Pods Frameworks */,
  201. 4870024DF3E727C6262538D6 /* [CP] Copy Pods Resources */,
  202. );
  203. buildRules = (
  204. );
  205. dependencies = (
  206. );
  207. name = Runner;
  208. productName = Runner;
  209. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  210. productType = "com.apple.product-type.application";
  211. };
  212. /* End PBXNativeTarget section */
  213. /* Begin PBXProject section */
  214. 97C146E61CF9000F007C117D /* Project object */ = {
  215. isa = PBXProject;
  216. attributes = {
  217. BuildIndependentTargetsInParallel = YES;
  218. LastUpgradeCheck = 1510;
  219. ORGANIZATIONNAME = "";
  220. TargetAttributes = {
  221. 331C8080294A63A400263BE5 = {
  222. CreatedOnToolsVersion = 14.0;
  223. TestTargetID = 97C146ED1CF9000F007C117D;
  224. };
  225. 97C146ED1CF9000F007C117D = {
  226. CreatedOnToolsVersion = 7.3.1;
  227. LastSwiftMigration = 1100;
  228. };
  229. };
  230. };
  231. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  232. compatibilityVersion = "Xcode 9.3";
  233. developmentRegion = en;
  234. hasScannedForEncodings = 0;
  235. knownRegions = (
  236. en,
  237. Base,
  238. );
  239. mainGroup = 97C146E51CF9000F007C117D;
  240. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  241. projectDirPath = "";
  242. projectRoot = "";
  243. targets = (
  244. 97C146ED1CF9000F007C117D /* Runner */,
  245. 331C8080294A63A400263BE5 /* RunnerTests */,
  246. );
  247. };
  248. /* End PBXProject section */
  249. /* Begin PBXResourcesBuildPhase section */
  250. 331C807F294A63A400263BE5 /* Resources */ = {
  251. isa = PBXResourcesBuildPhase;
  252. buildActionMask = 2147483647;
  253. files = (
  254. );
  255. runOnlyForDeploymentPostprocessing = 0;
  256. };
  257. 97C146EC1CF9000F007C117D /* Resources */ = {
  258. isa = PBXResourcesBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  262. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  263. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  264. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  265. );
  266. runOnlyForDeploymentPostprocessing = 0;
  267. };
  268. /* End PBXResourcesBuildPhase section */
  269. /* Begin PBXShellScriptBuildPhase section */
  270. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  271. isa = PBXShellScriptBuildPhase;
  272. alwaysOutOfDate = 1;
  273. buildActionMask = 2147483647;
  274. files = (
  275. );
  276. inputPaths = (
  277. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  278. );
  279. name = "Thin Binary";
  280. outputPaths = (
  281. );
  282. runOnlyForDeploymentPostprocessing = 0;
  283. shellPath = /bin/sh;
  284. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  285. };
  286. 45358084D0C4C77787645E11 /* [CP] Embed Pods Frameworks */ = {
  287. isa = PBXShellScriptBuildPhase;
  288. buildActionMask = 2147483647;
  289. files = (
  290. );
  291. inputFileListPaths = (
  292. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  293. );
  294. name = "[CP] Embed Pods Frameworks";
  295. outputFileListPaths = (
  296. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  297. );
  298. runOnlyForDeploymentPostprocessing = 0;
  299. shellPath = /bin/sh;
  300. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  301. showEnvVarsInLog = 0;
  302. };
  303. 4870024DF3E727C6262538D6 /* [CP] Copy Pods Resources */ = {
  304. isa = PBXShellScriptBuildPhase;
  305. buildActionMask = 2147483647;
  306. files = (
  307. );
  308. inputFileListPaths = (
  309. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
  310. );
  311. name = "[CP] Copy Pods Resources";
  312. outputFileListPaths = (
  313. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
  314. );
  315. runOnlyForDeploymentPostprocessing = 0;
  316. shellPath = /bin/sh;
  317. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
  318. showEnvVarsInLog = 0;
  319. };
  320. 6431FB61030DB51C5A3CD681 /* [CP] Check Pods Manifest.lock */ = {
  321. isa = PBXShellScriptBuildPhase;
  322. buildActionMask = 2147483647;
  323. files = (
  324. );
  325. inputFileListPaths = (
  326. );
  327. inputPaths = (
  328. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  329. "${PODS_ROOT}/Manifest.lock",
  330. );
  331. name = "[CP] Check Pods Manifest.lock";
  332. outputFileListPaths = (
  333. );
  334. outputPaths = (
  335. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  336. );
  337. runOnlyForDeploymentPostprocessing = 0;
  338. shellPath = /bin/sh;
  339. 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";
  340. showEnvVarsInLog = 0;
  341. };
  342. 9740EEB61CF901F6004384FC /* Run Script */ = {
  343. isa = PBXShellScriptBuildPhase;
  344. alwaysOutOfDate = 1;
  345. buildActionMask = 2147483647;
  346. files = (
  347. );
  348. inputPaths = (
  349. );
  350. name = "Run Script";
  351. outputPaths = (
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. shellPath = /bin/sh;
  355. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  356. };
  357. C95D55C21A1BDA30748B0B99 /* [CP] Check Pods Manifest.lock */ = {
  358. isa = PBXShellScriptBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. );
  362. inputFileListPaths = (
  363. );
  364. inputPaths = (
  365. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  366. "${PODS_ROOT}/Manifest.lock",
  367. );
  368. name = "[CP] Check Pods Manifest.lock";
  369. outputFileListPaths = (
  370. );
  371. outputPaths = (
  372. "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
  373. );
  374. runOnlyForDeploymentPostprocessing = 0;
  375. shellPath = /bin/sh;
  376. 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";
  377. showEnvVarsInLog = 0;
  378. };
  379. /* End PBXShellScriptBuildPhase section */
  380. /* Begin PBXSourcesBuildPhase section */
  381. 331C807D294A63A400263BE5 /* Sources */ = {
  382. isa = PBXSourcesBuildPhase;
  383. buildActionMask = 2147483647;
  384. files = (
  385. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  386. );
  387. runOnlyForDeploymentPostprocessing = 0;
  388. };
  389. 97C146EA1CF9000F007C117D /* Sources */ = {
  390. isa = PBXSourcesBuildPhase;
  391. buildActionMask = 2147483647;
  392. files = (
  393. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  394. 3E79507B2E8B60E000AA8C7F /* CoreApiImpl.swift in Sources */,
  395. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  396. 3E7950792E8B60BC00AA8C7F /* CoreApi.g.swift in Sources */,
  397. );
  398. runOnlyForDeploymentPostprocessing = 0;
  399. };
  400. /* End PBXSourcesBuildPhase section */
  401. /* Begin PBXTargetDependency section */
  402. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  403. isa = PBXTargetDependency;
  404. target = 97C146ED1CF9000F007C117D /* Runner */;
  405. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  406. };
  407. /* End PBXTargetDependency section */
  408. /* Begin PBXVariantGroup section */
  409. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  410. isa = PBXVariantGroup;
  411. children = (
  412. 97C146FB1CF9000F007C117D /* Base */,
  413. );
  414. name = Main.storyboard;
  415. sourceTree = "<group>";
  416. };
  417. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  418. isa = PBXVariantGroup;
  419. children = (
  420. 97C147001CF9000F007C117D /* Base */,
  421. );
  422. name = LaunchScreen.storyboard;
  423. sourceTree = "<group>";
  424. };
  425. /* End PBXVariantGroup section */
  426. /* Begin XCBuildConfiguration section */
  427. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  428. isa = XCBuildConfiguration;
  429. buildSettings = {
  430. ALWAYS_SEARCH_USER_PATHS = NO;
  431. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  432. CLANG_ANALYZER_NONNULL = YES;
  433. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  434. CLANG_CXX_LIBRARY = "libc++";
  435. CLANG_ENABLE_MODULES = YES;
  436. CLANG_ENABLE_OBJC_ARC = YES;
  437. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  438. CLANG_WARN_BOOL_CONVERSION = YES;
  439. CLANG_WARN_COMMA = YES;
  440. CLANG_WARN_CONSTANT_CONVERSION = YES;
  441. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  442. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  443. CLANG_WARN_EMPTY_BODY = YES;
  444. CLANG_WARN_ENUM_CONVERSION = YES;
  445. CLANG_WARN_INFINITE_RECURSION = YES;
  446. CLANG_WARN_INT_CONVERSION = YES;
  447. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  448. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  449. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  450. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  451. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  452. CLANG_WARN_STRICT_PROTOTYPES = YES;
  453. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  454. CLANG_WARN_UNREACHABLE_CODE = YES;
  455. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  456. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  457. COPY_PHASE_STRIP = NO;
  458. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  459. ENABLE_NS_ASSERTIONS = NO;
  460. ENABLE_STRICT_OBJC_MSGSEND = YES;
  461. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  462. GCC_C_LANGUAGE_STANDARD = gnu99;
  463. GCC_NO_COMMON_BLOCKS = YES;
  464. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  465. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  466. GCC_WARN_UNDECLARED_SELECTOR = YES;
  467. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  468. GCC_WARN_UNUSED_FUNCTION = YES;
  469. GCC_WARN_UNUSED_VARIABLE = YES;
  470. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  471. MTL_ENABLE_DEBUG_INFO = NO;
  472. SDKROOT = iphoneos;
  473. SUPPORTED_PLATFORMS = iphoneos;
  474. TARGETED_DEVICE_FAMILY = "1,2";
  475. VALIDATE_PRODUCT = YES;
  476. };
  477. name = Profile;
  478. };
  479. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  480. isa = XCBuildConfiguration;
  481. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  482. buildSettings = {
  483. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  484. CLANG_ENABLE_MODULES = YES;
  485. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  486. DEVELOPMENT_TEAM = 5S4V9Q6Y48;
  487. ENABLE_BITCODE = NO;
  488. INFOPLIST_FILE = Runner/Info.plist;
  489. LD_RUNPATH_SEARCH_PATHS = (
  490. "$(inherited)",
  491. "@executable_path/Frameworks",
  492. );
  493. PRODUCT_BUNDLE_IDENTIFIER = app.xixi.nomo;
  494. PRODUCT_NAME = "$(TARGET_NAME)";
  495. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  496. SWIFT_VERSION = 5.0;
  497. VERSIONING_SYSTEM = "apple-generic";
  498. };
  499. name = Profile;
  500. };
  501. 331C8088294A63A400263BE5 /* Debug */ = {
  502. isa = XCBuildConfiguration;
  503. baseConfigurationReference = 65CCCAEF8EE04902DD8B2376 /* 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 = app.xixi.nomo.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 = 445206784DC0E2AC8D9085D5 /* 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 = app.xixi.nomo.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 = 0068BBDC814DAA313C80800F /* 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 = app.xixi.nomo.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 = AppIcon;
  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 = 13.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 = AppIcon;
  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 = 13.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. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  669. DEVELOPMENT_TEAM = 5S4V9Q6Y48;
  670. ENABLE_BITCODE = NO;
  671. INFOPLIST_FILE = Runner/Info.plist;
  672. LD_RUNPATH_SEARCH_PATHS = (
  673. "$(inherited)",
  674. "@executable_path/Frameworks",
  675. );
  676. PRODUCT_BUNDLE_IDENTIFIER = app.xixi.nomo;
  677. PRODUCT_NAME = "$(TARGET_NAME)";
  678. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  679. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  680. SWIFT_VERSION = 5.0;
  681. VERSIONING_SYSTEM = "apple-generic";
  682. };
  683. name = Debug;
  684. };
  685. 97C147071CF9000F007C117D /* Release */ = {
  686. isa = XCBuildConfiguration;
  687. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  688. buildSettings = {
  689. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  690. CLANG_ENABLE_MODULES = YES;
  691. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  692. DEVELOPMENT_TEAM = 5S4V9Q6Y48;
  693. ENABLE_BITCODE = NO;
  694. INFOPLIST_FILE = Runner/Info.plist;
  695. LD_RUNPATH_SEARCH_PATHS = (
  696. "$(inherited)",
  697. "@executable_path/Frameworks",
  698. );
  699. PRODUCT_BUNDLE_IDENTIFIER = app.xixi.nomo;
  700. PRODUCT_NAME = "$(TARGET_NAME)";
  701. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  702. SWIFT_VERSION = 5.0;
  703. VERSIONING_SYSTEM = "apple-generic";
  704. };
  705. name = Release;
  706. };
  707. /* End XCBuildConfiguration section */
  708. /* Begin XCConfigurationList section */
  709. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  710. isa = XCConfigurationList;
  711. buildConfigurations = (
  712. 331C8088294A63A400263BE5 /* Debug */,
  713. 331C8089294A63A400263BE5 /* Release */,
  714. 331C808A294A63A400263BE5 /* Profile */,
  715. );
  716. defaultConfigurationIsVisible = 0;
  717. defaultConfigurationName = Release;
  718. };
  719. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  720. isa = XCConfigurationList;
  721. buildConfigurations = (
  722. 97C147031CF9000F007C117D /* Debug */,
  723. 97C147041CF9000F007C117D /* Release */,
  724. 249021D3217E4FDB00AE95B9 /* Profile */,
  725. );
  726. defaultConfigurationIsVisible = 0;
  727. defaultConfigurationName = Release;
  728. };
  729. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  730. isa = XCConfigurationList;
  731. buildConfigurations = (
  732. 97C147061CF9000F007C117D /* Debug */,
  733. 97C147071CF9000F007C117D /* Release */,
  734. 249021D4217E4FDB00AE95B9 /* Profile */,
  735. );
  736. defaultConfigurationIsVisible = 0;
  737. defaultConfigurationName = Release;
  738. };
  739. /* End XCConfigurationList section */
  740. };
  741. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  742. }