iOS-study
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 22KB

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