project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 30AEA66A25FE490C00CFEFD8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30AEA66925FE490C00CFEFD8 /* AppDelegate.swift */; };
  10. 30AEA66C25FE490D00CFEFD8 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30AEA66B25FE490D00CFEFD8 /* SceneDelegate.swift */; };
  11. 30AEA66E25FE490D00CFEFD8 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30AEA66D25FE490D00CFEFD8 /* ViewController.swift */; };
  12. 30AEA67125FE490E00CFEFD8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 30AEA66F25FE490E00CFEFD8 /* Main.storyboard */; };
  13. 30AEA67325FE49A600CFEFD8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 30AEA67225FE49A600CFEFD8 /* Assets.xcassets */; };
  14. 30AEA67625FE49A600CFEFD8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 30AEA67425FE49A600CFEFD8 /* LaunchScreen.storyboard */; };
  15. 30AEA68125FE49A800CFEFD8 /* CockFightTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30AEA68025FE49A800CFEFD8 /* CockFightTests.swift */; };
  16. 30AEA68C25FE49AA00CFEFD8 /* CockFightUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30AEA68B25FE49AA00CFEFD8 /* CockFightUITests.swift */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 30AEA67D25FE49A800CFEFD8 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 30AEA65E25FE490B00CFEFD8 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 30AEA66525FE490C00CFEFD8;
  24. remoteInfo = CockFight;
  25. };
  26. 30AEA68825FE49AA00CFEFD8 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = 30AEA65E25FE490B00CFEFD8 /* Project object */;
  29. proxyType = 1;
  30. remoteGlobalIDString = 30AEA66525FE490C00CFEFD8;
  31. remoteInfo = CockFight;
  32. };
  33. /* End PBXContainerItemProxy section */
  34. /* Begin PBXFileReference section */
  35. 30AEA66625FE490C00CFEFD8 /* CockFight.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CockFight.app; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 30AEA66925FE490C00CFEFD8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  37. 30AEA66B25FE490D00CFEFD8 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  38. 30AEA66D25FE490D00CFEFD8 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  39. 30AEA67025FE490E00CFEFD8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  40. 30AEA67225FE49A600CFEFD8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  41. 30AEA67525FE49A600CFEFD8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  42. 30AEA67725FE49A700CFEFD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  43. 30AEA67C25FE49A800CFEFD8 /* CockFightTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CockFightTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 30AEA68025FE49A800CFEFD8 /* CockFightTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CockFightTests.swift; sourceTree = "<group>"; };
  45. 30AEA68225FE49AA00CFEFD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  46. 30AEA68725FE49AA00CFEFD8 /* CockFightUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CockFightUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  47. 30AEA68B25FE49AA00CFEFD8 /* CockFightUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CockFightUITests.swift; sourceTree = "<group>"; };
  48. 30AEA68D25FE49AB00CFEFD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 30AEA66325FE490C00CFEFD8 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. 30AEA67925FE49A800CFEFD8 /* Frameworks */ = {
  59. isa = PBXFrameworksBuildPhase;
  60. buildActionMask = 2147483647;
  61. files = (
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. 30AEA68425FE49AA00CFEFD8 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXFrameworksBuildPhase section */
  73. /* Begin PBXGroup section */
  74. 30AEA65D25FE490B00CFEFD8 = {
  75. isa = PBXGroup;
  76. children = (
  77. 30AEA66825FE490C00CFEFD8 /* CockFight */,
  78. 30AEA67F25FE49A800CFEFD8 /* CockFightTests */,
  79. 30AEA68A25FE49AA00CFEFD8 /* CockFightUITests */,
  80. 30AEA66725FE490C00CFEFD8 /* Products */,
  81. );
  82. sourceTree = "<group>";
  83. };
  84. 30AEA66725FE490C00CFEFD8 /* Products */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 30AEA66625FE490C00CFEFD8 /* CockFight.app */,
  88. 30AEA67C25FE49A800CFEFD8 /* CockFightTests.xctest */,
  89. 30AEA68725FE49AA00CFEFD8 /* CockFightUITests.xctest */,
  90. );
  91. name = Products;
  92. sourceTree = "<group>";
  93. };
  94. 30AEA66825FE490C00CFEFD8 /* CockFight */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 30AEA66925FE490C00CFEFD8 /* AppDelegate.swift */,
  98. 30AEA66B25FE490D00CFEFD8 /* SceneDelegate.swift */,
  99. 30AEA66D25FE490D00CFEFD8 /* ViewController.swift */,
  100. 30AEA66F25FE490E00CFEFD8 /* Main.storyboard */,
  101. 30AEA67225FE49A600CFEFD8 /* Assets.xcassets */,
  102. 30AEA67425FE49A600CFEFD8 /* LaunchScreen.storyboard */,
  103. 30AEA67725FE49A700CFEFD8 /* Info.plist */,
  104. );
  105. path = CockFight;
  106. sourceTree = "<group>";
  107. };
  108. 30AEA67F25FE49A800CFEFD8 /* CockFightTests */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 30AEA68025FE49A800CFEFD8 /* CockFightTests.swift */,
  112. 30AEA68225FE49AA00CFEFD8 /* Info.plist */,
  113. );
  114. path = CockFightTests;
  115. sourceTree = "<group>";
  116. };
  117. 30AEA68A25FE49AA00CFEFD8 /* CockFightUITests */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 30AEA68B25FE49AA00CFEFD8 /* CockFightUITests.swift */,
  121. 30AEA68D25FE49AB00CFEFD8 /* Info.plist */,
  122. );
  123. path = CockFightUITests;
  124. sourceTree = "<group>";
  125. };
  126. /* End PBXGroup section */
  127. /* Begin PBXNativeTarget section */
  128. 30AEA66525FE490C00CFEFD8 /* CockFight */ = {
  129. isa = PBXNativeTarget;
  130. buildConfigurationList = 30AEA69025FE49AB00CFEFD8 /* Build configuration list for PBXNativeTarget "CockFight" */;
  131. buildPhases = (
  132. 30AEA66225FE490C00CFEFD8 /* Sources */,
  133. 30AEA66325FE490C00CFEFD8 /* Frameworks */,
  134. 30AEA66425FE490C00CFEFD8 /* Resources */,
  135. );
  136. buildRules = (
  137. );
  138. dependencies = (
  139. );
  140. name = CockFight;
  141. productName = CockFight;
  142. productReference = 30AEA66625FE490C00CFEFD8 /* CockFight.app */;
  143. productType = "com.apple.product-type.application";
  144. };
  145. 30AEA67B25FE49A800CFEFD8 /* CockFightTests */ = {
  146. isa = PBXNativeTarget;
  147. buildConfigurationList = 30AEA69325FE49AB00CFEFD8 /* Build configuration list for PBXNativeTarget "CockFightTests" */;
  148. buildPhases = (
  149. 30AEA67825FE49A800CFEFD8 /* Sources */,
  150. 30AEA67925FE49A800CFEFD8 /* Frameworks */,
  151. 30AEA67A25FE49A800CFEFD8 /* Resources */,
  152. );
  153. buildRules = (
  154. );
  155. dependencies = (
  156. 30AEA67E25FE49A800CFEFD8 /* PBXTargetDependency */,
  157. );
  158. name = CockFightTests;
  159. productName = CockFightTests;
  160. productReference = 30AEA67C25FE49A800CFEFD8 /* CockFightTests.xctest */;
  161. productType = "com.apple.product-type.bundle.unit-test";
  162. };
  163. 30AEA68625FE49AA00CFEFD8 /* CockFightUITests */ = {
  164. isa = PBXNativeTarget;
  165. buildConfigurationList = 30AEA69625FE49AB00CFEFD8 /* Build configuration list for PBXNativeTarget "CockFightUITests" */;
  166. buildPhases = (
  167. 30AEA68325FE49AA00CFEFD8 /* Sources */,
  168. 30AEA68425FE49AA00CFEFD8 /* Frameworks */,
  169. 30AEA68525FE49AA00CFEFD8 /* Resources */,
  170. );
  171. buildRules = (
  172. );
  173. dependencies = (
  174. 30AEA68925FE49AA00CFEFD8 /* PBXTargetDependency */,
  175. );
  176. name = CockFightUITests;
  177. productName = CockFightUITests;
  178. productReference = 30AEA68725FE49AA00CFEFD8 /* CockFightUITests.xctest */;
  179. productType = "com.apple.product-type.bundle.ui-testing";
  180. };
  181. /* End PBXNativeTarget section */
  182. /* Begin PBXProject section */
  183. 30AEA65E25FE490B00CFEFD8 /* Project object */ = {
  184. isa = PBXProject;
  185. attributes = {
  186. LastSwiftUpdateCheck = 1230;
  187. LastUpgradeCheck = 1230;
  188. TargetAttributes = {
  189. 30AEA66525FE490C00CFEFD8 = {
  190. CreatedOnToolsVersion = 12.3;
  191. };
  192. 30AEA67B25FE49A800CFEFD8 = {
  193. CreatedOnToolsVersion = 12.3;
  194. TestTargetID = 30AEA66525FE490C00CFEFD8;
  195. };
  196. 30AEA68625FE49AA00CFEFD8 = {
  197. CreatedOnToolsVersion = 12.3;
  198. TestTargetID = 30AEA66525FE490C00CFEFD8;
  199. };
  200. };
  201. };
  202. buildConfigurationList = 30AEA66125FE490B00CFEFD8 /* Build configuration list for PBXProject "CockFight" */;
  203. compatibilityVersion = "Xcode 9.3";
  204. developmentRegion = en;
  205. hasScannedForEncodings = 0;
  206. knownRegions = (
  207. en,
  208. Base,
  209. );
  210. mainGroup = 30AEA65D25FE490B00CFEFD8;
  211. productRefGroup = 30AEA66725FE490C00CFEFD8 /* Products */;
  212. projectDirPath = "";
  213. projectRoot = "";
  214. targets = (
  215. 30AEA66525FE490C00CFEFD8 /* CockFight */,
  216. 30AEA67B25FE49A800CFEFD8 /* CockFightTests */,
  217. 30AEA68625FE49AA00CFEFD8 /* CockFightUITests */,
  218. );
  219. };
  220. /* End PBXProject section */
  221. /* Begin PBXResourcesBuildPhase section */
  222. 30AEA66425FE490C00CFEFD8 /* Resources */ = {
  223. isa = PBXResourcesBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. 30AEA67625FE49A600CFEFD8 /* LaunchScreen.storyboard in Resources */,
  227. 30AEA67325FE49A600CFEFD8 /* Assets.xcassets in Resources */,
  228. 30AEA67125FE490E00CFEFD8 /* Main.storyboard in Resources */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. 30AEA67A25FE49A800CFEFD8 /* Resources */ = {
  233. isa = PBXResourcesBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. 30AEA68525FE49AA00CFEFD8 /* Resources */ = {
  240. isa = PBXResourcesBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. /* End PBXResourcesBuildPhase section */
  247. /* Begin PBXSourcesBuildPhase section */
  248. 30AEA66225FE490C00CFEFD8 /* Sources */ = {
  249. isa = PBXSourcesBuildPhase;
  250. buildActionMask = 2147483647;
  251. files = (
  252. 30AEA66E25FE490D00CFEFD8 /* ViewController.swift in Sources */,
  253. 30AEA66A25FE490C00CFEFD8 /* AppDelegate.swift in Sources */,
  254. 30AEA66C25FE490D00CFEFD8 /* SceneDelegate.swift in Sources */,
  255. );
  256. runOnlyForDeploymentPostprocessing = 0;
  257. };
  258. 30AEA67825FE49A800CFEFD8 /* Sources */ = {
  259. isa = PBXSourcesBuildPhase;
  260. buildActionMask = 2147483647;
  261. files = (
  262. 30AEA68125FE49A800CFEFD8 /* CockFightTests.swift in Sources */,
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. 30AEA68325FE49AA00CFEFD8 /* Sources */ = {
  267. isa = PBXSourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. 30AEA68C25FE49AA00CFEFD8 /* CockFightUITests.swift in Sources */,
  271. );
  272. runOnlyForDeploymentPostprocessing = 0;
  273. };
  274. /* End PBXSourcesBuildPhase section */
  275. /* Begin PBXTargetDependency section */
  276. 30AEA67E25FE49A800CFEFD8 /* PBXTargetDependency */ = {
  277. isa = PBXTargetDependency;
  278. target = 30AEA66525FE490C00CFEFD8 /* CockFight */;
  279. targetProxy = 30AEA67D25FE49A800CFEFD8 /* PBXContainerItemProxy */;
  280. };
  281. 30AEA68925FE49AA00CFEFD8 /* PBXTargetDependency */ = {
  282. isa = PBXTargetDependency;
  283. target = 30AEA66525FE490C00CFEFD8 /* CockFight */;
  284. targetProxy = 30AEA68825FE49AA00CFEFD8 /* PBXContainerItemProxy */;
  285. };
  286. /* End PBXTargetDependency section */
  287. /* Begin PBXVariantGroup section */
  288. 30AEA66F25FE490E00CFEFD8 /* Main.storyboard */ = {
  289. isa = PBXVariantGroup;
  290. children = (
  291. 30AEA67025FE490E00CFEFD8 /* Base */,
  292. );
  293. name = Main.storyboard;
  294. sourceTree = "<group>";
  295. };
  296. 30AEA67425FE49A600CFEFD8 /* LaunchScreen.storyboard */ = {
  297. isa = PBXVariantGroup;
  298. children = (
  299. 30AEA67525FE49A600CFEFD8 /* Base */,
  300. );
  301. name = LaunchScreen.storyboard;
  302. sourceTree = "<group>";
  303. };
  304. /* End PBXVariantGroup section */
  305. /* Begin XCBuildConfiguration section */
  306. 30AEA68E25FE49AB00CFEFD8 /* Debug */ = {
  307. isa = XCBuildConfiguration;
  308. buildSettings = {
  309. ALWAYS_SEARCH_USER_PATHS = NO;
  310. CLANG_ANALYZER_NONNULL = YES;
  311. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  312. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  313. CLANG_CXX_LIBRARY = "libc++";
  314. CLANG_ENABLE_MODULES = YES;
  315. CLANG_ENABLE_OBJC_ARC = YES;
  316. CLANG_ENABLE_OBJC_WEAK = YES;
  317. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  318. CLANG_WARN_BOOL_CONVERSION = YES;
  319. CLANG_WARN_COMMA = YES;
  320. CLANG_WARN_CONSTANT_CONVERSION = YES;
  321. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  322. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  323. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  324. CLANG_WARN_EMPTY_BODY = YES;
  325. CLANG_WARN_ENUM_CONVERSION = YES;
  326. CLANG_WARN_INFINITE_RECURSION = YES;
  327. CLANG_WARN_INT_CONVERSION = YES;
  328. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  329. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  330. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  331. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  332. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  333. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  334. CLANG_WARN_STRICT_PROTOTYPES = YES;
  335. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  336. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  337. CLANG_WARN_UNREACHABLE_CODE = YES;
  338. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  339. COPY_PHASE_STRIP = NO;
  340. DEBUG_INFORMATION_FORMAT = dwarf;
  341. ENABLE_STRICT_OBJC_MSGSEND = YES;
  342. ENABLE_TESTABILITY = YES;
  343. GCC_C_LANGUAGE_STANDARD = gnu11;
  344. GCC_DYNAMIC_NO_PIC = NO;
  345. GCC_NO_COMMON_BLOCKS = YES;
  346. GCC_OPTIMIZATION_LEVEL = 0;
  347. GCC_PREPROCESSOR_DEFINITIONS = (
  348. "DEBUG=1",
  349. "$(inherited)",
  350. );
  351. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  352. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  353. GCC_WARN_UNDECLARED_SELECTOR = YES;
  354. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  355. GCC_WARN_UNUSED_FUNCTION = YES;
  356. GCC_WARN_UNUSED_VARIABLE = YES;
  357. IPHONEOS_DEPLOYMENT_TARGET = 14.3;
  358. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  359. MTL_FAST_MATH = YES;
  360. ONLY_ACTIVE_ARCH = YES;
  361. SDKROOT = iphoneos;
  362. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  363. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  364. };
  365. name = Debug;
  366. };
  367. 30AEA68F25FE49AB00CFEFD8 /* Release */ = {
  368. isa = XCBuildConfiguration;
  369. buildSettings = {
  370. ALWAYS_SEARCH_USER_PATHS = NO;
  371. CLANG_ANALYZER_NONNULL = YES;
  372. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  373. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  374. CLANG_CXX_LIBRARY = "libc++";
  375. CLANG_ENABLE_MODULES = YES;
  376. CLANG_ENABLE_OBJC_ARC = YES;
  377. CLANG_ENABLE_OBJC_WEAK = YES;
  378. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  379. CLANG_WARN_BOOL_CONVERSION = YES;
  380. CLANG_WARN_COMMA = YES;
  381. CLANG_WARN_CONSTANT_CONVERSION = YES;
  382. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  383. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  384. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  385. CLANG_WARN_EMPTY_BODY = YES;
  386. CLANG_WARN_ENUM_CONVERSION = YES;
  387. CLANG_WARN_INFINITE_RECURSION = YES;
  388. CLANG_WARN_INT_CONVERSION = YES;
  389. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  390. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  391. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  392. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  393. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  394. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  395. CLANG_WARN_STRICT_PROTOTYPES = YES;
  396. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  397. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  398. CLANG_WARN_UNREACHABLE_CODE = YES;
  399. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  400. COPY_PHASE_STRIP = NO;
  401. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  402. ENABLE_NS_ASSERTIONS = NO;
  403. ENABLE_STRICT_OBJC_MSGSEND = YES;
  404. GCC_C_LANGUAGE_STANDARD = gnu11;
  405. GCC_NO_COMMON_BLOCKS = YES;
  406. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  407. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  408. GCC_WARN_UNDECLARED_SELECTOR = YES;
  409. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  410. GCC_WARN_UNUSED_FUNCTION = YES;
  411. GCC_WARN_UNUSED_VARIABLE = YES;
  412. IPHONEOS_DEPLOYMENT_TARGET = 14.3;
  413. MTL_ENABLE_DEBUG_INFO = NO;
  414. MTL_FAST_MATH = YES;
  415. SDKROOT = iphoneos;
  416. SWIFT_COMPILATION_MODE = wholemodule;
  417. SWIFT_OPTIMIZATION_LEVEL = "-O";
  418. VALIDATE_PRODUCT = YES;
  419. };
  420. name = Release;
  421. };
  422. 30AEA69125FE49AB00CFEFD8 /* Debug */ = {
  423. isa = XCBuildConfiguration;
  424. buildSettings = {
  425. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  426. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  427. CODE_SIGN_STYLE = Automatic;
  428. INFOPLIST_FILE = CockFight/Info.plist;
  429. LD_RUNPATH_SEARCH_PATHS = (
  430. "$(inherited)",
  431. "@executable_path/Frameworks",
  432. );
  433. PRODUCT_BUNDLE_IDENTIFIER = cockfight.com.kh.CockFight;
  434. PRODUCT_NAME = "$(TARGET_NAME)";
  435. SWIFT_VERSION = 5.0;
  436. TARGETED_DEVICE_FAMILY = "1,2";
  437. };
  438. name = Debug;
  439. };
  440. 30AEA69225FE49AB00CFEFD8 /* Release */ = {
  441. isa = XCBuildConfiguration;
  442. buildSettings = {
  443. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  444. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  445. CODE_SIGN_STYLE = Automatic;
  446. INFOPLIST_FILE = CockFight/Info.plist;
  447. LD_RUNPATH_SEARCH_PATHS = (
  448. "$(inherited)",
  449. "@executable_path/Frameworks",
  450. );
  451. PRODUCT_BUNDLE_IDENTIFIER = cockfight.com.kh.CockFight;
  452. PRODUCT_NAME = "$(TARGET_NAME)";
  453. SWIFT_VERSION = 5.0;
  454. TARGETED_DEVICE_FAMILY = "1,2";
  455. };
  456. name = Release;
  457. };
  458. 30AEA69425FE49AB00CFEFD8 /* Debug */ = {
  459. isa = XCBuildConfiguration;
  460. buildSettings = {
  461. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  462. BUNDLE_LOADER = "$(TEST_HOST)";
  463. CODE_SIGN_STYLE = Automatic;
  464. INFOPLIST_FILE = CockFightTests/Info.plist;
  465. IPHONEOS_DEPLOYMENT_TARGET = 14.3;
  466. LD_RUNPATH_SEARCH_PATHS = (
  467. "$(inherited)",
  468. "@executable_path/Frameworks",
  469. "@loader_path/Frameworks",
  470. );
  471. PRODUCT_BUNDLE_IDENTIFIER = cockfight.com.kh.CockFightTests;
  472. PRODUCT_NAME = "$(TARGET_NAME)";
  473. SWIFT_VERSION = 5.0;
  474. TARGETED_DEVICE_FAMILY = "1,2";
  475. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CockFight.app/CockFight";
  476. };
  477. name = Debug;
  478. };
  479. 30AEA69525FE49AB00CFEFD8 /* Release */ = {
  480. isa = XCBuildConfiguration;
  481. buildSettings = {
  482. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  483. BUNDLE_LOADER = "$(TEST_HOST)";
  484. CODE_SIGN_STYLE = Automatic;
  485. INFOPLIST_FILE = CockFightTests/Info.plist;
  486. IPHONEOS_DEPLOYMENT_TARGET = 14.3;
  487. LD_RUNPATH_SEARCH_PATHS = (
  488. "$(inherited)",
  489. "@executable_path/Frameworks",
  490. "@loader_path/Frameworks",
  491. );
  492. PRODUCT_BUNDLE_IDENTIFIER = cockfight.com.kh.CockFightTests;
  493. PRODUCT_NAME = "$(TARGET_NAME)";
  494. SWIFT_VERSION = 5.0;
  495. TARGETED_DEVICE_FAMILY = "1,2";
  496. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CockFight.app/CockFight";
  497. };
  498. name = Release;
  499. };
  500. 30AEA69725FE49AB00CFEFD8 /* Debug */ = {
  501. isa = XCBuildConfiguration;
  502. buildSettings = {
  503. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  504. CODE_SIGN_STYLE = Automatic;
  505. INFOPLIST_FILE = CockFightUITests/Info.plist;
  506. LD_RUNPATH_SEARCH_PATHS = (
  507. "$(inherited)",
  508. "@executable_path/Frameworks",
  509. "@loader_path/Frameworks",
  510. );
  511. PRODUCT_BUNDLE_IDENTIFIER = cockfight.com.kh.CockFightUITests;
  512. PRODUCT_NAME = "$(TARGET_NAME)";
  513. SWIFT_VERSION = 5.0;
  514. TARGETED_DEVICE_FAMILY = "1,2";
  515. TEST_TARGET_NAME = CockFight;
  516. };
  517. name = Debug;
  518. };
  519. 30AEA69825FE49AB00CFEFD8 /* Release */ = {
  520. isa = XCBuildConfiguration;
  521. buildSettings = {
  522. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  523. CODE_SIGN_STYLE = Automatic;
  524. INFOPLIST_FILE = CockFightUITests/Info.plist;
  525. LD_RUNPATH_SEARCH_PATHS = (
  526. "$(inherited)",
  527. "@executable_path/Frameworks",
  528. "@loader_path/Frameworks",
  529. );
  530. PRODUCT_BUNDLE_IDENTIFIER = cockfight.com.kh.CockFightUITests;
  531. PRODUCT_NAME = "$(TARGET_NAME)";
  532. SWIFT_VERSION = 5.0;
  533. TARGETED_DEVICE_FAMILY = "1,2";
  534. TEST_TARGET_NAME = CockFight;
  535. };
  536. name = Release;
  537. };
  538. /* End XCBuildConfiguration section */
  539. /* Begin XCConfigurationList section */
  540. 30AEA66125FE490B00CFEFD8 /* Build configuration list for PBXProject "CockFight" */ = {
  541. isa = XCConfigurationList;
  542. buildConfigurations = (
  543. 30AEA68E25FE49AB00CFEFD8 /* Debug */,
  544. 30AEA68F25FE49AB00CFEFD8 /* Release */,
  545. );
  546. defaultConfigurationIsVisible = 0;
  547. defaultConfigurationName = Release;
  548. };
  549. 30AEA69025FE49AB00CFEFD8 /* Build configuration list for PBXNativeTarget "CockFight" */ = {
  550. isa = XCConfigurationList;
  551. buildConfigurations = (
  552. 30AEA69125FE49AB00CFEFD8 /* Debug */,
  553. 30AEA69225FE49AB00CFEFD8 /* Release */,
  554. );
  555. defaultConfigurationIsVisible = 0;
  556. defaultConfigurationName = Release;
  557. };
  558. 30AEA69325FE49AB00CFEFD8 /* Build configuration list for PBXNativeTarget "CockFightTests" */ = {
  559. isa = XCConfigurationList;
  560. buildConfigurations = (
  561. 30AEA69425FE49AB00CFEFD8 /* Debug */,
  562. 30AEA69525FE49AB00CFEFD8 /* Release */,
  563. );
  564. defaultConfigurationIsVisible = 0;
  565. defaultConfigurationName = Release;
  566. };
  567. 30AEA69625FE49AB00CFEFD8 /* Build configuration list for PBXNativeTarget "CockFightUITests" */ = {
  568. isa = XCConfigurationList;
  569. buildConfigurations = (
  570. 30AEA69725FE49AB00CFEFD8 /* Debug */,
  571. 30AEA69825FE49AB00CFEFD8 /* Release */,
  572. );
  573. defaultConfigurationIsVisible = 0;
  574. defaultConfigurationName = Release;
  575. };
  576. /* End XCConfigurationList section */
  577. };
  578. rootObject = 30AEA65E25FE490B00CFEFD8 /* Project object */;
  579. }