project.pbxproj 14 KB

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