project.pbxproj 25 KB

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