project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
  10. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
  11. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  12. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  13. 7884E8682EC3CC0700C636F2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */; };
  14. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  15. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  16. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 97C146ED1CF9000F007C117D;
  24. remoteInfo = Runner;
  25. };
  26. /* End PBXContainerItemProxy section */
  27. /* Begin PBXCopyFilesBuildPhase section */
  28. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  29. isa = PBXCopyFilesBuildPhase;
  30. buildActionMask = 2147483647;
  31. dstPath = "";
  32. dstSubfolderSpec = 10;
  33. files = (
  34. );
  35. name = "Embed Frameworks";
  36. runOnlyForDeploymentPostprocessing = 0;
  37. };
  38. /* End PBXCopyFilesBuildPhase section */
  39. /* Begin PBXFileReference section */
  40. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  41. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  42. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  43. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  45. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  46. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  47. 7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  48. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  49. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  50. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  51. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  52. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  53. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  54. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  55. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56. /* End PBXFileReference section */
  57. /* Begin PBXFrameworksBuildPhase section */
  58. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  59. isa = PBXFrameworksBuildPhase;
  60. buildActionMask = 2147483647;
  61. files = (
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. 331C8082294A63A400263BE5 /* RunnerTests */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 331C807B294A618700263BE5 /* RunnerTests.swift */,
  71. );
  72. path = RunnerTests;
  73. sourceTree = "<group>";
  74. };
  75. 9740EEB11CF90186004384FC /* Flutter */ = {
  76. isa = PBXGroup;
  77. children = (
  78. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  79. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  80. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  81. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  82. );
  83. name = Flutter;
  84. sourceTree = "<group>";
  85. };
  86. 97C146E51CF9000F007C117D = {
  87. isa = PBXGroup;
  88. children = (
  89. 9740EEB11CF90186004384FC /* Flutter */,
  90. 97C146F01CF9000F007C117D /* Runner */,
  91. 97C146EF1CF9000F007C117D /* Products */,
  92. 331C8082294A63A400263BE5 /* RunnerTests */,
  93. );
  94. sourceTree = "<group>";
  95. };
  96. 97C146EF1CF9000F007C117D /* Products */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 97C146EE1CF9000F007C117D /* Runner.app */,
  100. 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
  101. );
  102. name = Products;
  103. sourceTree = "<group>";
  104. };
  105. 97C146F01CF9000F007C117D /* Runner */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  109. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  110. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  111. 97C147021CF9000F007C117D /* Info.plist */,
  112. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  113. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  114. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  115. 7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */,
  116. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  117. );
  118. path = Runner;
  119. sourceTree = "<group>";
  120. };
  121. /* End PBXGroup section */
  122. /* Begin PBXNativeTarget section */
  123. 331C8080294A63A400263BE5 /* RunnerTests */ = {
  124. isa = PBXNativeTarget;
  125. buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  126. buildPhases = (
  127. 331C807D294A63A400263BE5 /* Sources */,
  128. 331C807F294A63A400263BE5 /* Resources */,
  129. );
  130. buildRules = (
  131. );
  132. dependencies = (
  133. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  134. );
  135. name = RunnerTests;
  136. productName = RunnerTests;
  137. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  138. productType = "com.apple.product-type.bundle.unit-test";
  139. };
  140. 97C146ED1CF9000F007C117D /* Runner */ = {
  141. isa = PBXNativeTarget;
  142. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  143. buildPhases = (
  144. 9740EEB61CF901F6004384FC /* Run Script */,
  145. 97C146EA1CF9000F007C117D /* Sources */,
  146. 97C146EB1CF9000F007C117D /* Frameworks */,
  147. 97C146EC1CF9000F007C117D /* Resources */,
  148. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  149. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  150. );
  151. buildRules = (
  152. );
  153. dependencies = (
  154. );
  155. name = Runner;
  156. productName = Runner;
  157. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  158. productType = "com.apple.product-type.application";
  159. };
  160. /* End PBXNativeTarget section */
  161. /* Begin PBXProject section */
  162. 97C146E61CF9000F007C117D /* Project object */ = {
  163. isa = PBXProject;
  164. attributes = {
  165. BuildIndependentTargetsInParallel = YES;
  166. LastUpgradeCheck = 1510;
  167. ORGANIZATIONNAME = "";
  168. TargetAttributes = {
  169. 331C8080294A63A400263BE5 = {
  170. CreatedOnToolsVersion = 14.0;
  171. TestTargetID = 97C146ED1CF9000F007C117D;
  172. };
  173. 97C146ED1CF9000F007C117D = {
  174. CreatedOnToolsVersion = 7.3.1;
  175. LastSwiftMigration = 1100;
  176. };
  177. };
  178. };
  179. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  180. compatibilityVersion = "Xcode 9.3";
  181. developmentRegion = en;
  182. hasScannedForEncodings = 0;
  183. knownRegions = (
  184. en,
  185. Base,
  186. );
  187. mainGroup = 97C146E51CF9000F007C117D;
  188. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  189. projectDirPath = "";
  190. projectRoot = "";
  191. targets = (
  192. 97C146ED1CF9000F007C117D /* Runner */,
  193. 331C8080294A63A400263BE5 /* RunnerTests */,
  194. );
  195. };
  196. /* End PBXProject section */
  197. /* Begin PBXResourcesBuildPhase section */
  198. 331C807F294A63A400263BE5 /* Resources */ = {
  199. isa = PBXResourcesBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. };
  205. 97C146EC1CF9000F007C117D /* Resources */ = {
  206. isa = PBXResourcesBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  210. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  211. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  212. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXResourcesBuildPhase section */
  217. /* Begin PBXShellScriptBuildPhase section */
  218. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  219. isa = PBXShellScriptBuildPhase;
  220. alwaysOutOfDate = 1;
  221. buildActionMask = 2147483647;
  222. files = (
  223. );
  224. inputPaths = (
  225. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  226. );
  227. name = "Thin Binary";
  228. outputPaths = (
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. shellPath = /bin/sh;
  232. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  233. };
  234. 9740EEB61CF901F6004384FC /* Run Script */ = {
  235. isa = PBXShellScriptBuildPhase;
  236. alwaysOutOfDate = 1;
  237. buildActionMask = 2147483647;
  238. files = (
  239. );
  240. inputPaths = (
  241. );
  242. name = "Run Script";
  243. outputPaths = (
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. shellPath = /bin/sh;
  247. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  248. };
  249. /* End PBXShellScriptBuildPhase section */
  250. /* Begin PBXSourcesBuildPhase section */
  251. 331C807D294A63A400263BE5 /* Sources */ = {
  252. isa = PBXSourcesBuildPhase;
  253. buildActionMask = 2147483647;
  254. files = (
  255. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  256. );
  257. runOnlyForDeploymentPostprocessing = 0;
  258. };
  259. 97C146EA1CF9000F007C117D /* Sources */ = {
  260. isa = PBXSourcesBuildPhase;
  261. buildActionMask = 2147483647;
  262. files = (
  263. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  264. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  265. 7884E8682EC3CC0700C636F2 /* SceneDelegate.swift in Sources */,
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. };
  269. /* End PBXSourcesBuildPhase section */
  270. /* Begin PBXTargetDependency section */
  271. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  272. isa = PBXTargetDependency;
  273. target = 97C146ED1CF9000F007C117D /* Runner */;
  274. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  275. };
  276. /* End PBXTargetDependency section */
  277. /* Begin PBXVariantGroup section */
  278. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  279. isa = PBXVariantGroup;
  280. children = (
  281. 97C146FB1CF9000F007C117D /* Base */,
  282. );
  283. name = Main.storyboard;
  284. sourceTree = "<group>";
  285. };
  286. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  287. isa = PBXVariantGroup;
  288. children = (
  289. 97C147001CF9000F007C117D /* Base */,
  290. );
  291. name = LaunchScreen.storyboard;
  292. sourceTree = "<group>";
  293. };
  294. /* End PBXVariantGroup section */
  295. /* Begin XCBuildConfiguration section */
  296. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  297. isa = XCBuildConfiguration;
  298. buildSettings = {
  299. ALWAYS_SEARCH_USER_PATHS = NO;
  300. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  301. CLANG_ANALYZER_NONNULL = YES;
  302. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  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_COMMA = YES;
  309. CLANG_WARN_CONSTANT_CONVERSION = YES;
  310. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  311. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  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_IMPLICIT_RETAIN_SELF = YES;
  318. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  319. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  320. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  321. CLANG_WARN_STRICT_PROTOTYPES = YES;
  322. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  323. CLANG_WARN_UNREACHABLE_CODE = YES;
  324. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  325. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  326. COPY_PHASE_STRIP = NO;
  327. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  328. ENABLE_NS_ASSERTIONS = NO;
  329. ENABLE_STRICT_OBJC_MSGSEND = YES;
  330. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  331. GCC_C_LANGUAGE_STANDARD = gnu99;
  332. GCC_NO_COMMON_BLOCKS = YES;
  333. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  334. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  335. GCC_WARN_UNDECLARED_SELECTOR = YES;
  336. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  337. GCC_WARN_UNUSED_FUNCTION = YES;
  338. GCC_WARN_UNUSED_VARIABLE = YES;
  339. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  340. MTL_ENABLE_DEBUG_INFO = NO;
  341. SDKROOT = iphoneos;
  342. SUPPORTED_PLATFORMS = iphoneos;
  343. TARGETED_DEVICE_FAMILY = "1,2";
  344. VALIDATE_PRODUCT = YES;
  345. };
  346. name = Profile;
  347. };
  348. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  349. isa = XCBuildConfiguration;
  350. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  351. buildSettings = {
  352. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  353. CLANG_ENABLE_MODULES = YES;
  354. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  355. ENABLE_BITCODE = NO;
  356. INFOPLIST_FILE = Runner/Info.plist;
  357. LD_RUNPATH_SEARCH_PATHS = (
  358. "$(inherited)",
  359. "@executable_path/Frameworks",
  360. );
  361. PRODUCT_BUNDLE_IDENTIFIER = com.enzo.palmoil.palmOilMobile;
  362. PRODUCT_NAME = "$(TARGET_NAME)";
  363. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  364. SWIFT_VERSION = 5.0;
  365. VERSIONING_SYSTEM = "apple-generic";
  366. };
  367. name = Profile;
  368. };
  369. 331C8088294A63A400263BE5 /* Debug */ = {
  370. isa = XCBuildConfiguration;
  371. buildSettings = {
  372. BUNDLE_LOADER = "$(TEST_HOST)";
  373. CODE_SIGN_STYLE = Automatic;
  374. CURRENT_PROJECT_VERSION = 1;
  375. GENERATE_INFOPLIST_FILE = YES;
  376. MARKETING_VERSION = 1.0;
  377. PRODUCT_BUNDLE_IDENTIFIER = com.enzo.palmoil.palmOilMobile.RunnerTests;
  378. PRODUCT_NAME = "$(TARGET_NAME)";
  379. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  380. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  381. SWIFT_VERSION = 5.0;
  382. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  383. };
  384. name = Debug;
  385. };
  386. 331C8089294A63A400263BE5 /* Release */ = {
  387. isa = XCBuildConfiguration;
  388. buildSettings = {
  389. BUNDLE_LOADER = "$(TEST_HOST)";
  390. CODE_SIGN_STYLE = Automatic;
  391. CURRENT_PROJECT_VERSION = 1;
  392. GENERATE_INFOPLIST_FILE = YES;
  393. MARKETING_VERSION = 1.0;
  394. PRODUCT_BUNDLE_IDENTIFIER = com.enzo.palmoil.palmOilMobile.RunnerTests;
  395. PRODUCT_NAME = "$(TARGET_NAME)";
  396. SWIFT_VERSION = 5.0;
  397. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  398. };
  399. name = Release;
  400. };
  401. 331C808A294A63A400263BE5 /* Profile */ = {
  402. isa = XCBuildConfiguration;
  403. buildSettings = {
  404. BUNDLE_LOADER = "$(TEST_HOST)";
  405. CODE_SIGN_STYLE = Automatic;
  406. CURRENT_PROJECT_VERSION = 1;
  407. GENERATE_INFOPLIST_FILE = YES;
  408. MARKETING_VERSION = 1.0;
  409. PRODUCT_BUNDLE_IDENTIFIER = com.enzo.palmoil.palmOilMobile.RunnerTests;
  410. PRODUCT_NAME = "$(TARGET_NAME)";
  411. SWIFT_VERSION = 5.0;
  412. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  413. };
  414. name = Profile;
  415. };
  416. 97C147031CF9000F007C117D /* Debug */ = {
  417. isa = XCBuildConfiguration;
  418. buildSettings = {
  419. ALWAYS_SEARCH_USER_PATHS = NO;
  420. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  421. CLANG_ANALYZER_NONNULL = YES;
  422. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  423. CLANG_CXX_LIBRARY = "libc++";
  424. CLANG_ENABLE_MODULES = YES;
  425. CLANG_ENABLE_OBJC_ARC = YES;
  426. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  427. CLANG_WARN_BOOL_CONVERSION = YES;
  428. CLANG_WARN_COMMA = YES;
  429. CLANG_WARN_CONSTANT_CONVERSION = YES;
  430. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  431. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  432. CLANG_WARN_EMPTY_BODY = YES;
  433. CLANG_WARN_ENUM_CONVERSION = YES;
  434. CLANG_WARN_INFINITE_RECURSION = YES;
  435. CLANG_WARN_INT_CONVERSION = YES;
  436. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  437. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  438. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  439. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  440. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  441. CLANG_WARN_STRICT_PROTOTYPES = YES;
  442. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  443. CLANG_WARN_UNREACHABLE_CODE = YES;
  444. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  445. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  446. COPY_PHASE_STRIP = NO;
  447. DEBUG_INFORMATION_FORMAT = dwarf;
  448. ENABLE_STRICT_OBJC_MSGSEND = YES;
  449. ENABLE_TESTABILITY = YES;
  450. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  451. GCC_C_LANGUAGE_STANDARD = gnu99;
  452. GCC_DYNAMIC_NO_PIC = NO;
  453. GCC_NO_COMMON_BLOCKS = YES;
  454. GCC_OPTIMIZATION_LEVEL = 0;
  455. GCC_PREPROCESSOR_DEFINITIONS = (
  456. "DEBUG=1",
  457. "$(inherited)",
  458. );
  459. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  460. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  461. GCC_WARN_UNDECLARED_SELECTOR = YES;
  462. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  463. GCC_WARN_UNUSED_FUNCTION = YES;
  464. GCC_WARN_UNUSED_VARIABLE = YES;
  465. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  466. MTL_ENABLE_DEBUG_INFO = YES;
  467. ONLY_ACTIVE_ARCH = YES;
  468. SDKROOT = iphoneos;
  469. TARGETED_DEVICE_FAMILY = "1,2";
  470. };
  471. name = Debug;
  472. };
  473. 97C147041CF9000F007C117D /* Release */ = {
  474. isa = XCBuildConfiguration;
  475. buildSettings = {
  476. ALWAYS_SEARCH_USER_PATHS = NO;
  477. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  478. CLANG_ANALYZER_NONNULL = YES;
  479. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  480. CLANG_CXX_LIBRARY = "libc++";
  481. CLANG_ENABLE_MODULES = YES;
  482. CLANG_ENABLE_OBJC_ARC = YES;
  483. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  484. CLANG_WARN_BOOL_CONVERSION = YES;
  485. CLANG_WARN_COMMA = YES;
  486. CLANG_WARN_CONSTANT_CONVERSION = YES;
  487. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  488. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  489. CLANG_WARN_EMPTY_BODY = YES;
  490. CLANG_WARN_ENUM_CONVERSION = YES;
  491. CLANG_WARN_INFINITE_RECURSION = YES;
  492. CLANG_WARN_INT_CONVERSION = YES;
  493. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  494. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  495. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  496. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  497. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  498. CLANG_WARN_STRICT_PROTOTYPES = YES;
  499. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  500. CLANG_WARN_UNREACHABLE_CODE = YES;
  501. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  502. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  503. COPY_PHASE_STRIP = NO;
  504. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  505. ENABLE_NS_ASSERTIONS = NO;
  506. ENABLE_STRICT_OBJC_MSGSEND = YES;
  507. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  508. GCC_C_LANGUAGE_STANDARD = gnu99;
  509. GCC_NO_COMMON_BLOCKS = YES;
  510. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  511. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  512. GCC_WARN_UNDECLARED_SELECTOR = YES;
  513. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  514. GCC_WARN_UNUSED_FUNCTION = YES;
  515. GCC_WARN_UNUSED_VARIABLE = YES;
  516. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  517. MTL_ENABLE_DEBUG_INFO = NO;
  518. SDKROOT = iphoneos;
  519. SUPPORTED_PLATFORMS = iphoneos;
  520. SWIFT_COMPILATION_MODE = wholemodule;
  521. SWIFT_OPTIMIZATION_LEVEL = "-O";
  522. TARGETED_DEVICE_FAMILY = "1,2";
  523. VALIDATE_PRODUCT = YES;
  524. };
  525. name = Release;
  526. };
  527. 97C147061CF9000F007C117D /* Debug */ = {
  528. isa = XCBuildConfiguration;
  529. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  530. buildSettings = {
  531. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  532. CLANG_ENABLE_MODULES = YES;
  533. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  534. ENABLE_BITCODE = NO;
  535. INFOPLIST_FILE = Runner/Info.plist;
  536. LD_RUNPATH_SEARCH_PATHS = (
  537. "$(inherited)",
  538. "@executable_path/Frameworks",
  539. );
  540. PRODUCT_BUNDLE_IDENTIFIER = com.enzo.palmoil.palmOilMobile;
  541. PRODUCT_NAME = "$(TARGET_NAME)";
  542. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  543. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  544. SWIFT_VERSION = 5.0;
  545. VERSIONING_SYSTEM = "apple-generic";
  546. };
  547. name = Debug;
  548. };
  549. 97C147071CF9000F007C117D /* Release */ = {
  550. isa = XCBuildConfiguration;
  551. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  552. buildSettings = {
  553. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  554. CLANG_ENABLE_MODULES = YES;
  555. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  556. ENABLE_BITCODE = NO;
  557. INFOPLIST_FILE = Runner/Info.plist;
  558. LD_RUNPATH_SEARCH_PATHS = (
  559. "$(inherited)",
  560. "@executable_path/Frameworks",
  561. );
  562. PRODUCT_BUNDLE_IDENTIFIER = com.enzo.palmoil.palmOilMobile;
  563. PRODUCT_NAME = "$(TARGET_NAME)";
  564. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  565. SWIFT_VERSION = 5.0;
  566. VERSIONING_SYSTEM = "apple-generic";
  567. };
  568. name = Release;
  569. };
  570. /* End XCBuildConfiguration section */
  571. /* Begin XCConfigurationList section */
  572. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  573. isa = XCConfigurationList;
  574. buildConfigurations = (
  575. 331C8088294A63A400263BE5 /* Debug */,
  576. 331C8089294A63A400263BE5 /* Release */,
  577. 331C808A294A63A400263BE5 /* Profile */,
  578. );
  579. defaultConfigurationIsVisible = 0;
  580. defaultConfigurationName = Release;
  581. };
  582. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  583. isa = XCConfigurationList;
  584. buildConfigurations = (
  585. 97C147031CF9000F007C117D /* Debug */,
  586. 97C147041CF9000F007C117D /* Release */,
  587. 249021D3217E4FDB00AE95B9 /* Profile */,
  588. );
  589. defaultConfigurationIsVisible = 0;
  590. defaultConfigurationName = Release;
  591. };
  592. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  593. isa = XCConfigurationList;
  594. buildConfigurations = (
  595. 97C147061CF9000F007C117D /* Debug */,
  596. 97C147071CF9000F007C117D /* Release */,
  597. 249021D4217E4FDB00AE95B9 /* Profile */,
  598. );
  599. defaultConfigurationIsVisible = 0;
  600. defaultConfigurationName = Release;
  601. };
  602. /* End XCConfigurationList section */
  603. };
  604. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  605. }