project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  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. 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };
  23. 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };
  24. 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
  25. 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
  26. 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXContainerItemProxy section */
  29. 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = 33CC10E52044A3C60003C045 /* Project object */;
  32. proxyType = 1;
  33. remoteGlobalIDString = 33CC111A2044C6BA0003C045;
  34. remoteInfo = FLX;
  35. };
  36. /* End PBXContainerItemProxy section */
  37. /* Begin PBXCopyFilesBuildPhase section */
  38. 33CC110E2044A8840003C045 /* Bundle Framework */ = {
  39. isa = PBXCopyFilesBuildPhase;
  40. buildActionMask = 2147483647;
  41. dstPath = "";
  42. dstSubfolderSpec = 10;
  43. files = (
  44. );
  45. name = "Bundle Framework";
  46. runOnlyForDeploymentPostprocessing = 0;
  47. };
  48. /* End PBXCopyFilesBuildPhase section */
  49. /* Begin PBXFileReference section */
  50. 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
  51. 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
  52. 33CC10ED2044A3C60003C045 /* the_paint.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "the_paint.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  54. 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
  55. 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  56. 33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = "<group>"; };
  57. 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = "<group>"; };
  58. 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Debug.xcconfig"; sourceTree = "<group>"; };
  59. 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Release.xcconfig"; sourceTree = "<group>"; };
  60. 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "Flutter-Generated.xcconfig"; path = "ephemeral/Flutter-Generated.xcconfig"; sourceTree = "<group>"; };
  61. 33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
  62. 33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
  63. 33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
  64. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
  65. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. 33CC10EA2044A3C60003C045 /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. /* End PBXFrameworksBuildPhase section */
  76. /* Begin PBXGroup section */
  77. 33BA886A226E78AF003329D5 /* Configs */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 33E5194F232828860026EE4D /* AppInfo.xcconfig */,
  81. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  82. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  83. 333000ED22D3DE5D00554162 /* Warnings.xcconfig */,
  84. );
  85. path = Configs;
  86. sourceTree = "<group>";
  87. };
  88. 33CC10E42044A3C60003C045 = {
  89. isa = PBXGroup;
  90. children = (
  91. 33FAB671232836740065AC1E /* Runner */,
  92. 33CEB47122A05771004F2AC0 /* Flutter */,
  93. 33CC10EE2044A3C60003C045 /* Products */,
  94. D73912EC22F37F3D000D13A0 /* Frameworks */,
  95. );
  96. sourceTree = "<group>";
  97. };
  98. 33CC10EE2044A3C60003C045 /* Products */ = {
  99. isa = PBXGroup;
  100. children = (
  101. 33CC10ED2044A3C60003C045 /* the_paint.app */,
  102. );
  103. name = Products;
  104. sourceTree = "<group>";
  105. };
  106. 33CC11242044D66E0003C045 /* Resources */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 33CC10F22044A3C60003C045 /* Assets.xcassets */,
  110. 33CC10F42044A3C60003C045 /* MainMenu.xib */,
  111. 33CC10F72044A3C60003C045 /* Info.plist */,
  112. );
  113. name = Resources;
  114. path = ..;
  115. sourceTree = "<group>";
  116. };
  117. 33CEB47122A05771004F2AC0 /* Flutter */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */,
  121. 33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */,
  122. 33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */,
  123. 33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */,
  124. );
  125. path = Flutter;
  126. sourceTree = "<group>";
  127. };
  128. 33FAB671232836740065AC1E /* Runner */ = {
  129. isa = PBXGroup;
  130. children = (
  131. 33CC10F02044A3C60003C045 /* AppDelegate.swift */,
  132. 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */,
  133. 33E51913231747F40026EE4D /* DebugProfile.entitlements */,
  134. 33E51914231749380026EE4D /* Release.entitlements */,
  135. 33CC11242044D66E0003C045 /* Resources */,
  136. 33BA886A226E78AF003329D5 /* Configs */,
  137. );
  138. path = Runner;
  139. sourceTree = "<group>";
  140. };
  141. D73912EC22F37F3D000D13A0 /* Frameworks */ = {
  142. isa = PBXGroup;
  143. children = (
  144. );
  145. name = Frameworks;
  146. sourceTree = "<group>";
  147. };
  148. /* End PBXGroup section */
  149. /* Begin PBXNativeTarget section */
  150. 33CC10EC2044A3C60003C045 /* Runner */ = {
  151. isa = PBXNativeTarget;
  152. buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
  153. buildPhases = (
  154. 33CC10E92044A3C60003C045 /* Sources */,
  155. 33CC10EA2044A3C60003C045 /* Frameworks */,
  156. 33CC10EB2044A3C60003C045 /* Resources */,
  157. 33CC110E2044A8840003C045 /* Bundle Framework */,
  158. 3399D490228B24CF009A79C7 /* ShellScript */,
  159. );
  160. buildRules = (
  161. );
  162. dependencies = (
  163. 33CC11202044C79F0003C045 /* PBXTargetDependency */,
  164. );
  165. name = Runner;
  166. productName = Runner;
  167. productReference = 33CC10ED2044A3C60003C045 /* the_paint.app */;
  168. productType = "com.apple.product-type.application";
  169. };
  170. /* End PBXNativeTarget section */
  171. /* Begin PBXProject section */
  172. 33CC10E52044A3C60003C045 /* Project object */ = {
  173. isa = PBXProject;
  174. attributes = {
  175. LastSwiftUpdateCheck = 0920;
  176. LastUpgradeCheck = 1300;
  177. ORGANIZATIONNAME = "";
  178. TargetAttributes = {
  179. 33CC10EC2044A3C60003C045 = {
  180. CreatedOnToolsVersion = 9.2;
  181. LastSwiftMigration = 1100;
  182. ProvisioningStyle = Automatic;
  183. SystemCapabilities = {
  184. com.apple.Sandbox = {
  185. enabled = 1;
  186. };
  187. };
  188. };
  189. 33CC111A2044C6BA0003C045 = {
  190. CreatedOnToolsVersion = 9.2;
  191. ProvisioningStyle = Manual;
  192. };
  193. };
  194. };
  195. buildConfigurationList = 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */;
  196. compatibilityVersion = "Xcode 9.3";
  197. developmentRegion = en;
  198. hasScannedForEncodings = 0;
  199. knownRegions = (
  200. en,
  201. Base,
  202. );
  203. mainGroup = 33CC10E42044A3C60003C045;
  204. productRefGroup = 33CC10EE2044A3C60003C045 /* Products */;
  205. projectDirPath = "";
  206. projectRoot = "";
  207. targets = (
  208. 33CC10EC2044A3C60003C045 /* Runner */,
  209. 33CC111A2044C6BA0003C045 /* Flutter Assemble */,
  210. );
  211. };
  212. /* End PBXProject section */
  213. /* Begin PBXResourcesBuildPhase section */
  214. 33CC10EB2044A3C60003C045 /* Resources */ = {
  215. isa = PBXResourcesBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. 33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,
  219. 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXResourcesBuildPhase section */
  224. /* Begin PBXShellScriptBuildPhase section */
  225. 3399D490228B24CF009A79C7 /* ShellScript */ = {
  226. isa = PBXShellScriptBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. );
  230. inputFileListPaths = (
  231. );
  232. inputPaths = (
  233. );
  234. outputFileListPaths = (
  235. );
  236. outputPaths = (
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. shellPath = /bin/sh;
  240. shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
  241. };
  242. 33CC111E2044C6BF0003C045 /* ShellScript */ = {
  243. isa = PBXShellScriptBuildPhase;
  244. buildActionMask = 2147483647;
  245. files = (
  246. );
  247. inputFileListPaths = (
  248. Flutter/ephemeral/FlutterInputs.xcfilelist,
  249. );
  250. inputPaths = (
  251. Flutter/ephemeral/tripwire,
  252. );
  253. outputFileListPaths = (
  254. Flutter/ephemeral/FlutterOutputs.xcfilelist,
  255. );
  256. outputPaths = (
  257. );
  258. runOnlyForDeploymentPostprocessing = 0;
  259. shellPath = /bin/sh;
  260. shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
  261. };
  262. /* End PBXShellScriptBuildPhase section */
  263. /* Begin PBXSourcesBuildPhase section */
  264. 33CC10E92044A3C60003C045 /* Sources */ = {
  265. isa = PBXSourcesBuildPhase;
  266. buildActionMask = 2147483647;
  267. files = (
  268. 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */,
  269. 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */,
  270. 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */,
  271. );
  272. runOnlyForDeploymentPostprocessing = 0;
  273. };
  274. /* End PBXSourcesBuildPhase section */
  275. /* Begin PBXTargetDependency section */
  276. 33CC11202044C79F0003C045 /* PBXTargetDependency */ = {
  277. isa = PBXTargetDependency;
  278. target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;
  279. targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;
  280. };
  281. /* End PBXTargetDependency section */
  282. /* Begin PBXVariantGroup section */
  283. 33CC10F42044A3C60003C045 /* MainMenu.xib */ = {
  284. isa = PBXVariantGroup;
  285. children = (
  286. 33CC10F52044A3C60003C045 /* Base */,
  287. );
  288. name = MainMenu.xib;
  289. path = Runner;
  290. sourceTree = "<group>";
  291. };
  292. /* End PBXVariantGroup section */
  293. /* Begin XCBuildConfiguration section */
  294. 338D0CE9231458BD00FA5F75 /* Profile */ = {
  295. isa = XCBuildConfiguration;
  296. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  297. buildSettings = {
  298. ALWAYS_SEARCH_USER_PATHS = NO;
  299. CLANG_ANALYZER_NONNULL = YES;
  300. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  301. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  302. CLANG_CXX_LIBRARY = "libc++";
  303. CLANG_ENABLE_MODULES = YES;
  304. CLANG_ENABLE_OBJC_ARC = YES;
  305. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_CONSTANT_CONVERSION = YES;
  308. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  309. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  310. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  311. CLANG_WARN_EMPTY_BODY = YES;
  312. CLANG_WARN_ENUM_CONVERSION = YES;
  313. CLANG_WARN_INFINITE_RECURSION = YES;
  314. CLANG_WARN_INT_CONVERSION = YES;
  315. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  317. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  318. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  319. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  320. CODE_SIGN_IDENTITY = "-";
  321. COPY_PHASE_STRIP = NO;
  322. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  323. ENABLE_NS_ASSERTIONS = NO;
  324. ENABLE_STRICT_OBJC_MSGSEND = YES;
  325. GCC_C_LANGUAGE_STANDARD = gnu11;
  326. GCC_NO_COMMON_BLOCKS = YES;
  327. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  328. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  329. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  330. GCC_WARN_UNUSED_FUNCTION = YES;
  331. GCC_WARN_UNUSED_VARIABLE = YES;
  332. MACOSX_DEPLOYMENT_TARGET = 10.11;
  333. MTL_ENABLE_DEBUG_INFO = NO;
  334. SDKROOT = macosx;
  335. SWIFT_COMPILATION_MODE = wholemodule;
  336. SWIFT_OPTIMIZATION_LEVEL = "-O";
  337. };
  338. name = Profile;
  339. };
  340. 338D0CEA231458BD00FA5F75 /* Profile */ = {
  341. isa = XCBuildConfiguration;
  342. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  343. buildSettings = {
  344. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  345. CLANG_ENABLE_MODULES = YES;
  346. CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  347. CODE_SIGN_STYLE = Automatic;
  348. COMBINE_HIDPI_IMAGES = YES;
  349. INFOPLIST_FILE = Runner/Info.plist;
  350. LD_RUNPATH_SEARCH_PATHS = (
  351. "$(inherited)",
  352. "@executable_path/../Frameworks",
  353. );
  354. PROVISIONING_PROFILE_SPECIFIER = "";
  355. SWIFT_VERSION = 5.0;
  356. };
  357. name = Profile;
  358. };
  359. 338D0CEB231458BD00FA5F75 /* Profile */ = {
  360. isa = XCBuildConfiguration;
  361. buildSettings = {
  362. CODE_SIGN_STYLE = Manual;
  363. PRODUCT_NAME = "$(TARGET_NAME)";
  364. };
  365. name = Profile;
  366. };
  367. 33CC10F92044A3C60003C045 /* Debug */ = {
  368. isa = XCBuildConfiguration;
  369. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  370. buildSettings = {
  371. ALWAYS_SEARCH_USER_PATHS = NO;
  372. CLANG_ANALYZER_NONNULL = YES;
  373. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  374. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  375. CLANG_CXX_LIBRARY = "libc++";
  376. CLANG_ENABLE_MODULES = YES;
  377. CLANG_ENABLE_OBJC_ARC = YES;
  378. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  379. CLANG_WARN_BOOL_CONVERSION = YES;
  380. CLANG_WARN_CONSTANT_CONVERSION = YES;
  381. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  382. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  383. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  384. CLANG_WARN_EMPTY_BODY = YES;
  385. CLANG_WARN_ENUM_CONVERSION = YES;
  386. CLANG_WARN_INFINITE_RECURSION = YES;
  387. CLANG_WARN_INT_CONVERSION = YES;
  388. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  389. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  390. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  391. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  392. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  393. CODE_SIGN_IDENTITY = "-";
  394. COPY_PHASE_STRIP = NO;
  395. DEBUG_INFORMATION_FORMAT = dwarf;
  396. ENABLE_STRICT_OBJC_MSGSEND = YES;
  397. ENABLE_TESTABILITY = YES;
  398. GCC_C_LANGUAGE_STANDARD = gnu11;
  399. GCC_DYNAMIC_NO_PIC = NO;
  400. GCC_NO_COMMON_BLOCKS = YES;
  401. GCC_OPTIMIZATION_LEVEL = 0;
  402. GCC_PREPROCESSOR_DEFINITIONS = (
  403. "DEBUG=1",
  404. "$(inherited)",
  405. );
  406. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  407. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  408. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  409. GCC_WARN_UNUSED_FUNCTION = YES;
  410. GCC_WARN_UNUSED_VARIABLE = YES;
  411. MACOSX_DEPLOYMENT_TARGET = 10.11;
  412. MTL_ENABLE_DEBUG_INFO = YES;
  413. ONLY_ACTIVE_ARCH = YES;
  414. SDKROOT = macosx;
  415. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  416. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  417. };
  418. name = Debug;
  419. };
  420. 33CC10FA2044A3C60003C045 /* Release */ = {
  421. isa = XCBuildConfiguration;
  422. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  423. buildSettings = {
  424. ALWAYS_SEARCH_USER_PATHS = NO;
  425. CLANG_ANALYZER_NONNULL = YES;
  426. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  427. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  428. CLANG_CXX_LIBRARY = "libc++";
  429. CLANG_ENABLE_MODULES = YES;
  430. CLANG_ENABLE_OBJC_ARC = YES;
  431. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  432. CLANG_WARN_BOOL_CONVERSION = YES;
  433. CLANG_WARN_CONSTANT_CONVERSION = YES;
  434. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  435. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  436. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  437. CLANG_WARN_EMPTY_BODY = YES;
  438. CLANG_WARN_ENUM_CONVERSION = YES;
  439. CLANG_WARN_INFINITE_RECURSION = YES;
  440. CLANG_WARN_INT_CONVERSION = YES;
  441. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  442. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  443. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  444. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  445. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  446. CODE_SIGN_IDENTITY = "-";
  447. COPY_PHASE_STRIP = NO;
  448. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  449. ENABLE_NS_ASSERTIONS = NO;
  450. ENABLE_STRICT_OBJC_MSGSEND = YES;
  451. GCC_C_LANGUAGE_STANDARD = gnu11;
  452. GCC_NO_COMMON_BLOCKS = YES;
  453. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  454. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  455. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  456. GCC_WARN_UNUSED_FUNCTION = YES;
  457. GCC_WARN_UNUSED_VARIABLE = YES;
  458. MACOSX_DEPLOYMENT_TARGET = 10.11;
  459. MTL_ENABLE_DEBUG_INFO = NO;
  460. SDKROOT = macosx;
  461. SWIFT_COMPILATION_MODE = wholemodule;
  462. SWIFT_OPTIMIZATION_LEVEL = "-O";
  463. };
  464. name = Release;
  465. };
  466. 33CC10FC2044A3C60003C045 /* Debug */ = {
  467. isa = XCBuildConfiguration;
  468. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  469. buildSettings = {
  470. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  471. CLANG_ENABLE_MODULES = YES;
  472. CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  473. CODE_SIGN_STYLE = Automatic;
  474. COMBINE_HIDPI_IMAGES = YES;
  475. INFOPLIST_FILE = Runner/Info.plist;
  476. LD_RUNPATH_SEARCH_PATHS = (
  477. "$(inherited)",
  478. "@executable_path/../Frameworks",
  479. );
  480. PROVISIONING_PROFILE_SPECIFIER = "";
  481. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  482. SWIFT_VERSION = 5.0;
  483. };
  484. name = Debug;
  485. };
  486. 33CC10FD2044A3C60003C045 /* Release */ = {
  487. isa = XCBuildConfiguration;
  488. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  489. buildSettings = {
  490. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  491. CLANG_ENABLE_MODULES = YES;
  492. CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
  493. CODE_SIGN_STYLE = Automatic;
  494. COMBINE_HIDPI_IMAGES = YES;
  495. INFOPLIST_FILE = Runner/Info.plist;
  496. LD_RUNPATH_SEARCH_PATHS = (
  497. "$(inherited)",
  498. "@executable_path/../Frameworks",
  499. );
  500. PROVISIONING_PROFILE_SPECIFIER = "";
  501. SWIFT_VERSION = 5.0;
  502. };
  503. name = Release;
  504. };
  505. 33CC111C2044C6BA0003C045 /* Debug */ = {
  506. isa = XCBuildConfiguration;
  507. buildSettings = {
  508. CODE_SIGN_STYLE = Manual;
  509. PRODUCT_NAME = "$(TARGET_NAME)";
  510. };
  511. name = Debug;
  512. };
  513. 33CC111D2044C6BA0003C045 /* Release */ = {
  514. isa = XCBuildConfiguration;
  515. buildSettings = {
  516. CODE_SIGN_STYLE = Automatic;
  517. PRODUCT_NAME = "$(TARGET_NAME)";
  518. };
  519. name = Release;
  520. };
  521. /* End XCBuildConfiguration section */
  522. /* Begin XCConfigurationList section */
  523. 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */ = {
  524. isa = XCConfigurationList;
  525. buildConfigurations = (
  526. 33CC10F92044A3C60003C045 /* Debug */,
  527. 33CC10FA2044A3C60003C045 /* Release */,
  528. 338D0CE9231458BD00FA5F75 /* Profile */,
  529. );
  530. defaultConfigurationIsVisible = 0;
  531. defaultConfigurationName = Release;
  532. };
  533. 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */ = {
  534. isa = XCConfigurationList;
  535. buildConfigurations = (
  536. 33CC10FC2044A3C60003C045 /* Debug */,
  537. 33CC10FD2044A3C60003C045 /* Release */,
  538. 338D0CEA231458BD00FA5F75 /* Profile */,
  539. );
  540. defaultConfigurationIsVisible = 0;
  541. defaultConfigurationName = Release;
  542. };
  543. 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */ = {
  544. isa = XCConfigurationList;
  545. buildConfigurations = (
  546. 33CC111C2044C6BA0003C045 /* Debug */,
  547. 33CC111D2044C6BA0003C045 /* Release */,
  548. 338D0CEB231458BD00FA5F75 /* Profile */,
  549. );
  550. defaultConfigurationIsVisible = 0;
  551. defaultConfigurationName = Release;
  552. };
  553. /* End XCConfigurationList section */
  554. };
  555. rootObject = 33CC10E52044A3C60003C045 /* Project object */;
  556. }