project.pbxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 33CC111A2044C6BA0003C045 /* Flutter Assemble */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */;
  12. buildPhases = (
  13. 33CC111E2044C6BF0003C045 /* ShellScript */,
  14. );
  15. dependencies = (
  16. );
  17. name = "Flutter Assemble";
  18. productName = FLX;
  19. };
  20. /* End PBXAggregateTarget section */
  21. /* Begin PBXBuildFile section */
  22. 331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C80D7294CF71000263BE5 /* RunnerTests.swift */; };
  23. 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };
  24. 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };
  25. 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
  26. 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
  27. 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
  28. 8444AE800248F37BB8ABF637 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F397D2CB6412D720D523E30C /* Pods_Runner.framework */; };
  29. CC6EB3AF67BFAAA84BB25D80 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AC0DF046605705B6C85E2E2 /* Pods_RunnerTests.framework */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXContainerItemProxy section */
  32. 331C80D9294CF71000263BE5 /* PBXContainerItemProxy */ = {
  33. isa = PBXContainerItemProxy;
  34. containerPortal = 33CC10E52044A3C60003C045 /* Project object */;
  35. proxyType = 1;
  36. remoteGlobalIDString = 33CC10EC2044A3C60003C045;
  37. remoteInfo = Runner;
  38. };
  39. 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */ = {
  40. isa = PBXContainerItemProxy;
  41. containerPortal = 33CC10E52044A3C60003C045 /* Project object */;
  42. proxyType = 1;
  43. remoteGlobalIDString = 33CC111A2044C6BA0003C045;
  44. remoteInfo = FLX;
  45. };
  46. /* End PBXContainerItemProxy section */
  47. /* Begin PBXCopyFilesBuildPhase section */
  48. 33CC110E2044A8840003C045 /* Bundle Framework */ = {
  49. isa = PBXCopyFilesBuildPhase;
  50. buildActionMask = 2147483647;
  51. dstPath = "";
  52. dstSubfolderSpec = 10;
  53. files = (
  54. );
  55. name = "Bundle Framework";
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXCopyFilesBuildPhase section */
  59. /* Begin PBXFileReference section */
  60. 0AC0DF046605705B6C85E2E2 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  61. 161F65AE20C753D58F0F4164 /* 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>"; };
  62. 177C0267F78B9E12DD172AD1 /* 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>"; };
  63. 331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  64. 331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  65. 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
  66. 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
  67. 33CC10ED2044A3C60003C045 /* naiyouwl.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = naiyouwl.app; sourceTree = BUILT_PRODUCTS_DIR; };
  68. 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  69. 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
  70. 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  71. 33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = "<group>"; };
  72. 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = "<group>"; };
  73. 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Debug.xcconfig"; sourceTree = "<group>"; };
  74. 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Release.xcconfig"; sourceTree = "<group>"; };
  75. 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "Flutter-Generated.xcconfig"; path = "ephemeral/Flutter-Generated.xcconfig"; sourceTree = "<group>"; };
  76. 33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
  77. 33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
  78. 33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
  79. 75F24307BAD49042829F2A60 /* 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>"; };
  80. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
  81. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
  82. BBFF0D204B7D10E38D2CD375 /* 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>"; };
  83. F22037C6F2DC502814A8D8C9 /* 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>"; };
  84. F397D2CB6412D720D523E30C /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  85. FD354C14BA617EF920BFC23E /* 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>"; };
  86. /* End PBXFileReference section */
  87. /* Begin PBXFrameworksBuildPhase section */
  88. 331C80D2294CF70F00263BE5 /* Frameworks */ = {
  89. isa = PBXFrameworksBuildPhase;
  90. buildActionMask = 2147483647;
  91. files = (
  92. CC6EB3AF67BFAAA84BB25D80 /* Pods_RunnerTests.framework in Frameworks */,
  93. );
  94. runOnlyForDeploymentPostprocessing = 0;
  95. };
  96. 33CC10EA2044A3C60003C045 /* Frameworks */ = {
  97. isa = PBXFrameworksBuildPhase;
  98. buildActionMask = 2147483647;
  99. files = (
  100. 8444AE800248F37BB8ABF637 /* Pods_Runner.framework in Frameworks */,
  101. );
  102. runOnlyForDeploymentPostprocessing = 0;
  103. };
  104. /* End PBXFrameworksBuildPhase section */
  105. /* Begin PBXGroup section */
  106. 331C80D6294CF71000263BE5 /* RunnerTests */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 331C80D7294CF71000263BE5 /* RunnerTests.swift */,
  110. );
  111. path = RunnerTests;
  112. sourceTree = "<group>";
  113. };
  114. 33BA886A226E78AF003329D5 /* Configs */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 33E5194F232828860026EE4D /* AppInfo.xcconfig */,
  118. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  119. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  120. 333000ED22D3DE5D00554162 /* Warnings.xcconfig */,
  121. );
  122. path = Configs;
  123. sourceTree = "<group>";
  124. };
  125. 33CC10E42044A3C60003C045 = {
  126. isa = PBXGroup;
  127. children = (
  128. 33FAB671232836740065AC1E /* Runner */,
  129. 33CEB47122A05771004F2AC0 /* Flutter */,
  130. 331C80D6294CF71000263BE5 /* RunnerTests */,
  131. 33CC10EE2044A3C60003C045 /* Products */,
  132. D73912EC22F37F3D000D13A0 /* Frameworks */,
  133. 8E0D9CF5A87FF94ECBACC726 /* Pods */,
  134. );
  135. sourceTree = "<group>";
  136. };
  137. 33CC10EE2044A3C60003C045 /* Products */ = {
  138. isa = PBXGroup;
  139. children = (
  140. 33CC10ED2044A3C60003C045 /* naiyouwl.app */,
  141. 331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
  142. );
  143. name = Products;
  144. sourceTree = "<group>";
  145. };
  146. 33CC11242044D66E0003C045 /* Resources */ = {
  147. isa = PBXGroup;
  148. children = (
  149. 33CC10F22044A3C60003C045 /* Assets.xcassets */,
  150. 33CC10F42044A3C60003C045 /* MainMenu.xib */,
  151. 33CC10F72044A3C60003C045 /* Info.plist */,
  152. );
  153. name = Resources;
  154. path = ..;
  155. sourceTree = "<group>";
  156. };
  157. 33CEB47122A05771004F2AC0 /* Flutter */ = {
  158. isa = PBXGroup;
  159. children = (
  160. 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */,
  161. 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */,
  162. 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */,
  163. 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */,
  164. );
  165. path = Flutter;
  166. sourceTree = "<group>";
  167. };
  168. 33FAB671232836740065AC1E /* Runner */ = {
  169. isa = PBXGroup;
  170. children = (
  171. 33CC10F02044A3C60003C045 /* AppDelegate.swift */,
  172. 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */,
  173. 33E51913231747F40026EE4D /* DebugProfile.entitlements */,
  174. 33E51914231749380026EE4D /* Release.entitlements */,
  175. 33CC11242044D66E0003C045 /* Resources */,
  176. 33BA886A226E78AF003329D5 /* Configs */,
  177. );
  178. path = Runner;
  179. sourceTree = "<group>";
  180. };
  181. 8E0D9CF5A87FF94ECBACC726 /* Pods */ = {
  182. isa = PBXGroup;
  183. children = (
  184. 75F24307BAD49042829F2A60 /* Pods-Runner.debug.xcconfig */,
  185. 161F65AE20C753D58F0F4164 /* Pods-Runner.release.xcconfig */,
  186. BBFF0D204B7D10E38D2CD375 /* Pods-Runner.profile.xcconfig */,
  187. 177C0267F78B9E12DD172AD1 /* Pods-RunnerTests.debug.xcconfig */,
  188. FD354C14BA617EF920BFC23E /* Pods-RunnerTests.release.xcconfig */,
  189. F22037C6F2DC502814A8D8C9 /* Pods-RunnerTests.profile.xcconfig */,
  190. );
  191. path = Pods;
  192. sourceTree = "<group>";
  193. };
  194. D73912EC22F37F3D000D13A0 /* Frameworks */ = {
  195. isa = PBXGroup;
  196. children = (
  197. F397D2CB6412D720D523E30C /* Pods_Runner.framework */,
  198. 0AC0DF046605705B6C85E2E2 /* Pods_RunnerTests.framework */,
  199. );
  200. name = Frameworks;
  201. sourceTree = "<group>";
  202. };
  203. /* End PBXGroup section */
  204. /* Begin PBXNativeTarget section */
  205. 331C80D4294CF70F00263BE5 /* RunnerTests */ = {
  206. isa = PBXNativeTarget;
  207. buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  208. buildPhases = (
  209. 7A2D0014670065F9251FB4DB /* [CP] Check Pods Manifest.lock */,
  210. 331C80D1294CF70F00263BE5 /* Sources */,
  211. 331C80D2294CF70F00263BE5 /* Frameworks */,
  212. 331C80D3294CF70F00263BE5 /* Resources */,
  213. );
  214. buildRules = (
  215. );
  216. dependencies = (
  217. 331C80DA294CF71000263BE5 /* PBXTargetDependency */,
  218. );
  219. name = RunnerTests;
  220. productName = RunnerTests;
  221. productReference = 331C80D5294CF71000263BE5 /* RunnerTests.xctest */;
  222. productType = "com.apple.product-type.bundle.unit-test";
  223. };
  224. 33CC10EC2044A3C60003C045 /* Runner */ = {
  225. isa = PBXNativeTarget;
  226. buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
  227. buildPhases = (
  228. 17FECAFA3E083E5817A9F837 /* [CP] Check Pods Manifest.lock */,
  229. 33CC10E92044A3C60003C045 /* Sources */,
  230. 33CC10EA2044A3C60003C045 /* Frameworks */,
  231. 33CC10EB2044A3C60003C045 /* Resources */,
  232. 33CC110E2044A8840003C045 /* Bundle Framework */,
  233. 3399D490228B24CF009A79C7 /* ShellScript */,
  234. 70F4AFEEA52D0C7EA8D89CC0 /* [CP] Embed Pods Frameworks */,
  235. );
  236. buildRules = (
  237. );
  238. dependencies = (
  239. 33CC11202044C79F0003C045 /* PBXTargetDependency */,
  240. );
  241. name = Runner;
  242. productName = Runner;
  243. productReference = 33CC10ED2044A3C60003C045 /* naiyouwl.app */;
  244. productType = "com.apple.product-type.application";
  245. };
  246. /* End PBXNativeTarget section */
  247. /* Begin PBXProject section */
  248. 33CC10E52044A3C60003C045 /* Project object */ = {
  249. isa = PBXProject;
  250. attributes = {
  251. LastSwiftUpdateCheck = 0920;
  252. LastUpgradeCheck = 1430;
  253. ORGANIZATIONNAME = "";
  254. TargetAttributes = {
  255. 331C80D4294CF70F00263BE5 = {
  256. CreatedOnToolsVersion = 14.0;
  257. TestTargetID = 33CC10EC2044A3C60003C045;
  258. };
  259. 33CC10EC2044A3C60003C045 = {
  260. CreatedOnToolsVersion = 9.2;
  261. LastSwiftMigration = 1100;
  262. ProvisioningStyle = Automatic;
  263. SystemCapabilities = {
  264. com.apple.Sandbox = {
  265. enabled = 1;
  266. };
  267. };
  268. };
  269. 33CC111A2044C6BA0003C045 = {
  270. CreatedOnToolsVersion = 9.2;
  271. ProvisioningStyle = Manual;
  272. };
  273. };
  274. };
  275. buildConfigurationList = 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */;
  276. compatibilityVersion = "Xcode 9.3";
  277. developmentRegion = en;
  278. hasScannedForEncodings = 0;
  279. knownRegions = (
  280. en,
  281. Base,
  282. );
  283. mainGroup = 33CC10E42044A3C60003C045;
  284. productRefGroup = 33CC10EE2044A3C60003C045 /* Products */;
  285. projectDirPath = "";
  286. projectRoot = "";
  287. targets = (
  288. 33CC10EC2044A3C60003C045 /* Runner */,
  289. 331C80D4294CF70F00263BE5 /* RunnerTests */,
  290. 33CC111A2044C6BA0003C045 /* Flutter Assemble */,
  291. );
  292. };
  293. /* End PBXProject section */
  294. /* Begin PBXResourcesBuildPhase section */
  295. 331C80D3294CF70F00263BE5 /* Resources */ = {
  296. isa = PBXResourcesBuildPhase;
  297. buildActionMask = 2147483647;
  298. files = (
  299. );
  300. runOnlyForDeploymentPostprocessing = 0;
  301. };
  302. 33CC10EB2044A3C60003C045 /* Resources */ = {
  303. isa = PBXResourcesBuildPhase;
  304. buildActionMask = 2147483647;
  305. files = (
  306. 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,
  307. 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */,
  308. );
  309. runOnlyForDeploymentPostprocessing = 0;
  310. };
  311. /* End PBXResourcesBuildPhase section */
  312. /* Begin PBXShellScriptBuildPhase section */
  313. 17FECAFA3E083E5817A9F837 /* [CP] Check Pods Manifest.lock */ = {
  314. isa = PBXShellScriptBuildPhase;
  315. buildActionMask = 2147483647;
  316. files = (
  317. );
  318. inputFileListPaths = (
  319. );
  320. inputPaths = (
  321. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  322. "${PODS_ROOT}/Manifest.lock",
  323. );
  324. name = "[CP] Check Pods Manifest.lock";
  325. outputFileListPaths = (
  326. );
  327. outputPaths = (
  328. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  329. );
  330. runOnlyForDeploymentPostprocessing = 0;
  331. shellPath = /bin/sh;
  332. 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";
  333. showEnvVarsInLog = 0;
  334. };
  335. 3399D490228B24CF009A79C7 /* ShellScript */ = {
  336. isa = PBXShellScriptBuildPhase;
  337. alwaysOutOfDate = 1;
  338. buildActionMask = 2147483647;
  339. files = (
  340. );
  341. inputFileListPaths = (
  342. );
  343. inputPaths = (
  344. );
  345. outputFileListPaths = (
  346. );
  347. outputPaths = (
  348. );
  349. runOnlyForDeploymentPostprocessing = 0;
  350. shellPath = /bin/sh;
  351. shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
  352. };
  353. 33CC111E2044C6BF0003C045 /* ShellScript */ = {
  354. isa = PBXShellScriptBuildPhase;
  355. buildActionMask = 2147483647;
  356. files = (
  357. );
  358. inputFileListPaths = (
  359. Flutter/ephemeral/FlutterInputs.xcfilelist,
  360. );
  361. inputPaths = (
  362. Flutter/ephemeral/tripwire,
  363. );
  364. outputFileListPaths = (
  365. Flutter/ephemeral/FlutterOutputs.xcfilelist,
  366. );
  367. outputPaths = (
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. shellPath = /bin/sh;
  371. shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
  372. };
  373. 70F4AFEEA52D0C7EA8D89CC0 /* [CP] Embed Pods Frameworks */ = {
  374. isa = PBXShellScriptBuildPhase;
  375. buildActionMask = 2147483647;
  376. files = (
  377. );
  378. inputFileListPaths = (
  379. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  380. );
  381. name = "[CP] Embed Pods Frameworks";
  382. outputFileListPaths = (
  383. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  384. );
  385. runOnlyForDeploymentPostprocessing = 0;
  386. shellPath = /bin/sh;
  387. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  388. showEnvVarsInLog = 0;
  389. };
  390. 7A2D0014670065F9251FB4DB /* [CP] Check Pods Manifest.lock */ = {
  391. isa = PBXShellScriptBuildPhase;
  392. buildActionMask = 2147483647;
  393. files = (
  394. );
  395. inputFileListPaths = (
  396. );
  397. inputPaths = (
  398. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  399. "${PODS_ROOT}/Manifest.lock",
  400. );
  401. name = "[CP] Check Pods Manifest.lock";
  402. outputFileListPaths = (
  403. );
  404. outputPaths = (
  405. "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
  406. );
  407. runOnlyForDeploymentPostprocessing = 0;
  408. shellPath = /bin/sh;
  409. 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";
  410. showEnvVarsInLog = 0;
  411. };
  412. /* End PBXShellScriptBuildPhase section */
  413. /* Begin PBXSourcesBuildPhase section */
  414. 331C80D1294CF70F00263BE5 /* Sources */ = {
  415. isa = PBXSourcesBuildPhase;
  416. buildActionMask = 2147483647;
  417. files = (
  418. 331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */,
  419. );
  420. runOnlyForDeploymentPostprocessing = 0;
  421. };
  422. 33CC10E92044A3C60003C045 /* Sources */ = {
  423. isa = PBXSourcesBuildPhase;
  424. buildActionMask = 2147483647;
  425. files = (
  426. 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */,
  427. 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */,
  428. 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */,
  429. );
  430. runOnlyForDeploymentPostprocessing = 0;
  431. };
  432. /* End PBXSourcesBuildPhase section */
  433. /* Begin PBXTargetDependency section */
  434. 331C80DA294CF71000263BE5 /* PBXTargetDependency */ = {
  435. isa = PBXTargetDependency;
  436. target = 33CC10EC2044A3C60003C045 /* Runner */;
  437. targetProxy = 331C80D9294CF71000263BE5 /* PBXContainerItemProxy */;
  438. };
  439. 33CC11202044C79F0003C045 /* PBXTargetDependency */ = {
  440. isa = PBXTargetDependency;
  441. target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;
  442. targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;
  443. };
  444. /* End PBXTargetDependency section */
  445. /* Begin PBXVariantGroup section */
  446. 33CC10F42044A3C60003C045 /* MainMenu.xib */ = {
  447. isa = PBXVariantGroup;
  448. children = (
  449. 33CC10F52044A3C60003C045 /* Base */,
  450. );
  451. name = MainMenu.xib;
  452. path = Runner;
  453. sourceTree = "<group>";
  454. };
  455. /* End PBXVariantGroup section */
  456. /* Begin XCBuildConfiguration section */
  457. 331C80DB294CF71000263BE5 /* Debug */ = {
  458. isa = XCBuildConfiguration;
  459. baseConfigurationReference = 177C0267F78B9E12DD172AD1 /* Pods-RunnerTests.debug.xcconfig */;
  460. buildSettings = {
  461. BUNDLE_LOADER = "$(TEST_HOST)";
  462. CURRENT_PROJECT_VERSION = 1;
  463. GENERATE_INFOPLIST_FILE = YES;
  464. MARKETING_VERSION = 1.0;
  465. PRODUCT_BUNDLE_IDENTIFIER = com.naiyou.wl.naiyouwl.RunnerTests;
  466. PRODUCT_NAME = "$(TARGET_NAME)";
  467. SWIFT_VERSION = 5.0;
  468. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/naiyouwl.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/naiyouwl";
  469. };
  470. name = Debug;
  471. };
  472. 331C80DC294CF71000263BE5 /* Release */ = {
  473. isa = XCBuildConfiguration;
  474. baseConfigurationReference = FD354C14BA617EF920BFC23E /* Pods-RunnerTests.release.xcconfig */;
  475. buildSettings = {
  476. BUNDLE_LOADER = "$(TEST_HOST)";
  477. CURRENT_PROJECT_VERSION = 1;
  478. GENERATE_INFOPLIST_FILE = YES;
  479. MARKETING_VERSION = 1.0;
  480. PRODUCT_BUNDLE_IDENTIFIER = com.naiyou.wl.naiyouwl.RunnerTests;
  481. PRODUCT_NAME = "$(TARGET_NAME)";
  482. SWIFT_VERSION = 5.0;
  483. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/naiyouwl.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/naiyouwl";
  484. };
  485. name = Release;
  486. };
  487. 331C80DD294CF71000263BE5 /* Profile */ = {
  488. isa = XCBuildConfiguration;
  489. baseConfigurationReference = F22037C6F2DC502814A8D8C9 /* Pods-RunnerTests.profile.xcconfig */;
  490. buildSettings = {
  491. BUNDLE_LOADER = "$(TEST_HOST)";
  492. CURRENT_PROJECT_VERSION = 1;
  493. GENERATE_INFOPLIST_FILE = YES;
  494. MARKETING_VERSION = 1.0;
  495. PRODUCT_BUNDLE_IDENTIFIER = com.naiyou.wl.naiyouwl.RunnerTests;
  496. PRODUCT_NAME = "$(TARGET_NAME)";
  497. SWIFT_VERSION = 5.0;
  498. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/naiyouwl.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/naiyouwl";
  499. };
  500. name = Profile;
  501. };
  502. 338D0CE9231458BD00FA5F75 /* Profile */ = {
  503. isa = XCBuildConfiguration;
  504. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  505. buildSettings = {
  506. ALWAYS_SEARCH_USER_PATHS = NO;
  507. CLANG_ANALYZER_NONNULL = YES;
  508. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  509. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  510. CLANG_CXX_LIBRARY = "libc++";
  511. CLANG_ENABLE_MODULES = YES;
  512. CLANG_ENABLE_OBJC_ARC = YES;
  513. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  514. CLANG_WARN_BOOL_CONVERSION = YES;
  515. CLANG_WARN_CONSTANT_CONVERSION = YES;
  516. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  517. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  518. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  519. CLANG_WARN_EMPTY_BODY = YES;
  520. CLANG_WARN_ENUM_CONVERSION = YES;
  521. CLANG_WARN_INFINITE_RECURSION = YES;
  522. CLANG_WARN_INT_CONVERSION = YES;
  523. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  524. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  525. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  526. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  527. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  528. CODE_SIGN_IDENTITY = "-";
  529. COPY_PHASE_STRIP = NO;
  530. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  531. ENABLE_NS_ASSERTIONS = NO;
  532. ENABLE_STRICT_OBJC_MSGSEND = YES;
  533. GCC_C_LANGUAGE_STANDARD = gnu11;
  534. GCC_NO_COMMON_BLOCKS = YES;
  535. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  536. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  537. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  538. GCC_WARN_UNUSED_FUNCTION = YES;
  539. GCC_WARN_UNUSED_VARIABLE = YES;
  540. MACOSX_DEPLOYMENT_TARGET = 10.14;
  541. MTL_ENABLE_DEBUG_INFO = NO;
  542. SDKROOT = macosx;
  543. SWIFT_COMPILATION_MODE = wholemodule;
  544. SWIFT_OPTIMIZATION_LEVEL = "-O";
  545. };
  546. name = Profile;
  547. };
  548. 338D0CEA231458BD00FA5F75 /* Profile */ = {
  549. isa = XCBuildConfiguration;
  550. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  551. buildSettings = {
  552. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  553. CLANG_ENABLE_MODULES = YES;
  554. CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  555. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
  556. CODE_SIGN_STYLE = Automatic;
  557. COMBINE_HIDPI_IMAGES = YES;
  558. INFOPLIST_FILE = Runner/Info.plist;
  559. LD_RUNPATH_SEARCH_PATHS = (
  560. "$(inherited)",
  561. "@executable_path/../Frameworks",
  562. ../core,
  563. );
  564. LIBRARY_SEARCH_PATHS = (
  565. "$(inherited)",
  566. "$(PROJECT_DIR)/Frameworks",
  567. ../core,
  568. );
  569. PROVISIONING_PROFILE_SPECIFIER = "";
  570. SWIFT_VERSION = 5.0;
  571. };
  572. name = Profile;
  573. };
  574. 338D0CEB231458BD00FA5F75 /* Profile */ = {
  575. isa = XCBuildConfiguration;
  576. buildSettings = {
  577. CODE_SIGN_STYLE = Manual;
  578. PRODUCT_NAME = "$(TARGET_NAME)";
  579. };
  580. name = Profile;
  581. };
  582. 33CC10F92044A3C60003C045 /* Debug */ = {
  583. isa = XCBuildConfiguration;
  584. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  585. buildSettings = {
  586. ALWAYS_SEARCH_USER_PATHS = NO;
  587. CLANG_ANALYZER_NONNULL = YES;
  588. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  589. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  590. CLANG_CXX_LIBRARY = "libc++";
  591. CLANG_ENABLE_MODULES = YES;
  592. CLANG_ENABLE_OBJC_ARC = YES;
  593. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  594. CLANG_WARN_BOOL_CONVERSION = YES;
  595. CLANG_WARN_CONSTANT_CONVERSION = YES;
  596. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  597. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  598. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  599. CLANG_WARN_EMPTY_BODY = YES;
  600. CLANG_WARN_ENUM_CONVERSION = YES;
  601. CLANG_WARN_INFINITE_RECURSION = YES;
  602. CLANG_WARN_INT_CONVERSION = YES;
  603. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  604. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  605. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  606. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  607. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  608. CODE_SIGN_IDENTITY = "-";
  609. COPY_PHASE_STRIP = NO;
  610. DEBUG_INFORMATION_FORMAT = dwarf;
  611. ENABLE_STRICT_OBJC_MSGSEND = YES;
  612. ENABLE_TESTABILITY = YES;
  613. GCC_C_LANGUAGE_STANDARD = gnu11;
  614. GCC_DYNAMIC_NO_PIC = NO;
  615. GCC_NO_COMMON_BLOCKS = YES;
  616. GCC_OPTIMIZATION_LEVEL = 0;
  617. GCC_PREPROCESSOR_DEFINITIONS = (
  618. "DEBUG=1",
  619. "$(inherited)",
  620. );
  621. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  622. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  623. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  624. GCC_WARN_UNUSED_FUNCTION = YES;
  625. GCC_WARN_UNUSED_VARIABLE = YES;
  626. MACOSX_DEPLOYMENT_TARGET = 10.14;
  627. MTL_ENABLE_DEBUG_INFO = YES;
  628. ONLY_ACTIVE_ARCH = YES;
  629. SDKROOT = macosx;
  630. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  631. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  632. };
  633. name = Debug;
  634. };
  635. 33CC10FA2044A3C60003C045 /* Release */ = {
  636. isa = XCBuildConfiguration;
  637. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  638. buildSettings = {
  639. ALWAYS_SEARCH_USER_PATHS = NO;
  640. CLANG_ANALYZER_NONNULL = YES;
  641. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  642. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  643. CLANG_CXX_LIBRARY = "libc++";
  644. CLANG_ENABLE_MODULES = YES;
  645. CLANG_ENABLE_OBJC_ARC = YES;
  646. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  647. CLANG_WARN_BOOL_CONVERSION = YES;
  648. CLANG_WARN_CONSTANT_CONVERSION = YES;
  649. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  650. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  651. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  652. CLANG_WARN_EMPTY_BODY = YES;
  653. CLANG_WARN_ENUM_CONVERSION = YES;
  654. CLANG_WARN_INFINITE_RECURSION = YES;
  655. CLANG_WARN_INT_CONVERSION = YES;
  656. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  657. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  658. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  659. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  660. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  661. CODE_SIGN_IDENTITY = "-";
  662. COPY_PHASE_STRIP = NO;
  663. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  664. ENABLE_NS_ASSERTIONS = NO;
  665. ENABLE_STRICT_OBJC_MSGSEND = YES;
  666. GCC_C_LANGUAGE_STANDARD = gnu11;
  667. GCC_NO_COMMON_BLOCKS = YES;
  668. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  669. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  670. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  671. GCC_WARN_UNUSED_FUNCTION = YES;
  672. GCC_WARN_UNUSED_VARIABLE = YES;
  673. MACOSX_DEPLOYMENT_TARGET = 10.14;
  674. MTL_ENABLE_DEBUG_INFO = NO;
  675. SDKROOT = macosx;
  676. SWIFT_COMPILATION_MODE = wholemodule;
  677. SWIFT_OPTIMIZATION_LEVEL = "-O";
  678. };
  679. name = Release;
  680. };
  681. 33CC10FC2044A3C60003C045 /* Debug */ = {
  682. isa = XCBuildConfiguration;
  683. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  684. buildSettings = {
  685. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  686. CLANG_ENABLE_MODULES = YES;
  687. CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  688. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
  689. CODE_SIGN_STYLE = Automatic;
  690. COMBINE_HIDPI_IMAGES = YES;
  691. INFOPLIST_FILE = Runner/Info.plist;
  692. LD_RUNPATH_SEARCH_PATHS = (
  693. "$(inherited)",
  694. "@executable_path/../Frameworks",
  695. ../core,
  696. );
  697. LIBRARY_SEARCH_PATHS = (
  698. "$(inherited)",
  699. "$(PROJECT_DIR)/Frameworks",
  700. ../core,
  701. );
  702. PROVISIONING_PROFILE_SPECIFIER = "";
  703. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  704. SWIFT_VERSION = 5.0;
  705. };
  706. name = Debug;
  707. };
  708. 33CC10FD2044A3C60003C045 /* Release */ = {
  709. isa = XCBuildConfiguration;
  710. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  711. buildSettings = {
  712. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  713. CLANG_ENABLE_MODULES = YES;
  714. CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
  715. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
  716. CODE_SIGN_STYLE = Automatic;
  717. COMBINE_HIDPI_IMAGES = YES;
  718. INFOPLIST_FILE = Runner/Info.plist;
  719. LD_RUNPATH_SEARCH_PATHS = (
  720. "$(inherited)",
  721. "@executable_path/../Frameworks",
  722. ../core,
  723. );
  724. LIBRARY_SEARCH_PATHS = (
  725. "$(inherited)",
  726. "$(PROJECT_DIR)/Frameworks",
  727. ../core,
  728. );
  729. PROVISIONING_PROFILE_SPECIFIER = "";
  730. SWIFT_VERSION = 5.0;
  731. };
  732. name = Release;
  733. };
  734. 33CC111C2044C6BA0003C045 /* Debug */ = {
  735. isa = XCBuildConfiguration;
  736. buildSettings = {
  737. CODE_SIGN_STYLE = Manual;
  738. PRODUCT_NAME = "$(TARGET_NAME)";
  739. };
  740. name = Debug;
  741. };
  742. 33CC111D2044C6BA0003C045 /* Release */ = {
  743. isa = XCBuildConfiguration;
  744. buildSettings = {
  745. CODE_SIGN_STYLE = Automatic;
  746. PRODUCT_NAME = "$(TARGET_NAME)";
  747. };
  748. name = Release;
  749. };
  750. /* End XCBuildConfiguration section */
  751. /* Begin XCConfigurationList section */
  752. 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  753. isa = XCConfigurationList;
  754. buildConfigurations = (
  755. 331C80DB294CF71000263BE5 /* Debug */,
  756. 331C80DC294CF71000263BE5 /* Release */,
  757. 331C80DD294CF71000263BE5 /* Profile */,
  758. );
  759. defaultConfigurationIsVisible = 0;
  760. defaultConfigurationName = Release;
  761. };
  762. 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */ = {
  763. isa = XCConfigurationList;
  764. buildConfigurations = (
  765. 33CC10F92044A3C60003C045 /* Debug */,
  766. 33CC10FA2044A3C60003C045 /* Release */,
  767. 338D0CE9231458BD00FA5F75 /* Profile */,
  768. );
  769. defaultConfigurationIsVisible = 0;
  770. defaultConfigurationName = Release;
  771. };
  772. 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */ = {
  773. isa = XCConfigurationList;
  774. buildConfigurations = (
  775. 33CC10FC2044A3C60003C045 /* Debug */,
  776. 33CC10FD2044A3C60003C045 /* Release */,
  777. 338D0CEA231458BD00FA5F75 /* Profile */,
  778. );
  779. defaultConfigurationIsVisible = 0;
  780. defaultConfigurationName = Release;
  781. };
  782. 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */ = {
  783. isa = XCConfigurationList;
  784. buildConfigurations = (
  785. 33CC111C2044C6BA0003C045 /* Debug */,
  786. 33CC111D2044C6BA0003C045 /* Release */,
  787. 338D0CEB231458BD00FA5F75 /* Profile */,
  788. );
  789. defaultConfigurationIsVisible = 0;
  790. defaultConfigurationName = Release;
  791. };
  792. /* End XCConfigurationList section */
  793. };
  794. rootObject = 33CC10E52044A3C60003C045 /* Project object */;
  795. }