project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 14A98C4F235D284F00BBB893 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A98C4E235D284F00BBB893 /* AppDelegate.swift */; };
  10. 14A98C51235D284F00BBB893 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A98C50235D284F00BBB893 /* SceneDelegate.swift */; };
  11. 14A98C53235D284F00BBB893 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A98C52235D284F00BBB893 /* ViewController.swift */; };
  12. 14A98C56235D284F00BBB893 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 14A98C54235D284F00BBB893 /* Main.storyboard */; };
  13. 14A98C58235D285000BBB893 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 14A98C57235D285000BBB893 /* Assets.xcassets */; };
  14. 14A98C5B235D285000BBB893 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 14A98C59235D285000BBB893 /* LaunchScreen.storyboard */; };
  15. 14A98C65235D286B00BBB893 /* KeychainAccess.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14A98C64235D286B00BBB893 /* KeychainAccess.framework */; };
  16. 14A98C66235D286B00BBB893 /* KeychainAccess.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 14A98C64235D286B00BBB893 /* KeychainAccess.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. 14A98C88235D2AFA00BBB893 /* ErrorTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A98C84235D2AFA00BBB893 /* ErrorTypeTests.swift */; };
  18. 14A98C8A235D2AFA00BBB893 /* KeychainAccessTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A98C86235D2AFA00BBB893 /* KeychainAccessTests.swift */; };
  19. 14A98C8B235D2AFA00BBB893 /* EnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A98C87235D2AFA00BBB893 /* EnumTests.swift */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. 14A98C82235D293300BBB893 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = 14A98C43235D284F00BBB893 /* Project object */;
  25. proxyType = 1;
  26. remoteGlobalIDString = 14A98C4A235D284F00BBB893;
  27. remoteInfo = "TestHost-MacCatalyst";
  28. };
  29. /* End PBXContainerItemProxy section */
  30. /* Begin PBXCopyFilesBuildPhase section */
  31. 14A98C67235D286B00BBB893 /* Embed Frameworks */ = {
  32. isa = PBXCopyFilesBuildPhase;
  33. buildActionMask = 2147483647;
  34. dstPath = "";
  35. dstSubfolderSpec = 10;
  36. files = (
  37. 14A98C66235D286B00BBB893 /* KeychainAccess.framework in Embed Frameworks */,
  38. );
  39. name = "Embed Frameworks";
  40. runOnlyForDeploymentPostprocessing = 0;
  41. };
  42. /* End PBXCopyFilesBuildPhase section */
  43. /* Begin PBXFileReference section */
  44. 14A98C4B235D284F00BBB893 /* TestHost-MacCatalyst.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "TestHost-MacCatalyst.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  45. 14A98C4E235D284F00BBB893 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  46. 14A98C50235D284F00BBB893 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  47. 14A98C52235D284F00BBB893 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  48. 14A98C55235D284F00BBB893 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  49. 14A98C57235D285000BBB893 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  50. 14A98C5A235D285000BBB893 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  51. 14A98C5C235D285000BBB893 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  52. 14A98C62235D286500BBB893 /* TestHost-MacCatalyst.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "TestHost-MacCatalyst.entitlements"; sourceTree = "<group>"; };
  53. 14A98C64235D286B00BBB893 /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  54. 14A98C7A235D292000BBB893 /* KeychainAccessTests-MacCatalyst.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "KeychainAccessTests-MacCatalyst.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  55. 14A98C7E235D292000BBB893 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56. 14A98C84235D2AFA00BBB893 /* ErrorTypeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorTypeTests.swift; sourceTree = "<group>"; };
  57. 14A98C86235D2AFA00BBB893 /* KeychainAccessTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainAccessTests.swift; sourceTree = "<group>"; };
  58. 14A98C87235D2AFA00BBB893 /* EnumTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumTests.swift; sourceTree = "<group>"; };
  59. /* End PBXFileReference section */
  60. /* Begin PBXFrameworksBuildPhase section */
  61. 14A98C48235D284F00BBB893 /* Frameworks */ = {
  62. isa = PBXFrameworksBuildPhase;
  63. buildActionMask = 2147483647;
  64. files = (
  65. 14A98C65235D286B00BBB893 /* KeychainAccess.framework in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. 14A98C77235D292000BBB893 /* Frameworks */ = {
  70. isa = PBXFrameworksBuildPhase;
  71. buildActionMask = 2147483647;
  72. files = (
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. /* End PBXFrameworksBuildPhase section */
  77. /* Begin PBXGroup section */
  78. 14A98C42235D284F00BBB893 = {
  79. isa = PBXGroup;
  80. children = (
  81. 14A98C4D235D284F00BBB893 /* TestHost-MacCatalyst */,
  82. 14A98C7B235D292000BBB893 /* KeychainAccessTests-MacCatalyst */,
  83. 14A98C4C235D284F00BBB893 /* Products */,
  84. 14A98C63235D286B00BBB893 /* Frameworks */,
  85. );
  86. sourceTree = "<group>";
  87. };
  88. 14A98C4C235D284F00BBB893 /* Products */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 14A98C4B235D284F00BBB893 /* TestHost-MacCatalyst.app */,
  92. 14A98C7A235D292000BBB893 /* KeychainAccessTests-MacCatalyst.xctest */,
  93. );
  94. name = Products;
  95. sourceTree = "<group>";
  96. };
  97. 14A98C4D235D284F00BBB893 /* TestHost-MacCatalyst */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 14A98C4E235D284F00BBB893 /* AppDelegate.swift */,
  101. 14A98C50235D284F00BBB893 /* SceneDelegate.swift */,
  102. 14A98C52235D284F00BBB893 /* ViewController.swift */,
  103. 14A98C54235D284F00BBB893 /* Main.storyboard */,
  104. 14A98C59235D285000BBB893 /* LaunchScreen.storyboard */,
  105. 14A98C57235D285000BBB893 /* Assets.xcassets */,
  106. 14A98C5C235D285000BBB893 /* Info.plist */,
  107. 14A98C62235D286500BBB893 /* TestHost-MacCatalyst.entitlements */,
  108. );
  109. path = "TestHost-MacCatalyst";
  110. sourceTree = "<group>";
  111. };
  112. 14A98C63235D286B00BBB893 /* Frameworks */ = {
  113. isa = PBXGroup;
  114. children = (
  115. 14A98C64235D286B00BBB893 /* KeychainAccess.framework */,
  116. );
  117. name = Frameworks;
  118. sourceTree = "<group>";
  119. };
  120. 14A98C7B235D292000BBB893 /* KeychainAccessTests-MacCatalyst */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 14A98C86235D2AFA00BBB893 /* KeychainAccessTests.swift */,
  124. 14A98C87235D2AFA00BBB893 /* EnumTests.swift */,
  125. 14A98C84235D2AFA00BBB893 /* ErrorTypeTests.swift */,
  126. 14A98C7E235D292000BBB893 /* Info.plist */,
  127. );
  128. path = "KeychainAccessTests-MacCatalyst";
  129. sourceTree = "<group>";
  130. };
  131. /* End PBXGroup section */
  132. /* Begin PBXNativeTarget section */
  133. 14A98C4A235D284F00BBB893 /* TestHost-MacCatalyst */ = {
  134. isa = PBXNativeTarget;
  135. buildConfigurationList = 14A98C5F235D285000BBB893 /* Build configuration list for PBXNativeTarget "TestHost-MacCatalyst" */;
  136. buildPhases = (
  137. 14A98C47235D284F00BBB893 /* Sources */,
  138. 14A98C48235D284F00BBB893 /* Frameworks */,
  139. 14A98C49235D284F00BBB893 /* Resources */,
  140. 14A98C67235D286B00BBB893 /* Embed Frameworks */,
  141. );
  142. buildRules = (
  143. );
  144. dependencies = (
  145. );
  146. name = "TestHost-MacCatalyst";
  147. productName = "TestHost-MacCatalyst";
  148. productReference = 14A98C4B235D284F00BBB893 /* TestHost-MacCatalyst.app */;
  149. productType = "com.apple.product-type.application";
  150. };
  151. 14A98C79235D292000BBB893 /* KeychainAccessTests-MacCatalyst */ = {
  152. isa = PBXNativeTarget;
  153. buildConfigurationList = 14A98C7F235D292000BBB893 /* Build configuration list for PBXNativeTarget "KeychainAccessTests-MacCatalyst" */;
  154. buildPhases = (
  155. 14A98C76235D292000BBB893 /* Sources */,
  156. 14A98C77235D292000BBB893 /* Frameworks */,
  157. 14A98C78235D292000BBB893 /* Resources */,
  158. );
  159. buildRules = (
  160. );
  161. dependencies = (
  162. 14A98C83235D293300BBB893 /* PBXTargetDependency */,
  163. );
  164. name = "KeychainAccessTests-MacCatalyst";
  165. productName = "KeychainAccessTests-MacCatalyst";
  166. productReference = 14A98C7A235D292000BBB893 /* KeychainAccessTests-MacCatalyst.xctest */;
  167. productType = "com.apple.product-type.bundle.unit-test";
  168. };
  169. /* End PBXNativeTarget section */
  170. /* Begin PBXProject section */
  171. 14A98C43235D284F00BBB893 /* Project object */ = {
  172. isa = PBXProject;
  173. attributes = {
  174. LastSwiftUpdateCheck = 1100;
  175. LastUpgradeCheck = 1200;
  176. ORGANIZATIONNAME = "Kishikawa Katsumi";
  177. TargetAttributes = {
  178. 14A98C4A235D284F00BBB893 = {
  179. CreatedOnToolsVersion = 11.0;
  180. };
  181. 14A98C79235D292000BBB893 = {
  182. CreatedOnToolsVersion = 11.0;
  183. LastSwiftMigration = 1100;
  184. TestTargetID = 14A98C4A235D284F00BBB893;
  185. };
  186. };
  187. };
  188. buildConfigurationList = 14A98C46235D284F00BBB893 /* Build configuration list for PBXProject "TestHost-MacCatalyst" */;
  189. compatibilityVersion = "Xcode 9.3";
  190. developmentRegion = en;
  191. hasScannedForEncodings = 0;
  192. knownRegions = (
  193. en,
  194. Base,
  195. );
  196. mainGroup = 14A98C42235D284F00BBB893;
  197. productRefGroup = 14A98C4C235D284F00BBB893 /* Products */;
  198. projectDirPath = "";
  199. projectRoot = "";
  200. targets = (
  201. 14A98C4A235D284F00BBB893 /* TestHost-MacCatalyst */,
  202. 14A98C79235D292000BBB893 /* KeychainAccessTests-MacCatalyst */,
  203. );
  204. };
  205. /* End PBXProject section */
  206. /* Begin PBXResourcesBuildPhase section */
  207. 14A98C49235D284F00BBB893 /* Resources */ = {
  208. isa = PBXResourcesBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. 14A98C5B235D285000BBB893 /* LaunchScreen.storyboard in Resources */,
  212. 14A98C58235D285000BBB893 /* Assets.xcassets in Resources */,
  213. 14A98C56235D284F00BBB893 /* Main.storyboard in Resources */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. 14A98C78235D292000BBB893 /* Resources */ = {
  218. isa = PBXResourcesBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXResourcesBuildPhase section */
  225. /* Begin PBXSourcesBuildPhase section */
  226. 14A98C47235D284F00BBB893 /* Sources */ = {
  227. isa = PBXSourcesBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. 14A98C53235D284F00BBB893 /* ViewController.swift in Sources */,
  231. 14A98C4F235D284F00BBB893 /* AppDelegate.swift in Sources */,
  232. 14A98C51235D284F00BBB893 /* SceneDelegate.swift in Sources */,
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. 14A98C76235D292000BBB893 /* Sources */ = {
  237. isa = PBXSourcesBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. 14A98C88235D2AFA00BBB893 /* ErrorTypeTests.swift in Sources */,
  241. 14A98C8B235D2AFA00BBB893 /* EnumTests.swift in Sources */,
  242. 14A98C8A235D2AFA00BBB893 /* KeychainAccessTests.swift in Sources */,
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. /* End PBXSourcesBuildPhase section */
  247. /* Begin PBXTargetDependency section */
  248. 14A98C83235D293300BBB893 /* PBXTargetDependency */ = {
  249. isa = PBXTargetDependency;
  250. target = 14A98C4A235D284F00BBB893 /* TestHost-MacCatalyst */;
  251. targetProxy = 14A98C82235D293300BBB893 /* PBXContainerItemProxy */;
  252. };
  253. /* End PBXTargetDependency section */
  254. /* Begin PBXVariantGroup section */
  255. 14A98C54235D284F00BBB893 /* Main.storyboard */ = {
  256. isa = PBXVariantGroup;
  257. children = (
  258. 14A98C55235D284F00BBB893 /* Base */,
  259. );
  260. name = Main.storyboard;
  261. sourceTree = "<group>";
  262. };
  263. 14A98C59235D285000BBB893 /* LaunchScreen.storyboard */ = {
  264. isa = PBXVariantGroup;
  265. children = (
  266. 14A98C5A235D285000BBB893 /* Base */,
  267. );
  268. name = LaunchScreen.storyboard;
  269. sourceTree = "<group>";
  270. };
  271. /* End PBXVariantGroup section */
  272. /* Begin XCBuildConfiguration section */
  273. 14A98C5D235D285000BBB893 /* Debug */ = {
  274. isa = XCBuildConfiguration;
  275. buildSettings = {
  276. ALWAYS_SEARCH_USER_PATHS = NO;
  277. CLANG_ANALYZER_NONNULL = YES;
  278. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  279. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  280. CLANG_CXX_LIBRARY = "libc++";
  281. CLANG_ENABLE_MODULES = YES;
  282. CLANG_ENABLE_OBJC_ARC = YES;
  283. CLANG_ENABLE_OBJC_WEAK = YES;
  284. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  285. CLANG_WARN_BOOL_CONVERSION = YES;
  286. CLANG_WARN_COMMA = YES;
  287. CLANG_WARN_CONSTANT_CONVERSION = YES;
  288. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  289. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  290. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  291. CLANG_WARN_EMPTY_BODY = YES;
  292. CLANG_WARN_ENUM_CONVERSION = YES;
  293. CLANG_WARN_INFINITE_RECURSION = YES;
  294. CLANG_WARN_INT_CONVERSION = YES;
  295. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  296. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  297. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  298. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  299. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  300. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  301. CLANG_WARN_STRICT_PROTOTYPES = YES;
  302. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  303. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  304. CLANG_WARN_UNREACHABLE_CODE = YES;
  305. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  306. COPY_PHASE_STRIP = NO;
  307. DEBUG_INFORMATION_FORMAT = dwarf;
  308. ENABLE_STRICT_OBJC_MSGSEND = YES;
  309. ENABLE_TESTABILITY = YES;
  310. GCC_C_LANGUAGE_STANDARD = gnu11;
  311. GCC_DYNAMIC_NO_PIC = NO;
  312. GCC_NO_COMMON_BLOCKS = YES;
  313. GCC_OPTIMIZATION_LEVEL = 0;
  314. GCC_PREPROCESSOR_DEFINITIONS = (
  315. "DEBUG=1",
  316. "$(inherited)",
  317. );
  318. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  319. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  320. GCC_WARN_UNDECLARED_SELECTOR = YES;
  321. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  322. GCC_WARN_UNUSED_FUNCTION = YES;
  323. GCC_WARN_UNUSED_VARIABLE = YES;
  324. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  325. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  326. MTL_FAST_MATH = YES;
  327. ONLY_ACTIVE_ARCH = YES;
  328. SDKROOT = iphoneos;
  329. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  330. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  331. };
  332. name = Debug;
  333. };
  334. 14A98C5E235D285000BBB893 /* Release */ = {
  335. isa = XCBuildConfiguration;
  336. buildSettings = {
  337. ALWAYS_SEARCH_USER_PATHS = NO;
  338. CLANG_ANALYZER_NONNULL = YES;
  339. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  340. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  341. CLANG_CXX_LIBRARY = "libc++";
  342. CLANG_ENABLE_MODULES = YES;
  343. CLANG_ENABLE_OBJC_ARC = YES;
  344. CLANG_ENABLE_OBJC_WEAK = YES;
  345. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  346. CLANG_WARN_BOOL_CONVERSION = YES;
  347. CLANG_WARN_COMMA = YES;
  348. CLANG_WARN_CONSTANT_CONVERSION = YES;
  349. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  350. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  351. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  352. CLANG_WARN_EMPTY_BODY = YES;
  353. CLANG_WARN_ENUM_CONVERSION = YES;
  354. CLANG_WARN_INFINITE_RECURSION = YES;
  355. CLANG_WARN_INT_CONVERSION = YES;
  356. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  357. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  358. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  359. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  360. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  361. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  362. CLANG_WARN_STRICT_PROTOTYPES = YES;
  363. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  364. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  365. CLANG_WARN_UNREACHABLE_CODE = YES;
  366. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  367. COPY_PHASE_STRIP = NO;
  368. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  369. ENABLE_NS_ASSERTIONS = NO;
  370. ENABLE_STRICT_OBJC_MSGSEND = YES;
  371. GCC_C_LANGUAGE_STANDARD = gnu11;
  372. GCC_NO_COMMON_BLOCKS = YES;
  373. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  374. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  375. GCC_WARN_UNDECLARED_SELECTOR = YES;
  376. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  377. GCC_WARN_UNUSED_FUNCTION = YES;
  378. GCC_WARN_UNUSED_VARIABLE = YES;
  379. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  380. MTL_ENABLE_DEBUG_INFO = NO;
  381. MTL_FAST_MATH = YES;
  382. SDKROOT = iphoneos;
  383. SWIFT_COMPILATION_MODE = wholemodule;
  384. SWIFT_OPTIMIZATION_LEVEL = "-O";
  385. VALIDATE_PRODUCT = YES;
  386. };
  387. name = Release;
  388. };
  389. 14A98C60235D285000BBB893 /* Debug */ = {
  390. isa = XCBuildConfiguration;
  391. buildSettings = {
  392. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  393. CODE_SIGN_ENTITLEMENTS = "TestHost-MacCatalyst/TestHost-MacCatalyst.entitlements";
  394. CODE_SIGN_STYLE = Automatic;
  395. DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
  396. DEVELOPMENT_TEAM = 27AEDK3C9F;
  397. INFOPLIST_FILE = "TestHost-MacCatalyst/Info.plist";
  398. LD_RUNPATH_SEARCH_PATHS = (
  399. "$(inherited)",
  400. "@executable_path/Frameworks",
  401. );
  402. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.KeychainAccess.TestHost-MacCatalyst";
  403. PRODUCT_NAME = "$(TARGET_NAME)";
  404. SUPPORTS_MACCATALYST = YES;
  405. SWIFT_VERSION = 5.0;
  406. TARGETED_DEVICE_FAMILY = "1,2";
  407. };
  408. name = Debug;
  409. };
  410. 14A98C61235D285000BBB893 /* Release */ = {
  411. isa = XCBuildConfiguration;
  412. buildSettings = {
  413. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  414. CODE_SIGN_ENTITLEMENTS = "TestHost-MacCatalyst/TestHost-MacCatalyst.entitlements";
  415. CODE_SIGN_STYLE = Automatic;
  416. DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
  417. DEVELOPMENT_TEAM = 27AEDK3C9F;
  418. INFOPLIST_FILE = "TestHost-MacCatalyst/Info.plist";
  419. LD_RUNPATH_SEARCH_PATHS = (
  420. "$(inherited)",
  421. "@executable_path/Frameworks",
  422. );
  423. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.KeychainAccess.TestHost-MacCatalyst";
  424. PRODUCT_NAME = "$(TARGET_NAME)";
  425. SUPPORTS_MACCATALYST = YES;
  426. SWIFT_VERSION = 5.0;
  427. TARGETED_DEVICE_FAMILY = "1,2";
  428. };
  429. name = Release;
  430. };
  431. 14A98C80235D292000BBB893 /* Debug */ = {
  432. isa = XCBuildConfiguration;
  433. buildSettings = {
  434. CLANG_ENABLE_MODULES = YES;
  435. CODE_SIGN_STYLE = Automatic;
  436. DEVELOPMENT_TEAM = 27AEDK3C9F;
  437. INFOPLIST_FILE = "KeychainAccessTests-MacCatalyst/Info.plist";
  438. LD_RUNPATH_SEARCH_PATHS = (
  439. "$(inherited)",
  440. "@executable_path/Frameworks",
  441. "@loader_path/Frameworks",
  442. );
  443. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.KeychainAccessTests-MacCatalyst";
  444. PRODUCT_NAME = "$(TARGET_NAME)";
  445. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  446. SWIFT_VERSION = 5.0;
  447. TARGETED_DEVICE_FAMILY = "1,2";
  448. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestHost-MacCatalyst.app/TestHost-MacCatalyst";
  449. };
  450. name = Debug;
  451. };
  452. 14A98C81235D292000BBB893 /* Release */ = {
  453. isa = XCBuildConfiguration;
  454. buildSettings = {
  455. CLANG_ENABLE_MODULES = YES;
  456. CODE_SIGN_STYLE = Automatic;
  457. DEVELOPMENT_TEAM = 27AEDK3C9F;
  458. INFOPLIST_FILE = "KeychainAccessTests-MacCatalyst/Info.plist";
  459. LD_RUNPATH_SEARCH_PATHS = (
  460. "$(inherited)",
  461. "@executable_path/Frameworks",
  462. "@loader_path/Frameworks",
  463. );
  464. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.KeychainAccessTests-MacCatalyst";
  465. PRODUCT_NAME = "$(TARGET_NAME)";
  466. SWIFT_VERSION = 5.0;
  467. TARGETED_DEVICE_FAMILY = "1,2";
  468. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestHost-MacCatalyst.app/TestHost-MacCatalyst";
  469. };
  470. name = Release;
  471. };
  472. /* End XCBuildConfiguration section */
  473. /* Begin XCConfigurationList section */
  474. 14A98C46235D284F00BBB893 /* Build configuration list for PBXProject "TestHost-MacCatalyst" */ = {
  475. isa = XCConfigurationList;
  476. buildConfigurations = (
  477. 14A98C5D235D285000BBB893 /* Debug */,
  478. 14A98C5E235D285000BBB893 /* Release */,
  479. );
  480. defaultConfigurationIsVisible = 0;
  481. defaultConfigurationName = Release;
  482. };
  483. 14A98C5F235D285000BBB893 /* Build configuration list for PBXNativeTarget "TestHost-MacCatalyst" */ = {
  484. isa = XCConfigurationList;
  485. buildConfigurations = (
  486. 14A98C60235D285000BBB893 /* Debug */,
  487. 14A98C61235D285000BBB893 /* Release */,
  488. );
  489. defaultConfigurationIsVisible = 0;
  490. defaultConfigurationName = Release;
  491. };
  492. 14A98C7F235D292000BBB893 /* Build configuration list for PBXNativeTarget "KeychainAccessTests-MacCatalyst" */ = {
  493. isa = XCConfigurationList;
  494. buildConfigurations = (
  495. 14A98C80235D292000BBB893 /* Debug */,
  496. 14A98C81235D292000BBB893 /* Release */,
  497. );
  498. defaultConfigurationIsVisible = 0;
  499. defaultConfigurationName = Release;
  500. };
  501. /* End XCConfigurationList section */
  502. };
  503. rootObject = 14A98C43235D284F00BBB893 /* Project object */;
  504. }