project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. /* End PBXBuildFile section */
  16. /* Begin PBXContainerItemProxy section */
  17. 140F19691A49D79500B0016A /* PBXContainerItemProxy */ = {
  18. isa = PBXContainerItemProxy;
  19. containerPortal = 140F19531A49D79400B0016A /* Project object */;
  20. proxyType = 1;
  21. remoteGlobalIDString = 140F195B1A49D79400B0016A;
  22. remoteInfo = KeychainAccess;
  23. };
  24. /* End PBXContainerItemProxy section */
  25. /* Begin PBXFileReference section */
  26. 140F195C1A49D79400B0016A /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  27. 140F19601A49D79400B0016A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. 140F19611A49D79400B0016A /* KeychainAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeychainAccess.h; sourceTree = "<group>"; };
  29. 140F19671A49D79500B0016A /* KeychainAccessTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KeychainAccessTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  30. 140F196D1A49D79500B0016A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 140F196E1A49D79500B0016A /* KeychainAccessTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainAccessTests.swift; sourceTree = "<group>"; };
  32. 140F197A1A49D89200B0016A /* Keychain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Keychain.swift; sourceTree = "<group>"; };
  33. 142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorTypeTests.swift; sourceTree = "<group>"; };
  34. 142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SharedCredentialTests.swift; sourceTree = "<group>"; };
  35. 148E44E51BF9EDCB004FFEC1 /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Base.xcconfig; path = Configurations/Base.xcconfig; sourceTree = "<group>"; };
  36. 148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Configurations/Debug.xcconfig; sourceTree = "<group>"; };
  37. 148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Configurations/Release.xcconfig; sourceTree = "<group>"; };
  38. 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Tests.xcconfig; path = Configurations/Tests.xcconfig; sourceTree = "<group>"; };
  39. 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = KeychainAccess.xcconfig; path = Configurations/KeychainAccess.xcconfig; sourceTree = "<group>"; };
  40. 148F9D491BCB4118006EDF48 /* EnumTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumTests.swift; sourceTree = "<group>"; };
  41. /* End PBXFileReference section */
  42. /* Begin PBXFrameworksBuildPhase section */
  43. 140F19581A49D79400B0016A /* Frameworks */ = {
  44. isa = PBXFrameworksBuildPhase;
  45. buildActionMask = 2147483647;
  46. files = (
  47. );
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. 140F19641A49D79500B0016A /* Frameworks */ = {
  51. isa = PBXFrameworksBuildPhase;
  52. buildActionMask = 2147483647;
  53. files = (
  54. );
  55. runOnlyForDeploymentPostprocessing = 0;
  56. };
  57. /* End PBXFrameworksBuildPhase section */
  58. /* Begin PBXGroup section */
  59. 140F19521A49D79400B0016A = {
  60. isa = PBXGroup;
  61. children = (
  62. 140F195E1A49D79400B0016A /* KeychainAccess */,
  63. 140F196B1A49D79500B0016A /* KeychainAccessTests */,
  64. 148E44E41BF9ED6D004FFEC1 /* Cofigurations */,
  65. 140F195D1A49D79400B0016A /* Products */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. 140F195D1A49D79400B0016A /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 140F195C1A49D79400B0016A /* KeychainAccess.framework */,
  73. 140F19671A49D79500B0016A /* KeychainAccessTests.xctest */,
  74. );
  75. name = Products;
  76. sourceTree = "<group>";
  77. };
  78. 140F195E1A49D79400B0016A /* KeychainAccess */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 140F19611A49D79400B0016A /* KeychainAccess.h */,
  82. 140F197A1A49D89200B0016A /* Keychain.swift */,
  83. 140F195F1A49D79400B0016A /* Supporting Files */,
  84. );
  85. path = KeychainAccess;
  86. sourceTree = "<group>";
  87. };
  88. 140F195F1A49D79400B0016A /* Supporting Files */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 140F19601A49D79400B0016A /* Info.plist */,
  92. );
  93. name = "Supporting Files";
  94. sourceTree = "<group>";
  95. };
  96. 140F196B1A49D79500B0016A /* KeychainAccessTests */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 140F196E1A49D79500B0016A /* KeychainAccessTests.swift */,
  100. 148F9D491BCB4118006EDF48 /* EnumTests.swift */,
  101. 142EDA841BCB505F00A32149 /* ErrorTypeTests.swift */,
  102. 142EDB031BCBB0DD00A32149 /* SharedCredentialTests.swift */,
  103. 140F196C1A49D79500B0016A /* Supporting Files */,
  104. );
  105. path = KeychainAccessTests;
  106. sourceTree = "<group>";
  107. };
  108. 140F196C1A49D79500B0016A /* Supporting Files */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 140F196D1A49D79500B0016A /* Info.plist */,
  112. );
  113. name = "Supporting Files";
  114. sourceTree = "<group>";
  115. };
  116. 148E44E41BF9ED6D004FFEC1 /* Cofigurations */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 148E44E51BF9EDCB004FFEC1 /* Base.xcconfig */,
  120. 148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */,
  121. 148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */,
  122. 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */,
  123. 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */,
  124. );
  125. name = Cofigurations;
  126. sourceTree = "<group>";
  127. };
  128. /* End PBXGroup section */
  129. /* Begin PBXHeadersBuildPhase section */
  130. 140F19591A49D79400B0016A /* Headers */ = {
  131. isa = PBXHeadersBuildPhase;
  132. buildActionMask = 2147483647;
  133. files = (
  134. 140F19621A49D79400B0016A /* KeychainAccess.h in Headers */,
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXHeadersBuildPhase section */
  139. /* Begin PBXNativeTarget section */
  140. 140F195B1A49D79400B0016A /* KeychainAccess */ = {
  141. isa = PBXNativeTarget;
  142. buildConfigurationList = 140F19721A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccess" */;
  143. buildPhases = (
  144. 140F19571A49D79400B0016A /* Sources */,
  145. 140F19581A49D79400B0016A /* Frameworks */,
  146. 140F19591A49D79400B0016A /* Headers */,
  147. 140F195A1A49D79400B0016A /* Resources */,
  148. );
  149. buildRules = (
  150. );
  151. dependencies = (
  152. );
  153. name = KeychainAccess;
  154. productName = KeychainAccess;
  155. productReference = 140F195C1A49D79400B0016A /* KeychainAccess.framework */;
  156. productType = "com.apple.product-type.framework";
  157. };
  158. 140F19661A49D79500B0016A /* KeychainAccessTests */ = {
  159. isa = PBXNativeTarget;
  160. buildConfigurationList = 140F19751A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccessTests" */;
  161. buildPhases = (
  162. 140F19631A49D79500B0016A /* Sources */,
  163. 140F19641A49D79500B0016A /* Frameworks */,
  164. 140F19651A49D79500B0016A /* Resources */,
  165. );
  166. buildRules = (
  167. );
  168. dependencies = (
  169. 140F196A1A49D79500B0016A /* PBXTargetDependency */,
  170. );
  171. name = KeychainAccessTests;
  172. productName = KeychainAccessTests;
  173. productReference = 140F19671A49D79500B0016A /* KeychainAccessTests.xctest */;
  174. productType = "com.apple.product-type.bundle.unit-test";
  175. };
  176. /* End PBXNativeTarget section */
  177. /* Begin PBXProject section */
  178. 140F19531A49D79400B0016A /* Project object */ = {
  179. isa = PBXProject;
  180. attributes = {
  181. LastSwiftUpdateCheck = 0710;
  182. LastUpgradeCheck = 0720;
  183. ORGANIZATIONNAME = "kishikawa katsumi";
  184. TargetAttributes = {
  185. 140F195B1A49D79400B0016A = {
  186. CreatedOnToolsVersion = 6.1.1;
  187. };
  188. 140F19661A49D79500B0016A = {
  189. CreatedOnToolsVersion = 6.1.1;
  190. };
  191. };
  192. };
  193. buildConfigurationList = 140F19561A49D79400B0016A /* Build configuration list for PBXProject "KeychainAccess" */;
  194. compatibilityVersion = "Xcode 3.2";
  195. developmentRegion = English;
  196. hasScannedForEncodings = 0;
  197. knownRegions = (
  198. en,
  199. );
  200. mainGroup = 140F19521A49D79400B0016A;
  201. productRefGroup = 140F195D1A49D79400B0016A /* Products */;
  202. projectDirPath = "";
  203. projectRoot = "";
  204. targets = (
  205. 140F195B1A49D79400B0016A /* KeychainAccess */,
  206. 140F19661A49D79500B0016A /* KeychainAccessTests */,
  207. );
  208. };
  209. /* End PBXProject section */
  210. /* Begin PBXResourcesBuildPhase section */
  211. 140F195A1A49D79400B0016A /* Resources */ = {
  212. isa = PBXResourcesBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. 140F19651A49D79500B0016A /* Resources */ = {
  219. isa = PBXResourcesBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. /* End PBXResourcesBuildPhase section */
  226. /* Begin PBXSourcesBuildPhase section */
  227. 140F19571A49D79400B0016A /* Sources */ = {
  228. isa = PBXSourcesBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. 140F197B1A49D89200B0016A /* Keychain.swift in Sources */,
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. 140F19631A49D79500B0016A /* Sources */ = {
  236. isa = PBXSourcesBuildPhase;
  237. buildActionMask = 2147483647;
  238. files = (
  239. 140F196F1A49D79500B0016A /* KeychainAccessTests.swift in Sources */,
  240. 148F9D4A1BCB4118006EDF48 /* EnumTests.swift in Sources */,
  241. 142EDA851BCB505F00A32149 /* ErrorTypeTests.swift in Sources */,
  242. 142EDB041BCBB0DD00A32149 /* SharedCredentialTests.swift in Sources */,
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. /* End PBXSourcesBuildPhase section */
  247. /* Begin PBXTargetDependency section */
  248. 140F196A1A49D79500B0016A /* PBXTargetDependency */ = {
  249. isa = PBXTargetDependency;
  250. target = 140F195B1A49D79400B0016A /* KeychainAccess */;
  251. targetProxy = 140F19691A49D79500B0016A /* PBXContainerItemProxy */;
  252. };
  253. /* End PBXTargetDependency section */
  254. /* Begin XCBuildConfiguration section */
  255. 140F19701A49D79500B0016A /* Debug */ = {
  256. isa = XCBuildConfiguration;
  257. baseConfigurationReference = 148E44E61BF9EDCB004FFEC1 /* Debug.xcconfig */;
  258. buildSettings = {
  259. };
  260. name = Debug;
  261. };
  262. 140F19711A49D79500B0016A /* Release */ = {
  263. isa = XCBuildConfiguration;
  264. baseConfigurationReference = 148E44E71BF9EDCB004FFEC1 /* Release.xcconfig */;
  265. buildSettings = {
  266. };
  267. name = Release;
  268. };
  269. 140F19731A49D79500B0016A /* Debug */ = {
  270. isa = XCBuildConfiguration;
  271. baseConfigurationReference = 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */;
  272. buildSettings = {
  273. };
  274. name = Debug;
  275. };
  276. 140F19741A49D79500B0016A /* Release */ = {
  277. isa = XCBuildConfiguration;
  278. baseConfigurationReference = 148E44EB1BF9EEB3004FFEC1 /* KeychainAccess.xcconfig */;
  279. buildSettings = {
  280. };
  281. name = Release;
  282. };
  283. 140F19761A49D79500B0016A /* Debug */ = {
  284. isa = XCBuildConfiguration;
  285. baseConfigurationReference = 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */;
  286. buildSettings = {
  287. };
  288. name = Debug;
  289. };
  290. 140F19771A49D79500B0016A /* Release */ = {
  291. isa = XCBuildConfiguration;
  292. baseConfigurationReference = 148E44E91BF9EDE4004FFEC1 /* Tests.xcconfig */;
  293. buildSettings = {
  294. };
  295. name = Release;
  296. };
  297. /* End XCBuildConfiguration section */
  298. /* Begin XCConfigurationList section */
  299. 140F19561A49D79400B0016A /* Build configuration list for PBXProject "KeychainAccess" */ = {
  300. isa = XCConfigurationList;
  301. buildConfigurations = (
  302. 140F19701A49D79500B0016A /* Debug */,
  303. 140F19711A49D79500B0016A /* Release */,
  304. );
  305. defaultConfigurationIsVisible = 0;
  306. defaultConfigurationName = Release;
  307. };
  308. 140F19721A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccess" */ = {
  309. isa = XCConfigurationList;
  310. buildConfigurations = (
  311. 140F19731A49D79500B0016A /* Debug */,
  312. 140F19741A49D79500B0016A /* Release */,
  313. );
  314. defaultConfigurationIsVisible = 0;
  315. defaultConfigurationName = Release;
  316. };
  317. 140F19751A49D79500B0016A /* Build configuration list for PBXNativeTarget "KeychainAccessTests" */ = {
  318. isa = XCConfigurationList;
  319. buildConfigurations = (
  320. 140F19761A49D79500B0016A /* Debug */,
  321. 140F19771A49D79500B0016A /* Release */,
  322. );
  323. defaultConfigurationIsVisible = 0;
  324. defaultConfigurationName = Release;
  325. };
  326. /* End XCConfigurationList section */
  327. };
  328. rootObject = 140F19531A49D79400B0016A /* Project object */;
  329. }