project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. AB92C77F2A16646C00FCA57D /* sdsz74App.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB92C77E2A16646C00FCA57D /* sdsz74App.swift */; };
  10. AB92C7812A16646C00FCA57D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB92C7802A16646C00FCA57D /* ContentView.swift */; };
  11. AB92C7832A16646D00FCA57D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AB92C7822A16646D00FCA57D /* Assets.xcassets */; };
  12. AB92C7872A16646D00FCA57D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AB92C7862A16646D00FCA57D /* Preview Assets.xcassets */; };
  13. AB92C7912A16646D00FCA57D /* sdsz74Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB92C7902A16646D00FCA57D /* sdsz74Tests.swift */; };
  14. AB92C79B2A16646D00FCA57D /* sdsz74UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB92C79A2A16646D00FCA57D /* sdsz74UITests.swift */; };
  15. AB92C79D2A16646D00FCA57D /* sdsz74UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB92C79C2A16646D00FCA57D /* sdsz74UITestsLaunchTests.swift */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. AB92C78D2A16646D00FCA57D /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = AB92C7732A16646C00FCA57D /* Project object */;
  21. proxyType = 1;
  22. remoteGlobalIDString = AB92C77A2A16646C00FCA57D;
  23. remoteInfo = sdsz74;
  24. };
  25. AB92C7972A16646D00FCA57D /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = AB92C7732A16646C00FCA57D /* Project object */;
  28. proxyType = 1;
  29. remoteGlobalIDString = AB92C77A2A16646C00FCA57D;
  30. remoteInfo = sdsz74;
  31. };
  32. /* End PBXContainerItemProxy section */
  33. /* Begin PBXFileReference section */
  34. AB92C77B2A16646C00FCA57D /* sdsz74.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sdsz74.app; sourceTree = BUILT_PRODUCTS_DIR; };
  35. AB92C77E2A16646C00FCA57D /* sdsz74App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74App.swift; sourceTree = "<group>"; };
  36. AB92C7802A16646C00FCA57D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  37. AB92C7822A16646D00FCA57D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  38. AB92C7842A16646D00FCA57D /* sdsz74.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = sdsz74.entitlements; sourceTree = "<group>"; };
  39. AB92C7862A16646D00FCA57D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  40. AB92C78C2A16646D00FCA57D /* sdsz74Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sdsz74Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  41. AB92C7902A16646D00FCA57D /* sdsz74Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74Tests.swift; sourceTree = "<group>"; };
  42. AB92C7962A16646D00FCA57D /* sdsz74UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sdsz74UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  43. AB92C79A2A16646D00FCA57D /* sdsz74UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74UITests.swift; sourceTree = "<group>"; };
  44. AB92C79C2A16646D00FCA57D /* sdsz74UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74UITestsLaunchTests.swift; sourceTree = "<group>"; };
  45. /* End PBXFileReference section */
  46. /* Begin PBXFrameworksBuildPhase section */
  47. AB92C7782A16646C00FCA57D /* Frameworks */ = {
  48. isa = PBXFrameworksBuildPhase;
  49. buildActionMask = 2147483647;
  50. files = (
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. AB92C7892A16646D00FCA57D /* Frameworks */ = {
  55. isa = PBXFrameworksBuildPhase;
  56. buildActionMask = 2147483647;
  57. files = (
  58. );
  59. runOnlyForDeploymentPostprocessing = 0;
  60. };
  61. AB92C7932A16646D00FCA57D /* Frameworks */ = {
  62. isa = PBXFrameworksBuildPhase;
  63. buildActionMask = 2147483647;
  64. files = (
  65. );
  66. runOnlyForDeploymentPostprocessing = 0;
  67. };
  68. /* End PBXFrameworksBuildPhase section */
  69. /* Begin PBXGroup section */
  70. AB92C7722A16646C00FCA57D = {
  71. isa = PBXGroup;
  72. children = (
  73. AB92C77D2A16646C00FCA57D /* sdsz74 */,
  74. AB92C78F2A16646D00FCA57D /* sdsz74Tests */,
  75. AB92C7992A16646D00FCA57D /* sdsz74UITests */,
  76. AB92C77C2A16646C00FCA57D /* Products */,
  77. );
  78. sourceTree = "<group>";
  79. };
  80. AB92C77C2A16646C00FCA57D /* Products */ = {
  81. isa = PBXGroup;
  82. children = (
  83. AB92C77B2A16646C00FCA57D /* sdsz74.app */,
  84. AB92C78C2A16646D00FCA57D /* sdsz74Tests.xctest */,
  85. AB92C7962A16646D00FCA57D /* sdsz74UITests.xctest */,
  86. );
  87. name = Products;
  88. sourceTree = "<group>";
  89. };
  90. AB92C77D2A16646C00FCA57D /* sdsz74 */ = {
  91. isa = PBXGroup;
  92. children = (
  93. AB92C77E2A16646C00FCA57D /* sdsz74App.swift */,
  94. AB92C7802A16646C00FCA57D /* ContentView.swift */,
  95. AB92C7822A16646D00FCA57D /* Assets.xcassets */,
  96. AB92C7842A16646D00FCA57D /* sdsz74.entitlements */,
  97. AB92C7852A16646D00FCA57D /* Preview Content */,
  98. );
  99. path = sdsz74;
  100. sourceTree = "<group>";
  101. };
  102. AB92C7852A16646D00FCA57D /* Preview Content */ = {
  103. isa = PBXGroup;
  104. children = (
  105. AB92C7862A16646D00FCA57D /* Preview Assets.xcassets */,
  106. );
  107. path = "Preview Content";
  108. sourceTree = "<group>";
  109. };
  110. AB92C78F2A16646D00FCA57D /* sdsz74Tests */ = {
  111. isa = PBXGroup;
  112. children = (
  113. AB92C7902A16646D00FCA57D /* sdsz74Tests.swift */,
  114. );
  115. path = sdsz74Tests;
  116. sourceTree = "<group>";
  117. };
  118. AB92C7992A16646D00FCA57D /* sdsz74UITests */ = {
  119. isa = PBXGroup;
  120. children = (
  121. AB92C79A2A16646D00FCA57D /* sdsz74UITests.swift */,
  122. AB92C79C2A16646D00FCA57D /* sdsz74UITestsLaunchTests.swift */,
  123. );
  124. path = sdsz74UITests;
  125. sourceTree = "<group>";
  126. };
  127. /* End PBXGroup section */
  128. /* Begin PBXNativeTarget section */
  129. AB92C77A2A16646C00FCA57D /* sdsz74 */ = {
  130. isa = PBXNativeTarget;
  131. buildConfigurationList = AB92C7A02A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74" */;
  132. buildPhases = (
  133. AB92C7772A16646C00FCA57D /* Sources */,
  134. AB92C7782A16646C00FCA57D /* Frameworks */,
  135. AB92C7792A16646C00FCA57D /* Resources */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. );
  141. name = sdsz74;
  142. productName = sdsz74;
  143. productReference = AB92C77B2A16646C00FCA57D /* sdsz74.app */;
  144. productType = "com.apple.product-type.application";
  145. };
  146. AB92C78B2A16646D00FCA57D /* sdsz74Tests */ = {
  147. isa = PBXNativeTarget;
  148. buildConfigurationList = AB92C7A32A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74Tests" */;
  149. buildPhases = (
  150. AB92C7882A16646D00FCA57D /* Sources */,
  151. AB92C7892A16646D00FCA57D /* Frameworks */,
  152. AB92C78A2A16646D00FCA57D /* Resources */,
  153. );
  154. buildRules = (
  155. );
  156. dependencies = (
  157. AB92C78E2A16646D00FCA57D /* PBXTargetDependency */,
  158. );
  159. name = sdsz74Tests;
  160. productName = sdsz74Tests;
  161. productReference = AB92C78C2A16646D00FCA57D /* sdsz74Tests.xctest */;
  162. productType = "com.apple.product-type.bundle.unit-test";
  163. };
  164. AB92C7952A16646D00FCA57D /* sdsz74UITests */ = {
  165. isa = PBXNativeTarget;
  166. buildConfigurationList = AB92C7A62A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74UITests" */;
  167. buildPhases = (
  168. AB92C7922A16646D00FCA57D /* Sources */,
  169. AB92C7932A16646D00FCA57D /* Frameworks */,
  170. AB92C7942A16646D00FCA57D /* Resources */,
  171. );
  172. buildRules = (
  173. );
  174. dependencies = (
  175. AB92C7982A16646D00FCA57D /* PBXTargetDependency */,
  176. );
  177. name = sdsz74UITests;
  178. productName = sdsz74UITests;
  179. productReference = AB92C7962A16646D00FCA57D /* sdsz74UITests.xctest */;
  180. productType = "com.apple.product-type.bundle.ui-testing";
  181. };
  182. /* End PBXNativeTarget section */
  183. /* Begin PBXProject section */
  184. AB92C7732A16646C00FCA57D /* Project object */ = {
  185. isa = PBXProject;
  186. attributes = {
  187. BuildIndependentTargetsInParallel = 1;
  188. LastSwiftUpdateCheck = 1430;
  189. LastUpgradeCheck = 1430;
  190. TargetAttributes = {
  191. AB92C77A2A16646C00FCA57D = {
  192. CreatedOnToolsVersion = 14.3;
  193. };
  194. AB92C78B2A16646D00FCA57D = {
  195. CreatedOnToolsVersion = 14.3;
  196. TestTargetID = AB92C77A2A16646C00FCA57D;
  197. };
  198. AB92C7952A16646D00FCA57D = {
  199. CreatedOnToolsVersion = 14.3;
  200. TestTargetID = AB92C77A2A16646C00FCA57D;
  201. };
  202. };
  203. };
  204. buildConfigurationList = AB92C7762A16646C00FCA57D /* Build configuration list for PBXProject "sdsz74" */;
  205. compatibilityVersion = "Xcode 14.0";
  206. developmentRegion = en;
  207. hasScannedForEncodings = 0;
  208. knownRegions = (
  209. en,
  210. Base,
  211. );
  212. mainGroup = AB92C7722A16646C00FCA57D;
  213. productRefGroup = AB92C77C2A16646C00FCA57D /* Products */;
  214. projectDirPath = "";
  215. projectRoot = "";
  216. targets = (
  217. AB92C77A2A16646C00FCA57D /* sdsz74 */,
  218. AB92C78B2A16646D00FCA57D /* sdsz74Tests */,
  219. AB92C7952A16646D00FCA57D /* sdsz74UITests */,
  220. );
  221. };
  222. /* End PBXProject section */
  223. /* Begin PBXResourcesBuildPhase section */
  224. AB92C7792A16646C00FCA57D /* Resources */ = {
  225. isa = PBXResourcesBuildPhase;
  226. buildActionMask = 2147483647;
  227. files = (
  228. AB92C7872A16646D00FCA57D /* Preview Assets.xcassets in Resources */,
  229. AB92C7832A16646D00FCA57D /* Assets.xcassets in Resources */,
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. AB92C78A2A16646D00FCA57D /* Resources */ = {
  234. isa = PBXResourcesBuildPhase;
  235. buildActionMask = 2147483647;
  236. files = (
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. };
  240. AB92C7942A16646D00FCA57D /* Resources */ = {
  241. isa = PBXResourcesBuildPhase;
  242. buildActionMask = 2147483647;
  243. files = (
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. /* End PBXResourcesBuildPhase section */
  248. /* Begin PBXSourcesBuildPhase section */
  249. AB92C7772A16646C00FCA57D /* Sources */ = {
  250. isa = PBXSourcesBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. AB92C7812A16646C00FCA57D /* ContentView.swift in Sources */,
  254. AB92C77F2A16646C00FCA57D /* sdsz74App.swift in Sources */,
  255. );
  256. runOnlyForDeploymentPostprocessing = 0;
  257. };
  258. AB92C7882A16646D00FCA57D /* Sources */ = {
  259. isa = PBXSourcesBuildPhase;
  260. buildActionMask = 2147483647;
  261. files = (
  262. AB92C7912A16646D00FCA57D /* sdsz74Tests.swift in Sources */,
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. AB92C7922A16646D00FCA57D /* Sources */ = {
  267. isa = PBXSourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. AB92C79B2A16646D00FCA57D /* sdsz74UITests.swift in Sources */,
  271. AB92C79D2A16646D00FCA57D /* sdsz74UITestsLaunchTests.swift in Sources */,
  272. );
  273. runOnlyForDeploymentPostprocessing = 0;
  274. };
  275. /* End PBXSourcesBuildPhase section */
  276. /* Begin PBXTargetDependency section */
  277. AB92C78E2A16646D00FCA57D /* PBXTargetDependency */ = {
  278. isa = PBXTargetDependency;
  279. target = AB92C77A2A16646C00FCA57D /* sdsz74 */;
  280. targetProxy = AB92C78D2A16646D00FCA57D /* PBXContainerItemProxy */;
  281. };
  282. AB92C7982A16646D00FCA57D /* PBXTargetDependency */ = {
  283. isa = PBXTargetDependency;
  284. target = AB92C77A2A16646C00FCA57D /* sdsz74 */;
  285. targetProxy = AB92C7972A16646D00FCA57D /* PBXContainerItemProxy */;
  286. };
  287. /* End PBXTargetDependency section */
  288. /* Begin XCBuildConfiguration section */
  289. AB92C79E2A16646D00FCA57D /* Debug */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. ALWAYS_SEARCH_USER_PATHS = NO;
  293. CLANG_ANALYZER_NONNULL = YES;
  294. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  295. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  296. CLANG_ENABLE_MODULES = YES;
  297. CLANG_ENABLE_OBJC_ARC = YES;
  298. CLANG_ENABLE_OBJC_WEAK = YES;
  299. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  300. CLANG_WARN_BOOL_CONVERSION = YES;
  301. CLANG_WARN_COMMA = YES;
  302. CLANG_WARN_CONSTANT_CONVERSION = YES;
  303. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  304. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  305. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  306. CLANG_WARN_EMPTY_BODY = YES;
  307. CLANG_WARN_ENUM_CONVERSION = YES;
  308. CLANG_WARN_INFINITE_RECURSION = YES;
  309. CLANG_WARN_INT_CONVERSION = YES;
  310. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  311. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  312. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  313. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  314. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  315. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  316. CLANG_WARN_STRICT_PROTOTYPES = YES;
  317. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  318. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  319. CLANG_WARN_UNREACHABLE_CODE = YES;
  320. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  321. COPY_PHASE_STRIP = NO;
  322. DEBUG_INFORMATION_FORMAT = dwarf;
  323. ENABLE_STRICT_OBJC_MSGSEND = YES;
  324. ENABLE_TESTABILITY = YES;
  325. GCC_C_LANGUAGE_STANDARD = gnu11;
  326. GCC_DYNAMIC_NO_PIC = NO;
  327. GCC_NO_COMMON_BLOCKS = YES;
  328. GCC_OPTIMIZATION_LEVEL = 0;
  329. GCC_PREPROCESSOR_DEFINITIONS = (
  330. "DEBUG=1",
  331. "$(inherited)",
  332. );
  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. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  340. MTL_FAST_MATH = YES;
  341. ONLY_ACTIVE_ARCH = YES;
  342. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  343. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  344. };
  345. name = Debug;
  346. };
  347. AB92C79F2A16646D00FCA57D /* 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. MTL_ENABLE_DEBUG_INFO = NO;
  392. MTL_FAST_MATH = YES;
  393. SWIFT_COMPILATION_MODE = wholemodule;
  394. SWIFT_OPTIMIZATION_LEVEL = "-O";
  395. };
  396. name = Release;
  397. };
  398. AB92C7A12A16646D00FCA57D /* Debug */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  402. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  403. CODE_SIGN_ENTITLEMENTS = sdsz74/sdsz74.entitlements;
  404. CODE_SIGN_STYLE = Automatic;
  405. CURRENT_PROJECT_VERSION = 1;
  406. DEVELOPMENT_ASSET_PATHS = "\"sdsz74/Preview Content\"";
  407. ENABLE_PREVIEWS = YES;
  408. GENERATE_INFOPLIST_FILE = YES;
  409. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
  410. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
  411. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
  412. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
  413. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
  414. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
  415. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
  416. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
  417. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  418. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  419. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  420. LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
  421. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
  422. MACOSX_DEPLOYMENT_TARGET = 13.0;
  423. MARKETING_VERSION = 1.0;
  424. PRODUCT_BUNDLE_IDENTIFIER = sdsz74.sdsz74;
  425. PRODUCT_NAME = "$(TARGET_NAME)";
  426. SDKROOT = auto;
  427. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  428. SWIFT_EMIT_LOC_STRINGS = YES;
  429. SWIFT_VERSION = 5.0;
  430. TARGETED_DEVICE_FAMILY = "1,2";
  431. };
  432. name = Debug;
  433. };
  434. AB92C7A22A16646D00FCA57D /* Release */ = {
  435. isa = XCBuildConfiguration;
  436. buildSettings = {
  437. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  438. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  439. CODE_SIGN_ENTITLEMENTS = sdsz74/sdsz74.entitlements;
  440. CODE_SIGN_STYLE = Automatic;
  441. CURRENT_PROJECT_VERSION = 1;
  442. DEVELOPMENT_ASSET_PATHS = "\"sdsz74/Preview Content\"";
  443. ENABLE_PREVIEWS = YES;
  444. GENERATE_INFOPLIST_FILE = YES;
  445. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
  446. "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
  447. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
  448. "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
  449. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
  450. "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
  451. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
  452. "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
  453. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  454. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  455. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  456. LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
  457. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
  458. MACOSX_DEPLOYMENT_TARGET = 13.0;
  459. MARKETING_VERSION = 1.0;
  460. PRODUCT_BUNDLE_IDENTIFIER = sdsz74.sdsz74;
  461. PRODUCT_NAME = "$(TARGET_NAME)";
  462. SDKROOT = auto;
  463. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  464. SWIFT_EMIT_LOC_STRINGS = YES;
  465. SWIFT_VERSION = 5.0;
  466. TARGETED_DEVICE_FAMILY = "1,2";
  467. };
  468. name = Release;
  469. };
  470. AB92C7A42A16646D00FCA57D /* Debug */ = {
  471. isa = XCBuildConfiguration;
  472. buildSettings = {
  473. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  474. BUNDLE_LOADER = "$(TEST_HOST)";
  475. CODE_SIGN_STYLE = Automatic;
  476. CURRENT_PROJECT_VERSION = 1;
  477. GENERATE_INFOPLIST_FILE = YES;
  478. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  479. MACOSX_DEPLOYMENT_TARGET = 13.0;
  480. MARKETING_VERSION = 1.0;
  481. PRODUCT_BUNDLE_IDENTIFIER = sdsz74.sdsz74Tests;
  482. PRODUCT_NAME = "$(TARGET_NAME)";
  483. SDKROOT = auto;
  484. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  485. SWIFT_EMIT_LOC_STRINGS = NO;
  486. SWIFT_VERSION = 5.0;
  487. TARGETED_DEVICE_FAMILY = "1,2";
  488. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sdsz74.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/sdsz74";
  489. };
  490. name = Debug;
  491. };
  492. AB92C7A52A16646D00FCA57D /* Release */ = {
  493. isa = XCBuildConfiguration;
  494. buildSettings = {
  495. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  496. BUNDLE_LOADER = "$(TEST_HOST)";
  497. CODE_SIGN_STYLE = Automatic;
  498. CURRENT_PROJECT_VERSION = 1;
  499. GENERATE_INFOPLIST_FILE = YES;
  500. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  501. MACOSX_DEPLOYMENT_TARGET = 13.0;
  502. MARKETING_VERSION = 1.0;
  503. PRODUCT_BUNDLE_IDENTIFIER = sdsz74.sdsz74Tests;
  504. PRODUCT_NAME = "$(TARGET_NAME)";
  505. SDKROOT = auto;
  506. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  507. SWIFT_EMIT_LOC_STRINGS = NO;
  508. SWIFT_VERSION = 5.0;
  509. TARGETED_DEVICE_FAMILY = "1,2";
  510. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sdsz74.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/sdsz74";
  511. };
  512. name = Release;
  513. };
  514. AB92C7A72A16646D00FCA57D /* Debug */ = {
  515. isa = XCBuildConfiguration;
  516. buildSettings = {
  517. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  518. CODE_SIGN_STYLE = Automatic;
  519. CURRENT_PROJECT_VERSION = 1;
  520. GENERATE_INFOPLIST_FILE = YES;
  521. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  522. MACOSX_DEPLOYMENT_TARGET = 13.0;
  523. MARKETING_VERSION = 1.0;
  524. PRODUCT_BUNDLE_IDENTIFIER = sdsz74.sdsz74UITests;
  525. PRODUCT_NAME = "$(TARGET_NAME)";
  526. SDKROOT = auto;
  527. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  528. SWIFT_EMIT_LOC_STRINGS = NO;
  529. SWIFT_VERSION = 5.0;
  530. TARGETED_DEVICE_FAMILY = "1,2";
  531. TEST_TARGET_NAME = sdsz74;
  532. };
  533. name = Debug;
  534. };
  535. AB92C7A82A16646D00FCA57D /* Release */ = {
  536. isa = XCBuildConfiguration;
  537. buildSettings = {
  538. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  539. CODE_SIGN_STYLE = Automatic;
  540. CURRENT_PROJECT_VERSION = 1;
  541. GENERATE_INFOPLIST_FILE = YES;
  542. IPHONEOS_DEPLOYMENT_TARGET = 16.4;
  543. MACOSX_DEPLOYMENT_TARGET = 13.0;
  544. MARKETING_VERSION = 1.0;
  545. PRODUCT_BUNDLE_IDENTIFIER = sdsz74.sdsz74UITests;
  546. PRODUCT_NAME = "$(TARGET_NAME)";
  547. SDKROOT = auto;
  548. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
  549. SWIFT_EMIT_LOC_STRINGS = NO;
  550. SWIFT_VERSION = 5.0;
  551. TARGETED_DEVICE_FAMILY = "1,2";
  552. TEST_TARGET_NAME = sdsz74;
  553. };
  554. name = Release;
  555. };
  556. /* End XCBuildConfiguration section */
  557. /* Begin XCConfigurationList section */
  558. AB92C7762A16646C00FCA57D /* Build configuration list for PBXProject "sdsz74" */ = {
  559. isa = XCConfigurationList;
  560. buildConfigurations = (
  561. AB92C79E2A16646D00FCA57D /* Debug */,
  562. AB92C79F2A16646D00FCA57D /* Release */,
  563. );
  564. defaultConfigurationIsVisible = 0;
  565. defaultConfigurationName = Release;
  566. };
  567. AB92C7A02A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74" */ = {
  568. isa = XCConfigurationList;
  569. buildConfigurations = (
  570. AB92C7A12A16646D00FCA57D /* Debug */,
  571. AB92C7A22A16646D00FCA57D /* Release */,
  572. );
  573. defaultConfigurationIsVisible = 0;
  574. defaultConfigurationName = Release;
  575. };
  576. AB92C7A32A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74Tests" */ = {
  577. isa = XCConfigurationList;
  578. buildConfigurations = (
  579. AB92C7A42A16646D00FCA57D /* Debug */,
  580. AB92C7A52A16646D00FCA57D /* Release */,
  581. );
  582. defaultConfigurationIsVisible = 0;
  583. defaultConfigurationName = Release;
  584. };
  585. AB92C7A62A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74UITests" */ = {
  586. isa = XCConfigurationList;
  587. buildConfigurations = (
  588. AB92C7A72A16646D00FCA57D /* Debug */,
  589. AB92C7A82A16646D00FCA57D /* Release */,
  590. );
  591. defaultConfigurationIsVisible = 0;
  592. defaultConfigurationName = Release;
  593. };
  594. /* End XCConfigurationList section */
  595. };
  596. rootObject = AB92C7732A16646C00FCA57D /* Project object */;
  597. }