project.pbxproj 15 KB

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