project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  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. 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 /* flutter_chinese_chees.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "flutter_chinese_chees.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 /* flutter_chinese_chees.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 /* flutter_chinese_chees.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. alwaysOutOfDate = 1;
  228. buildActionMask = 2147483647;
  229. files = (
  230. );
  231. inputFileListPaths = (
  232. );
  233. inputPaths = (
  234. );
  235. outputFileListPaths = (
  236. );
  237. outputPaths = (
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. shellPath = /bin/sh;
  241. shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
  242. };
  243. 33CC111E2044C6BF0003C045 /* ShellScript */ = {
  244. isa = PBXShellScriptBuildPhase;
  245. buildActionMask = 2147483647;
  246. files = (
  247. );
  248. inputFileListPaths = (
  249. Flutter/ephemeral/FlutterInputs.xcfilelist,
  250. );
  251. inputPaths = (
  252. Flutter/ephemeral/tripwire,
  253. );
  254. outputFileListPaths = (
  255. Flutter/ephemeral/FlutterOutputs.xcfilelist,
  256. );
  257. outputPaths = (
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. shellPath = /bin/sh;
  261. shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
  262. };
  263. /* End PBXShellScriptBuildPhase section */
  264. /* Begin PBXSourcesBuildPhase section */
  265. 33CC10E92044A3C60003C045 /* Sources */ = {
  266. isa = PBXSourcesBuildPhase;
  267. buildActionMask = 2147483647;
  268. files = (
  269. 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */,
  270. 33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */,
  271. 335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */,
  272. );
  273. runOnlyForDeploymentPostprocessing = 0;
  274. };
  275. /* End PBXSourcesBuildPhase section */
  276. /* Begin PBXTargetDependency section */
  277. 33CC11202044C79F0003C045 /* PBXTargetDependency */ = {
  278. isa = PBXTargetDependency;
  279. target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;
  280. targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;
  281. };
  282. /* End PBXTargetDependency section */
  283. /* Begin PBXVariantGroup section */
  284. 33CC10F42044A3C60003C045 /* MainMenu.xib */ = {
  285. isa = PBXVariantGroup;
  286. children = (
  287. 33CC10F52044A3C60003C045 /* Base */,
  288. );
  289. name = MainMenu.xib;
  290. path = Runner;
  291. sourceTree = "<group>";
  292. };
  293. /* End PBXVariantGroup section */
  294. /* Begin XCBuildConfiguration section */
  295. 338D0CE9231458BD00FA5F75 /* Profile */ = {
  296. isa = XCBuildConfiguration;
  297. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  298. buildSettings = {
  299. ALWAYS_SEARCH_USER_PATHS = NO;
  300. CLANG_ANALYZER_NONNULL = YES;
  301. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  302. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  303. CLANG_CXX_LIBRARY = "libc++";
  304. CLANG_ENABLE_MODULES = YES;
  305. CLANG_ENABLE_OBJC_ARC = YES;
  306. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  307. CLANG_WARN_BOOL_CONVERSION = YES;
  308. CLANG_WARN_CONSTANT_CONVERSION = YES;
  309. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  310. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  311. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  312. CLANG_WARN_EMPTY_BODY = YES;
  313. CLANG_WARN_ENUM_CONVERSION = YES;
  314. CLANG_WARN_INFINITE_RECURSION = YES;
  315. CLANG_WARN_INT_CONVERSION = YES;
  316. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  317. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  318. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  319. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  320. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  321. CODE_SIGN_IDENTITY = "-";
  322. COPY_PHASE_STRIP = NO;
  323. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  324. ENABLE_NS_ASSERTIONS = NO;
  325. ENABLE_STRICT_OBJC_MSGSEND = YES;
  326. GCC_C_LANGUAGE_STANDARD = gnu11;
  327. GCC_NO_COMMON_BLOCKS = YES;
  328. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  329. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  330. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  331. GCC_WARN_UNUSED_FUNCTION = YES;
  332. GCC_WARN_UNUSED_VARIABLE = YES;
  333. MACOSX_DEPLOYMENT_TARGET = 10.14;
  334. MTL_ENABLE_DEBUG_INFO = NO;
  335. SDKROOT = macosx;
  336. SWIFT_COMPILATION_MODE = wholemodule;
  337. SWIFT_OPTIMIZATION_LEVEL = "-O";
  338. };
  339. name = Profile;
  340. };
  341. 338D0CEA231458BD00FA5F75 /* Profile */ = {
  342. isa = XCBuildConfiguration;
  343. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  344. buildSettings = {
  345. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  346. CLANG_ENABLE_MODULES = YES;
  347. CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  348. CODE_SIGN_STYLE = Automatic;
  349. COMBINE_HIDPI_IMAGES = YES;
  350. INFOPLIST_FILE = Runner/Info.plist;
  351. LD_RUNPATH_SEARCH_PATHS = (
  352. "$(inherited)",
  353. "@executable_path/../Frameworks",
  354. );
  355. PROVISIONING_PROFILE_SPECIFIER = "";
  356. SWIFT_VERSION = 5.0;
  357. };
  358. name = Profile;
  359. };
  360. 338D0CEB231458BD00FA5F75 /* Profile */ = {
  361. isa = XCBuildConfiguration;
  362. buildSettings = {
  363. CODE_SIGN_STYLE = Manual;
  364. PRODUCT_NAME = "$(TARGET_NAME)";
  365. };
  366. name = Profile;
  367. };
  368. 33CC10F92044A3C60003C045 /* Debug */ = {
  369. isa = XCBuildConfiguration;
  370. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  371. buildSettings = {
  372. ALWAYS_SEARCH_USER_PATHS = NO;
  373. CLANG_ANALYZER_NONNULL = YES;
  374. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  375. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  376. CLANG_CXX_LIBRARY = "libc++";
  377. CLANG_ENABLE_MODULES = YES;
  378. CLANG_ENABLE_OBJC_ARC = YES;
  379. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  380. CLANG_WARN_BOOL_CONVERSION = YES;
  381. CLANG_WARN_CONSTANT_CONVERSION = YES;
  382. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  383. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  384. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  385. CLANG_WARN_EMPTY_BODY = YES;
  386. CLANG_WARN_ENUM_CONVERSION = YES;
  387. CLANG_WARN_INFINITE_RECURSION = YES;
  388. CLANG_WARN_INT_CONVERSION = YES;
  389. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  390. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  391. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  392. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  393. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  394. CODE_SIGN_IDENTITY = "-";
  395. COPY_PHASE_STRIP = NO;
  396. DEBUG_INFORMATION_FORMAT = dwarf;
  397. ENABLE_STRICT_OBJC_MSGSEND = YES;
  398. ENABLE_TESTABILITY = YES;
  399. GCC_C_LANGUAGE_STANDARD = gnu11;
  400. GCC_DYNAMIC_NO_PIC = NO;
  401. GCC_NO_COMMON_BLOCKS = YES;
  402. GCC_OPTIMIZATION_LEVEL = 0;
  403. GCC_PREPROCESSOR_DEFINITIONS = (
  404. "DEBUG=1",
  405. "$(inherited)",
  406. );
  407. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  408. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  409. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  410. GCC_WARN_UNUSED_FUNCTION = YES;
  411. GCC_WARN_UNUSED_VARIABLE = YES;
  412. MACOSX_DEPLOYMENT_TARGET = 10.14;
  413. MTL_ENABLE_DEBUG_INFO = YES;
  414. ONLY_ACTIVE_ARCH = YES;
  415. SDKROOT = macosx;
  416. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  417. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  418. };
  419. name = Debug;
  420. };
  421. 33CC10FA2044A3C60003C045 /* Release */ = {
  422. isa = XCBuildConfiguration;
  423. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  424. buildSettings = {
  425. ALWAYS_SEARCH_USER_PATHS = NO;
  426. CLANG_ANALYZER_NONNULL = YES;
  427. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  428. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  429. CLANG_CXX_LIBRARY = "libc++";
  430. CLANG_ENABLE_MODULES = YES;
  431. CLANG_ENABLE_OBJC_ARC = YES;
  432. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  433. CLANG_WARN_BOOL_CONVERSION = YES;
  434. CLANG_WARN_CONSTANT_CONVERSION = YES;
  435. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  436. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  437. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  438. CLANG_WARN_EMPTY_BODY = YES;
  439. CLANG_WARN_ENUM_CONVERSION = YES;
  440. CLANG_WARN_INFINITE_RECURSION = YES;
  441. CLANG_WARN_INT_CONVERSION = YES;
  442. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  443. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  444. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  445. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  446. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  447. CODE_SIGN_IDENTITY = "-";
  448. COPY_PHASE_STRIP = NO;
  449. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  450. ENABLE_NS_ASSERTIONS = NO;
  451. ENABLE_STRICT_OBJC_MSGSEND = YES;
  452. GCC_C_LANGUAGE_STANDARD = gnu11;
  453. GCC_NO_COMMON_BLOCKS = YES;
  454. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  455. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  456. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  457. GCC_WARN_UNUSED_FUNCTION = YES;
  458. GCC_WARN_UNUSED_VARIABLE = YES;
  459. MACOSX_DEPLOYMENT_TARGET = 10.14;
  460. MTL_ENABLE_DEBUG_INFO = NO;
  461. SDKROOT = macosx;
  462. SWIFT_COMPILATION_MODE = wholemodule;
  463. SWIFT_OPTIMIZATION_LEVEL = "-O";
  464. };
  465. name = Release;
  466. };
  467. 33CC10FC2044A3C60003C045 /* Debug */ = {
  468. isa = XCBuildConfiguration;
  469. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  470. buildSettings = {
  471. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  472. CLANG_ENABLE_MODULES = YES;
  473. CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
  474. CODE_SIGN_STYLE = Automatic;
  475. COMBINE_HIDPI_IMAGES = YES;
  476. INFOPLIST_FILE = Runner/Info.plist;
  477. LD_RUNPATH_SEARCH_PATHS = (
  478. "$(inherited)",
  479. "@executable_path/../Frameworks",
  480. );
  481. PROVISIONING_PROFILE_SPECIFIER = "";
  482. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  483. SWIFT_VERSION = 5.0;
  484. };
  485. name = Debug;
  486. };
  487. 33CC10FD2044A3C60003C045 /* Release */ = {
  488. isa = XCBuildConfiguration;
  489. baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
  490. buildSettings = {
  491. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  492. CLANG_ENABLE_MODULES = YES;
  493. CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
  494. CODE_SIGN_STYLE = Automatic;
  495. COMBINE_HIDPI_IMAGES = YES;
  496. INFOPLIST_FILE = Runner/Info.plist;
  497. LD_RUNPATH_SEARCH_PATHS = (
  498. "$(inherited)",
  499. "@executable_path/../Frameworks",
  500. );
  501. PROVISIONING_PROFILE_SPECIFIER = "";
  502. SWIFT_VERSION = 5.0;
  503. };
  504. name = Release;
  505. };
  506. 33CC111C2044C6BA0003C045 /* Debug */ = {
  507. isa = XCBuildConfiguration;
  508. buildSettings = {
  509. CODE_SIGN_STYLE = Manual;
  510. PRODUCT_NAME = "$(TARGET_NAME)";
  511. };
  512. name = Debug;
  513. };
  514. 33CC111D2044C6BA0003C045 /* Release */ = {
  515. isa = XCBuildConfiguration;
  516. buildSettings = {
  517. CODE_SIGN_STYLE = Automatic;
  518. PRODUCT_NAME = "$(TARGET_NAME)";
  519. };
  520. name = Release;
  521. };
  522. /* End XCBuildConfiguration section */
  523. /* Begin XCConfigurationList section */
  524. 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */ = {
  525. isa = XCConfigurationList;
  526. buildConfigurations = (
  527. 33CC10F92044A3C60003C045 /* Debug */,
  528. 33CC10FA2044A3C60003C045 /* Release */,
  529. 338D0CE9231458BD00FA5F75 /* Profile */,
  530. );
  531. defaultConfigurationIsVisible = 0;
  532. defaultConfigurationName = Release;
  533. };
  534. 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */ = {
  535. isa = XCConfigurationList;
  536. buildConfigurations = (
  537. 33CC10FC2044A3C60003C045 /* Debug */,
  538. 33CC10FD2044A3C60003C045 /* Release */,
  539. 338D0CEA231458BD00FA5F75 /* Profile */,
  540. );
  541. defaultConfigurationIsVisible = 0;
  542. defaultConfigurationName = Release;
  543. };
  544. 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */ = {
  545. isa = XCConfigurationList;
  546. buildConfigurations = (
  547. 33CC111C2044C6BA0003C045 /* Debug */,
  548. 33CC111D2044C6BA0003C045 /* Release */,
  549. 338D0CEB231458BD00FA5F75 /* Profile */,
  550. );
  551. defaultConfigurationIsVisible = 0;
  552. defaultConfigurationName = Release;
  553. };
  554. /* End XCConfigurationList section */
  555. };
  556. rootObject = 33CC10E52044A3C60003C045 /* Project object */;
  557. }