project.pbxproj 23 KB

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