Ingen beskrivning

project.pbxproj 32KB

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