project.pbxproj 25 KB

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