project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 140F19621A49D79400B0016A /* KeychainAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 140F19611A49D79400B0016A /* KeychainAccess.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 140F196F1A49D79500B0016A /* KeychainAccessTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140F196E1A49D79500B0016A /* KeychainAccessTests.swift */; };
  11. 140F197B1A49D89200B0016A /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140F197A1A49D89200B0016A /* Keychain.swift */; };
  12. 142EDA851BCB505F00A32149 /* ErrorTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */; };
  13. 142EDB041BCBB0DD00A32149 /* SharedCredentialTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */; };
  14. 148F9D4A1BCB4118006EDF48 /* EnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148F9D491BCB4118006EDF48 /* EnumTests.swift */; };
  15. 14A630181D3293C700809B3F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A630171D3293C700809B3F /* AppDelegate.swift */; };
  16. 14A6301F1D3293C700809B3F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 14A6301E1D3293C700809B3F /* Assets.xcassets */; };
  17. 14C3A6781D32BF9C00349459 /* KeychainAccess.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 140F195C1A49D79400B0016A /* KeychainAccess.framework */; };
  18. 14C3A6791D32BF9C00349459 /* KeychainAccess.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 140F195C1A49D79400B0016A /* KeychainAccess.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXContainerItemProxy section */
  21. 140F19691A49D79500B0016A /* PBXContainerItemProxy */ = {
  22. isa = PBXContainerItemProxy;
  23. containerPortal = 140F19531A49D79400B0016A /* Project object */;
  24. proxyType = 1;
  25. remoteGlobalIDString = 140F195B1A49D79400B0016A;
  26. remoteInfo = KeychainAccess;
  27. };
  28. 14C3A67A1D32BF9C00349459 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = 140F19531A49D79400B0016A /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = 140F195B1A49D79400B0016A;
  33. remoteInfo = KeychainAccess;
  34. };
  35. 14F0C1991D32A160007DCDDB /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 140F19531A49D79400B0016A /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = 14A630141D3293C700809B3F;
  40. remoteInfo = TestHost;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXCopyFilesBuildPhase section */
  44. 14C3A67C1D32BF9D00349459 /* Embed Frameworks */ = {
  45. isa = PBXCopyFilesBuildPhase;
  46. buildActionMask = 2147483647;
  47. dstPath = "";
  48. dstSubfolderSpec = 10;
  49. files = (
  50. 14C3A6791D32BF9C00349459 /* KeychainAccess.framework in Embed Frameworks */,
  51. );
  52. name = "Embed Frameworks";
  53. runOnlyForDeploymentPostprocessing = 0;
  54. };
  55. /* End PBXCopyFilesBuildPhase section */
  56. /* Begin PBXFileReference section */
  57. 140F195C1A49D79400B0016A /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  58. 140F19601A49D79400B0016A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  59. 140F19611A49D79400B0016A /* KeychainAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeychainAccess.h; sourceTree = "<group>"; };
  60. 140F19671A49D79500B0016A /* KeychainAccessTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KeychainAccessTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  61. 140F196D1A49D79500B0016A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  62. 140F196E1A49D79500B0016A /* KeychainAccessTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainAccessTests.swift; sourceTree = "<group>"; };
  63. 140F197A1A49D89200B0016A /* Keychain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Keychain.swift; sourceTree = "<group>"; };
  64. 142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorTypeTests.swift; sourceTree = "<group>"; };
  65. 142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SharedCredentialTests.swift; sourceTree = "<group>"; };
  66. 148E44E51BF9EDCB004FFEC1 /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Base.xcconfig; path = Configurations/Base.xcconfig; sourceTree = "<group>"; };
  67. 148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Configurations/Debug.xcconfig; sourceTree = "<group>"; };
  68. 148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Configurations/Release.xcconfig; sourceTree = "<group>"; };
  69. 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Tests.xcconfig; path = Configurations/Tests.xcconfig; sourceTree = "<group>"; };
  70. 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = KeychainAccess.xcconfig; path = Configurations/KeychainAccess.xcconfig; sourceTree = "<group>"; };
  71. 148F9D491BCB4118006EDF48 /* EnumTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumTests.swift; sourceTree = "<group>"; };
  72. 14A630151D3293C700809B3F /* TestHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
  73. 14A630171D3293C700809B3F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  74. 14A6301E1D3293C700809B3F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  75. 14A630231D3293C700809B3F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  76. 14F0C1961D3295C4007DCDDB /* TestHost.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = TestHost.entitlements; sourceTree = "<group>"; };
  77. 14F0C1981D329832007DCDDB /* TestHost.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = TestHost.xcconfig; path = Configurations/TestHost.xcconfig; sourceTree = "<group>"; };
  78. /* End PBXFileReference section */
  79. /* Begin PBXFrameworksBuildPhase section */
  80. 140F19581A49D79400B0016A /* Frameworks */ = {
  81. isa = PBXFrameworksBuildPhase;
  82. buildActionMask = 2147483647;
  83. files = (
  84. );
  85. runOnlyForDeploymentPostprocessing = 0;
  86. };
  87. 140F19641A49D79500B0016A /* Frameworks */ = {
  88. isa = PBXFrameworksBuildPhase;
  89. buildActionMask = 2147483647;
  90. files = (
  91. );
  92. runOnlyForDeploymentPostprocessing = 0;
  93. };
  94. 14A630121D3293C700809B3F /* Frameworks */ = {
  95. isa = PBXFrameworksBuildPhase;
  96. buildActionMask = 2147483647;
  97. files = (
  98. 14C3A6781D32BF9C00349459 /* KeychainAccess.framework in Frameworks */,
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. /* End PBXFrameworksBuildPhase section */
  103. /* Begin PBXGroup section */
  104. 140F19521A49D79400B0016A = {
  105. isa = PBXGroup;
  106. children = (
  107. 140F195E1A49D79400B0016A /* KeychainAccess */,
  108. 140F196B1A49D79500B0016A /* KeychainAccessTests */,
  109. 148E44E41BF9ED6D004FFEC1 /* Cofigurations */,
  110. 14A630161D3293C700809B3F /* TestHost */,
  111. 140F195D1A49D79400B0016A /* Products */,
  112. );
  113. sourceTree = "<group>";
  114. };
  115. 140F195D1A49D79400B0016A /* Products */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 140F195C1A49D79400B0016A /* KeychainAccess.framework */,
  119. 140F19671A49D79500B0016A /* KeychainAccessTests.xctest */,
  120. 14A630151D3293C700809B3F /* TestHost.app */,
  121. );
  122. name = Products;
  123. sourceTree = "<group>";
  124. };
  125. 140F195E1A49D79400B0016A /* KeychainAccess */ = {
  126. isa = PBXGroup;
  127. children = (
  128. 140F19611A49D79400B0016A /* KeychainAccess.h */,
  129. 140F197A1A49D89200B0016A /* Keychain.swift */,
  130. 140F195F1A49D79400B0016A /* Supporting Files */,
  131. );
  132. path = KeychainAccess;
  133. sourceTree = "<group>";
  134. };
  135. 140F195F1A49D79400B0016A /* Supporting Files */ = {
  136. isa = PBXGroup;
  137. children = (
  138. 140F19601A49D79400B0016A /* Info.plist */,
  139. );
  140. name = "Supporting Files";
  141. sourceTree = "<group>";
  142. };
  143. 140F196B1A49D79500B0016A /* KeychainAccessTests */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 140F196E1A49D79500B0016A /* KeychainAccessTests.swift */,
  147. 148F9D491BCB4118006EDF48 /* EnumTests.swift */,
  148. 142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */,
  149. 142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */,
  150. 140F196C1A49D79500B0016A /* Supporting Files */,
  151. );
  152. path = KeychainAccessTests;
  153. sourceTree = "<group>";
  154. };
  155. 140F196C1A49D79500B0016A /* Supporting Files */ = {
  156. isa = PBXGroup;
  157. children = (
  158. 140F196D1A49D79500B0016A /* Info.plist */,
  159. );
  160. name = "Supporting Files";
  161. sourceTree = "<group>";
  162. };
  163. 148E44E41BF9ED6D004FFEC1 /* Cofigurations */ = {
  164. isa = PBXGroup;
  165. children = (
  166. 148E44E51BF9EDCB004FFEC1 /* Base.xcconfig */,
  167. 148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */,
  168. 148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */,
  169. 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */,
  170. 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */,
  171. 14F0C1981D329832007DCDDB /* TestHost.xcconfig */,
  172. );
  173. name = Cofigurations;
  174. sourceTree = "<group>";
  175. };
  176. 14A630161D3293C700809B3F /* TestHost */ = {
  177. isa = PBXGroup;
  178. children = (
  179. 14A630171D3293C700809B3F /* AppDelegate.swift */,
  180. 14A6301E1D3293C700809B3F /* Assets.xcassets */,
  181. 14A630231D3293C700809B3F /* Info.plist */,
  182. 14F0C1961D3295C4007DCDDB /* TestHost.entitlements */,
  183. );
  184. path = TestHost;
  185. sourceTree = "<group>";
  186. };
  187. /* End PBXGroup section */
  188. /* Begin PBXHeadersBuildPhase section */
  189. 140F19591A49D79400B0016A /* Headers */ = {
  190. isa = PBXHeadersBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. 140F19621A49D79400B0016A /* KeychainAccess.h in Headers */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXHeadersBuildPhase section */
  198. /* Begin PBXNativeTarget section */
  199. 140F195B1A49D79400B0016A /* KeychainAccess */ = {
  200. isa = PBXNativeTarget;
  201. buildConfigurationList = 140F19721A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccess" */;
  202. buildPhases = (
  203. 140F19571A49D79400B0016A /* Sources */,
  204. 140F19581A49D79400B0016A /* Frameworks */,
  205. 140F19591A49D79400B0016A /* Headers */,
  206. 140F195A1A49D79400B0016A /* Resources */,
  207. );
  208. buildRules = (
  209. );
  210. dependencies = (
  211. );
  212. name = KeychainAccess;
  213. productName = KeychainAccess;
  214. productReference = 140F195C1A49D79400B0016A /* KeychainAccess.framework */;
  215. productType = "com.apple.product-type.framework";
  216. };
  217. 140F19661A49D79500B0016A /* KeychainAccessTests */ = {
  218. isa = PBXNativeTarget;
  219. buildConfigurationList = 140F19751A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccessTests" */;
  220. buildPhases = (
  221. 140F19631A49D79500B0016A /* Sources */,
  222. 140F19641A49D79500B0016A /* Frameworks */,
  223. 140F19651A49D79500B0016A /* Resources */,
  224. );
  225. buildRules = (
  226. );
  227. dependencies = (
  228. 140F196A1A49D79500B0016A /* PBXTargetDependency */,
  229. 14F0C19A1D32A160007DCDDB /* PBXTargetDependency */,
  230. );
  231. name = KeychainAccessTests;
  232. productName = KeychainAccessTests;
  233. productReference = 140F19671A49D79500B0016A /* KeychainAccessTests.xctest */;
  234. productType = "com.apple.product-type.bundle.unit-test";
  235. };
  236. 14A630141D3293C700809B3F /* TestHost */ = {
  237. isa = PBXNativeTarget;
  238. buildConfigurationList = 14A630241D3293C700809B3F /* Build configuration list for PBXNativeTarget "TestHost" */;
  239. buildPhases = (
  240. 14A630111D3293C700809B3F /* Sources */,
  241. 14A630121D3293C700809B3F /* Frameworks */,
  242. 14A630131D3293C700809B3F /* Resources */,
  243. 14C3A67C1D32BF9D00349459 /* Embed Frameworks */,
  244. );
  245. buildRules = (
  246. );
  247. dependencies = (
  248. 14C3A67B1D32BF9C00349459 /* PBXTargetDependency */,
  249. );
  250. name = TestHost;
  251. productName = TestHost;
  252. productReference = 14A630151D3293C700809B3F /* TestHost.app */;
  253. productType = "com.apple.product-type.application";
  254. };
  255. /* End PBXNativeTarget section */
  256. /* Begin PBXProject section */
  257. 140F19531A49D79400B0016A /* Project object */ = {
  258. isa = PBXProject;
  259. attributes = {
  260. LastSwiftUpdateCheck = 0730;
  261. LastUpgradeCheck = 0730;
  262. ORGANIZATIONNAME = "kishikawa katsumi";
  263. TargetAttributes = {
  264. 140F195B1A49D79400B0016A = {
  265. CreatedOnToolsVersion = 6.1.1;
  266. DevelopmentTeam = 27AEDK3C9F;
  267. };
  268. 140F19661A49D79500B0016A = {
  269. CreatedOnToolsVersion = 6.1.1;
  270. TestTargetID = 14A62FFC1D32922C00809B3F;
  271. };
  272. 14A630141D3293C700809B3F = {
  273. CreatedOnToolsVersion = 7.3.1;
  274. DevelopmentTeam = 27AEDK3C9F;
  275. SystemCapabilities = {
  276. com.apple.Keychain = {
  277. enabled = 1;
  278. };
  279. };
  280. };
  281. };
  282. };
  283. buildConfigurationList = 140F19561A49D79400B0016A /* Build configuration list for PBXProject "KeychainAccess" */;
  284. compatibilityVersion = "Xcode 3.2";
  285. developmentRegion = English;
  286. hasScannedForEncodings = 0;
  287. knownRegions = (
  288. en,
  289. Base,
  290. );
  291. mainGroup = 140F19521A49D79400B0016A;
  292. productRefGroup = 140F195D1A49D79400B0016A /* Products */;
  293. projectDirPath = "";
  294. projectRoot = "";
  295. targets = (
  296. 140F195B1A49D79400B0016A /* KeychainAccess */,
  297. 140F19661A49D79500B0016A /* KeychainAccessTests */,
  298. 14A630141D3293C700809B3F /* TestHost */,
  299. );
  300. };
  301. /* End PBXProject section */
  302. /* Begin PBXResourcesBuildPhase section */
  303. 140F195A1A49D79400B0016A /* Resources */ = {
  304. isa = PBXResourcesBuildPhase;
  305. buildActionMask = 2147483647;
  306. files = (
  307. );
  308. runOnlyForDeploymentPostprocessing = 0;
  309. };
  310. 140F19651A49D79500B0016A /* Resources */ = {
  311. isa = PBXResourcesBuildPhase;
  312. buildActionMask = 2147483647;
  313. files = (
  314. );
  315. runOnlyForDeploymentPostprocessing = 0;
  316. };
  317. 14A630131D3293C700809B3F /* Resources */ = {
  318. isa = PBXResourcesBuildPhase;
  319. buildActionMask = 2147483647;
  320. files = (
  321. 14A6301F1D3293C700809B3F /* Assets.xcassets in Resources */,
  322. );
  323. runOnlyForDeploymentPostprocessing = 0;
  324. };
  325. /* End PBXResourcesBuildPhase section */
  326. /* Begin PBXSourcesBuildPhase section */
  327. 140F19571A49D79400B0016A /* Sources */ = {
  328. isa = PBXSourcesBuildPhase;
  329. buildActionMask = 2147483647;
  330. files = (
  331. 140F197B1A49D89200B0016A /* Keychain.swift in Sources */,
  332. );
  333. runOnlyForDeploymentPostprocessing = 0;
  334. };
  335. 140F19631A49D79500B0016A /* Sources */ = {
  336. isa = PBXSourcesBuildPhase;
  337. buildActionMask = 2147483647;
  338. files = (
  339. 140F196F1A49D79500B0016A /* KeychainAccessTests.swift in Sources */,
  340. 148F9D4A1BCB4118006EDF48 /* EnumTests.swift in Sources */,
  341. 142EDA851BCB505F00A32149 /* ErrorTypeTests.swift in Sources */,
  342. 142EDB041BCBB0DD00A32149 /* SharedCredentialTests.swift in Sources */,
  343. );
  344. runOnlyForDeploymentPostprocessing = 0;
  345. };
  346. 14A630111D3293C700809B3F /* Sources */ = {
  347. isa = PBXSourcesBuildPhase;
  348. buildActionMask = 2147483647;
  349. files = (
  350. 14A630181D3293C700809B3F /* AppDelegate.swift in Sources */,
  351. );
  352. runOnlyForDeploymentPostprocessing = 0;
  353. };
  354. /* End PBXSourcesBuildPhase section */
  355. /* Begin PBXTargetDependency section */
  356. 140F196A1A49D79500B0016A /* PBXTargetDependency */ = {
  357. isa = PBXTargetDependency;
  358. target = 140F195B1A49D79400B0016A /* KeychainAccess */;
  359. targetProxy = 140F19691A49D79500B0016A /* PBXContainerItemProxy */;
  360. };
  361. 14C3A67B1D32BF9C00349459 /* PBXTargetDependency */ = {
  362. isa = PBXTargetDependency;
  363. target = 140F195B1A49D79400B0016A /* KeychainAccess */;
  364. targetProxy = 14C3A67A1D32BF9C00349459 /* PBXContainerItemProxy */;
  365. };
  366. 14F0C19A1D32A160007DCDDB /* PBXTargetDependency */ = {
  367. isa = PBXTargetDependency;
  368. target = 14A630141D3293C700809B3F /* TestHost */;
  369. targetProxy = 14F0C1991D32A160007DCDDB /* PBXContainerItemProxy */;
  370. };
  371. /* End PBXTargetDependency section */
  372. /* Begin XCBuildConfiguration section */
  373. 140F19701A49D79500B0016A /* Debug */ = {
  374. isa = XCBuildConfiguration;
  375. baseConfigurationReference = 148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */;
  376. buildSettings = {
  377. };
  378. name = Debug;
  379. };
  380. 140F19711A49D79500B0016A /* Release */ = {
  381. isa = XCBuildConfiguration;
  382. baseConfigurationReference = 148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */;
  383. buildSettings = {
  384. };
  385. name = Release;
  386. };
  387. 140F19731A49D79500B0016A /* Debug */ = {
  388. isa = XCBuildConfiguration;
  389. baseConfigurationReference = 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */;
  390. buildSettings = {
  391. };
  392. name = Debug;
  393. };
  394. 140F19741A49D79500B0016A /* Release */ = {
  395. isa = XCBuildConfiguration;
  396. baseConfigurationReference = 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */;
  397. buildSettings = {
  398. };
  399. name = Release;
  400. };
  401. 140F19761A49D79500B0016A /* Debug */ = {
  402. isa = XCBuildConfiguration;
  403. baseConfigurationReference = 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */;
  404. buildSettings = {
  405. };
  406. name = Debug;
  407. };
  408. 140F19771A49D79500B0016A /* Release */ = {
  409. isa = XCBuildConfiguration;
  410. baseConfigurationReference = 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */;
  411. buildSettings = {
  412. };
  413. name = Release;
  414. };
  415. 14A630251D3293C700809B3F /* Debug */ = {
  416. isa = XCBuildConfiguration;
  417. baseConfigurationReference = 14F0C1981D329832007DCDDB /* TestHost.xcconfig */;
  418. buildSettings = {
  419. };
  420. name = Debug;
  421. };
  422. 14A630261D3293C700809B3F /* Release */ = {
  423. isa = XCBuildConfiguration;
  424. baseConfigurationReference = 14F0C1981D329832007DCDDB /* TestHost.xcconfig */;
  425. buildSettings = {
  426. };
  427. name = Release;
  428. };
  429. /* End XCBuildConfiguration section */
  430. /* Begin XCConfigurationList section */
  431. 140F19561A49D79400B0016A /* Build configuration list for PBXProject "KeychainAccess" */ = {
  432. isa = XCConfigurationList;
  433. buildConfigurations = (
  434. 140F19701A49D79500B0016A /* Debug */,
  435. 140F19711A49D79500B0016A /* Release */,
  436. );
  437. defaultConfigurationIsVisible = 0;
  438. defaultConfigurationName = Release;
  439. };
  440. 140F19721A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccess" */ = {
  441. isa = XCConfigurationList;
  442. buildConfigurations = (
  443. 140F19731A49D79500B0016A /* Debug */,
  444. 140F19741A49D79500B0016A /* Release */,
  445. );
  446. defaultConfigurationIsVisible = 0;
  447. defaultConfigurationName = Release;
  448. };
  449. 140F19751A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccessTests" */ = {
  450. isa = XCConfigurationList;
  451. buildConfigurations = (
  452. 140F19761A49D79500B0016A /* Debug */,
  453. 140F19771A49D79500B0016A /* Release */,
  454. );
  455. defaultConfigurationIsVisible = 0;
  456. defaultConfigurationName = Release;
  457. };
  458. 14A630241D3293C700809B3F /* Build configuration list for PBXNativeTarget "TestHost" */ = {
  459. isa = XCConfigurationList;
  460. buildConfigurations = (
  461. 14A630251D3293C700809B3F /* Debug */,
  462. 14A630261D3293C700809B3F /* Release */,
  463. );
  464. defaultConfigurationIsVisible = 0;
  465. defaultConfigurationName = Release;
  466. };
  467. /* End XCConfigurationList section */
  468. };
  469. rootObject = 140F19531A49D79400B0016A /* Project object */;
  470. }