project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 14DAEE961A51E1BE0070B77E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14DAEE951A51E1BE0070B77E /* AppDelegate.swift */; };
  10. 14DAEE9B1A51E1BE0070B77E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 14DAEE991A51E1BE0070B77E /* Main.storyboard */; };
  11. 14DAEE9D1A51E1BE0070B77E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 14DAEE9C1A51E1BE0070B77E /* Images.xcassets */; };
  12. 14DAEEA01A51E1BE0070B77E /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14DAEE9E1A51E1BE0070B77E /* LaunchScreen.xib */; };
  13. 14DAEEB71A51E2690070B77E /* AccountsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14DAEEB51A51E2690070B77E /* AccountsViewController.swift */; };
  14. 14DAEEB81A51E2690070B77E /* InputViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14DAEEB61A51E2690070B77E /* InputViewController.swift */; };
  15. 14DAEEC91A51E2D00070B77E /* KeychainAccess.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */; };
  16. 14DAEECB1A51E2E10070B77E /* KeychainAccess.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 14DAEEC01A51E2A60070B77E /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = 140F195C1A49D79400B0016A;
  24. remoteInfo = "KeychainAccess-iOS";
  25. };
  26. 14DAEEC21A51E2A60070B77E /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 140F19671A49D79500B0016A;
  31. remoteInfo = "KeychainAccess-iOSTests";
  32. };
  33. 14DAEEC41A51E2A60070B77E /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 140C8F0A1A4EBE3100F85556;
  38. remoteInfo = "KeychainAccess-Mac";
  39. };
  40. 14DAEEC61A51E2A60070B77E /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  43. proxyType = 2;
  44. remoteGlobalIDString = 140C8F141A4EBE3100F85556;
  45. remoteInfo = "KeychainAccess-MacTests";
  46. };
  47. /* End PBXContainerItemProxy section */
  48. /* Begin PBXCopyFilesBuildPhase section */
  49. 14DAEECA1A51E2D70070B77E /* CopyFiles */ = {
  50. isa = PBXCopyFilesBuildPhase;
  51. buildActionMask = 2147483647;
  52. dstPath = "";
  53. dstSubfolderSpec = 10;
  54. files = (
  55. 14DAEECB1A51E2E10070B77E /* KeychainAccess.framework in CopyFiles */,
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. /* End PBXCopyFilesBuildPhase section */
  60. /* Begin PBXFileReference section */
  61. 14DAEE901A51E1BE0070B77E /* Example-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  62. 14DAEE941A51E1BE0070B77E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  63. 14DAEE951A51E1BE0070B77E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  64. 14DAEE9A1A51E1BE0070B77E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  65. 14DAEE9C1A51E1BE0070B77E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  66. 14DAEE9F1A51E1BE0070B77E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  67. 14DAEEB51A51E2690070B77E /* AccountsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountsViewController.swift; sourceTree = "<group>"; };
  68. 14DAEEB61A51E2690070B77E /* InputViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputViewController.swift; sourceTree = "<group>"; };
  69. 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = KeychainAccess.xcodeproj; path = ../../Lib/KeychainAccess.xcodeproj; sourceTree = "<group>"; };
  70. /* End PBXFileReference section */
  71. /* Begin PBXFrameworksBuildPhase section */
  72. 14DAEE8D1A51E1BE0070B77E /* Frameworks */ = {
  73. isa = PBXFrameworksBuildPhase;
  74. buildActionMask = 2147483647;
  75. files = (
  76. 14DAEEC91A51E2D00070B77E /* KeychainAccess.framework in Frameworks */,
  77. );
  78. runOnlyForDeploymentPostprocessing = 0;
  79. };
  80. /* End PBXFrameworksBuildPhase section */
  81. /* Begin PBXGroup section */
  82. 14DAEE871A51E1BE0070B77E = {
  83. isa = PBXGroup;
  84. children = (
  85. 14DAEE921A51E1BE0070B77E /* Example-iOS */,
  86. 14DAEE911A51E1BE0070B77E /* Products */,
  87. 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */,
  88. );
  89. sourceTree = "<group>";
  90. };
  91. 14DAEE911A51E1BE0070B77E /* Products */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 14DAEE901A51E1BE0070B77E /* Example-iOS.app */,
  95. );
  96. name = Products;
  97. sourceTree = "<group>";
  98. };
  99. 14DAEE921A51E1BE0070B77E /* Example-iOS */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 14DAEE951A51E1BE0070B77E /* AppDelegate.swift */,
  103. 14DAEEB51A51E2690070B77E /* AccountsViewController.swift */,
  104. 14DAEEB61A51E2690070B77E /* InputViewController.swift */,
  105. 14DAEE991A51E1BE0070B77E /* Main.storyboard */,
  106. 14DAEE9E1A51E1BE0070B77E /* LaunchScreen.xib */,
  107. 14DAEE9C1A51E1BE0070B77E /* Images.xcassets */,
  108. 14DAEE931A51E1BE0070B77E /* Supporting Files */,
  109. );
  110. path = "Example-iOS";
  111. sourceTree = "<group>";
  112. };
  113. 14DAEE931A51E1BE0070B77E /* Supporting Files */ = {
  114. isa = PBXGroup;
  115. children = (
  116. 14DAEE941A51E1BE0070B77E /* Info.plist */,
  117. );
  118. name = "Supporting Files";
  119. sourceTree = "<group>";
  120. };
  121. 14DAEEBA1A51E2A60070B77E /* Products */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */,
  125. 14DAEEC31A51E2A60070B77E /* KeychainAccess-iOSTests.xctest */,
  126. 14DAEEC51A51E2A60070B77E /* KeychainAccess.framework */,
  127. 14DAEEC71A51E2A60070B77E /* KeychainAccess-MacTests.xctest */,
  128. );
  129. name = Products;
  130. sourceTree = "<group>";
  131. };
  132. /* End PBXGroup section */
  133. /* Begin PBXNativeTarget section */
  134. 14DAEE8F1A51E1BE0070B77E /* Example-iOS */ = {
  135. isa = PBXNativeTarget;
  136. buildConfigurationList = 14DAEEAF1A51E1BE0070B77E /* Build configuration list for PBXNativeTarget "Example-iOS" */;
  137. buildPhases = (
  138. 14DAEE8C1A51E1BE0070B77E /* Sources */,
  139. 14DAEE8D1A51E1BE0070B77E /* Frameworks */,
  140. 14DAEE8E1A51E1BE0070B77E /* Resources */,
  141. 14DAEECA1A51E2D70070B77E /* CopyFiles */,
  142. );
  143. buildRules = (
  144. );
  145. dependencies = (
  146. );
  147. name = "Example-iOS";
  148. productName = "Example-iOS";
  149. productReference = 14DAEE901A51E1BE0070B77E /* Example-iOS.app */;
  150. productType = "com.apple.product-type.application";
  151. };
  152. /* End PBXNativeTarget section */
  153. /* Begin PBXProject section */
  154. 14DAEE881A51E1BE0070B77E /* Project object */ = {
  155. isa = PBXProject;
  156. attributes = {
  157. LastUpgradeCheck = 0620;
  158. ORGANIZATIONNAME = "kishikawa katsumi";
  159. TargetAttributes = {
  160. 14DAEE8F1A51E1BE0070B77E = {
  161. CreatedOnToolsVersion = 6.2;
  162. };
  163. };
  164. };
  165. buildConfigurationList = 14DAEE8B1A51E1BE0070B77E /* Build configuration list for PBXProject "Example-iOS" */;
  166. compatibilityVersion = "Xcode 3.2";
  167. developmentRegion = English;
  168. hasScannedForEncodings = 0;
  169. knownRegions = (
  170. en,
  171. Base,
  172. );
  173. mainGroup = 14DAEE871A51E1BE0070B77E;
  174. productRefGroup = 14DAEE911A51E1BE0070B77E /* Products */;
  175. projectDirPath = "";
  176. projectReferences = (
  177. {
  178. ProductGroup = 14DAEEBA1A51E2A60070B77E /* Products */;
  179. ProjectRef = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  180. },
  181. );
  182. projectRoot = "";
  183. targets = (
  184. 14DAEE8F1A51E1BE0070B77E /* Example-iOS */,
  185. );
  186. };
  187. /* End PBXProject section */
  188. /* Begin PBXReferenceProxy section */
  189. 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */ = {
  190. isa = PBXReferenceProxy;
  191. fileType = wrapper.framework;
  192. path = KeychainAccess.framework;
  193. remoteRef = 14DAEEC01A51E2A60070B77E /* PBXContainerItemProxy */;
  194. sourceTree = BUILT_PRODUCTS_DIR;
  195. };
  196. 14DAEEC31A51E2A60070B77E /* KeychainAccess-iOSTests.xctest */ = {
  197. isa = PBXReferenceProxy;
  198. fileType = wrapper.cfbundle;
  199. path = "KeychainAccess-iOSTests.xctest";
  200. remoteRef = 14DAEEC21A51E2A60070B77E /* PBXContainerItemProxy */;
  201. sourceTree = BUILT_PRODUCTS_DIR;
  202. };
  203. 14DAEEC51A51E2A60070B77E /* KeychainAccess.framework */ = {
  204. isa = PBXReferenceProxy;
  205. fileType = wrapper.framework;
  206. path = KeychainAccess.framework;
  207. remoteRef = 14DAEEC41A51E2A60070B77E /* PBXContainerItemProxy */;
  208. sourceTree = BUILT_PRODUCTS_DIR;
  209. };
  210. 14DAEEC71A51E2A60070B77E /* KeychainAccess-MacTests.xctest */ = {
  211. isa = PBXReferenceProxy;
  212. fileType = wrapper.cfbundle;
  213. path = "KeychainAccess-MacTests.xctest";
  214. remoteRef = 14DAEEC61A51E2A60070B77E /* PBXContainerItemProxy */;
  215. sourceTree = BUILT_PRODUCTS_DIR;
  216. };
  217. /* End PBXReferenceProxy section */
  218. /* Begin PBXResourcesBuildPhase section */
  219. 14DAEE8E1A51E1BE0070B77E /* Resources */ = {
  220. isa = PBXResourcesBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. 14DAEE9B1A51E1BE0070B77E /* Main.storyboard in Resources */,
  224. 14DAEEA01A51E1BE0070B77E /* LaunchScreen.xib in Resources */,
  225. 14DAEE9D1A51E1BE0070B77E /* Images.xcassets in Resources */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. /* End PBXResourcesBuildPhase section */
  230. /* Begin PBXSourcesBuildPhase section */
  231. 14DAEE8C1A51E1BE0070B77E /* Sources */ = {
  232. isa = PBXSourcesBuildPhase;
  233. buildActionMask = 2147483647;
  234. files = (
  235. 14DAEEB81A51E2690070B77E /* InputViewController.swift in Sources */,
  236. 14DAEEB71A51E2690070B77E /* AccountsViewController.swift in Sources */,
  237. 14DAEE961A51E1BE0070B77E /* AppDelegate.swift in Sources */,
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. };
  241. /* End PBXSourcesBuildPhase section */
  242. /* Begin PBXVariantGroup section */
  243. 14DAEE991A51E1BE0070B77E /* Main.storyboard */ = {
  244. isa = PBXVariantGroup;
  245. children = (
  246. 14DAEE9A1A51E1BE0070B77E /* Base */,
  247. );
  248. name = Main.storyboard;
  249. sourceTree = "<group>";
  250. };
  251. 14DAEE9E1A51E1BE0070B77E /* LaunchScreen.xib */ = {
  252. isa = PBXVariantGroup;
  253. children = (
  254. 14DAEE9F1A51E1BE0070B77E /* Base */,
  255. );
  256. name = LaunchScreen.xib;
  257. sourceTree = "<group>";
  258. };
  259. /* End PBXVariantGroup section */
  260. /* Begin XCBuildConfiguration section */
  261. 14DAEEAD1A51E1BE0070B77E /* Debug */ = {
  262. isa = XCBuildConfiguration;
  263. buildSettings = {
  264. ALWAYS_SEARCH_USER_PATHS = NO;
  265. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  266. CLANG_CXX_LIBRARY = "libc++";
  267. CLANG_ENABLE_MODULES = YES;
  268. CLANG_ENABLE_OBJC_ARC = YES;
  269. CLANG_WARN_BOOL_CONVERSION = YES;
  270. CLANG_WARN_CONSTANT_CONVERSION = YES;
  271. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  272. CLANG_WARN_EMPTY_BODY = YES;
  273. CLANG_WARN_ENUM_CONVERSION = YES;
  274. CLANG_WARN_INT_CONVERSION = YES;
  275. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  276. CLANG_WARN_UNREACHABLE_CODE = YES;
  277. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  278. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  279. COPY_PHASE_STRIP = NO;
  280. ENABLE_STRICT_OBJC_MSGSEND = YES;
  281. GCC_C_LANGUAGE_STANDARD = gnu99;
  282. GCC_DYNAMIC_NO_PIC = NO;
  283. GCC_OPTIMIZATION_LEVEL = 0;
  284. GCC_PREPROCESSOR_DEFINITIONS = (
  285. "DEBUG=1",
  286. "$(inherited)",
  287. );
  288. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  289. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  290. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  291. GCC_WARN_UNDECLARED_SELECTOR = YES;
  292. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  293. GCC_WARN_UNUSED_FUNCTION = YES;
  294. GCC_WARN_UNUSED_VARIABLE = YES;
  295. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  296. MTL_ENABLE_DEBUG_INFO = YES;
  297. ONLY_ACTIVE_ARCH = YES;
  298. SDKROOT = iphoneos;
  299. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  300. };
  301. name = Debug;
  302. };
  303. 14DAEEAE1A51E1BE0070B77E /* Release */ = {
  304. isa = XCBuildConfiguration;
  305. buildSettings = {
  306. ALWAYS_SEARCH_USER_PATHS = NO;
  307. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  308. CLANG_CXX_LIBRARY = "libc++";
  309. CLANG_ENABLE_MODULES = YES;
  310. CLANG_ENABLE_OBJC_ARC = YES;
  311. CLANG_WARN_BOOL_CONVERSION = YES;
  312. CLANG_WARN_CONSTANT_CONVERSION = YES;
  313. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  314. CLANG_WARN_EMPTY_BODY = YES;
  315. CLANG_WARN_ENUM_CONVERSION = YES;
  316. CLANG_WARN_INT_CONVERSION = YES;
  317. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  318. CLANG_WARN_UNREACHABLE_CODE = YES;
  319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  320. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  321. COPY_PHASE_STRIP = YES;
  322. ENABLE_NS_ASSERTIONS = NO;
  323. ENABLE_STRICT_OBJC_MSGSEND = YES;
  324. GCC_C_LANGUAGE_STANDARD = gnu99;
  325. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  326. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  327. GCC_WARN_UNDECLARED_SELECTOR = YES;
  328. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  329. GCC_WARN_UNUSED_FUNCTION = YES;
  330. GCC_WARN_UNUSED_VARIABLE = YES;
  331. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  332. MTL_ENABLE_DEBUG_INFO = NO;
  333. SDKROOT = iphoneos;
  334. VALIDATE_PRODUCT = YES;
  335. };
  336. name = Release;
  337. };
  338. 14DAEEB01A51E1BE0070B77E /* Debug */ = {
  339. isa = XCBuildConfiguration;
  340. buildSettings = {
  341. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  342. INFOPLIST_FILE = "Example-iOS/Info.plist";
  343. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  344. PRODUCT_NAME = "$(TARGET_NAME)";
  345. };
  346. name = Debug;
  347. };
  348. 14DAEEB11A51E1BE0070B77E /* Release */ = {
  349. isa = XCBuildConfiguration;
  350. buildSettings = {
  351. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  352. INFOPLIST_FILE = "Example-iOS/Info.plist";
  353. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  354. PRODUCT_NAME = "$(TARGET_NAME)";
  355. };
  356. name = Release;
  357. };
  358. /* End XCBuildConfiguration section */
  359. /* Begin XCConfigurationList section */
  360. 14DAEE8B1A51E1BE0070B77E /* Build configuration list for PBXProject "Example-iOS" */ = {
  361. isa = XCConfigurationList;
  362. buildConfigurations = (
  363. 14DAEEAD1A51E1BE0070B77E /* Debug */,
  364. 14DAEEAE1A51E1BE0070B77E /* Release */,
  365. );
  366. defaultConfigurationIsVisible = 0;
  367. defaultConfigurationName = Release;
  368. };
  369. 14DAEEAF1A51E1BE0070B77E /* Build configuration list for PBXNativeTarget "Example-iOS" */ = {
  370. isa = XCConfigurationList;
  371. buildConfigurations = (
  372. 14DAEEB01A51E1BE0070B77E /* Debug */,
  373. 14DAEEB11A51E1BE0070B77E /* Release */,
  374. );
  375. defaultConfigurationIsVisible = 0;
  376. defaultConfigurationName = Release;
  377. };
  378. /* End XCConfigurationList section */
  379. };
  380. rootObject = 14DAEE881A51E1BE0070B77E /* Project object */;
  381. }