project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2BCB00921A83354D0022C93A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BCB00911A83354D0022C93A /* AppDelegate.swift */; };
  10. 2BCB00941A83354D0022C93A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BCB00931A83354D0022C93A /* ViewController.swift */; };
  11. 2BCB00971A83354D0022C93A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2BCB00951A83354D0022C93A /* Main.storyboard */; };
  12. 2BCB00991A83354D0022C93A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2BCB00981A83354D0022C93A /* Images.xcassets */; };
  13. 2BCB009C1A83354D0022C93A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2BCB009A1A83354D0022C93A /* LaunchScreen.xib */; };
  14. 2BCB00A81A83354D0022C93A /* keychainTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BCB00A71A83354D0022C93A /* keychainTests.swift */; };
  15. 2BCB00B21A8335740022C93A /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2BCB00B11A8335740022C93A /* Default-568h@2x.png */; };
  16. 7E49F53C1B1BF14500FBC3FF /* concatenate_swift_files.sh in Resources */ = {isa = PBXBuildFile; fileRef = 7E49F53B1B1BF14500FBC3FF /* concatenate_swift_files.sh */; };
  17. 7E49F5421B1BF1FE00FBC3FF /* TegKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E49F53F1B1BF1FE00FBC3FF /* TegKeychain.swift */; };
  18. 7E49F5431B1BF1FE00FBC3FF /* TegKeychainAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E49F5401B1BF1FE00FBC3FF /* TegKeychainAccessOptions.swift */; };
  19. 7E49F5441B1BF1FE00FBC3FF /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E49F5411B1BF1FE00FBC3FF /* TegKeychainConstants.swift */; };
  20. 7E49F5451B1BF20A00FBC3FF /* TegKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E49F53F1B1BF1FE00FBC3FF /* TegKeychain.swift */; };
  21. 7E49F5461B1BF20C00FBC3FF /* TegKeychainAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E49F5401B1BF1FE00FBC3FF /* TegKeychainAccessOptions.swift */; };
  22. 7E49F5471B1BF20E00FBC3FF /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E49F5411B1BF1FE00FBC3FF /* TegKeychainConstants.swift */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXContainerItemProxy section */
  25. 2BCB00A21A83354D0022C93A /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = 2BCB00841A83354D0022C93A /* Project object */;
  28. proxyType = 1;
  29. remoteGlobalIDString = 2BCB008B1A83354D0022C93A;
  30. remoteInfo = keychain;
  31. };
  32. /* End PBXContainerItemProxy section */
  33. /* Begin PBXFileReference section */
  34. 2BCB008C1A83354D0022C93A /* keychain.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = keychain.app; sourceTree = BUILT_PRODUCTS_DIR; };
  35. 2BCB00901A83354D0022C93A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  36. 2BCB00911A83354D0022C93A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  37. 2BCB00931A83354D0022C93A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  38. 2BCB00961A83354D0022C93A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  39. 2BCB00981A83354D0022C93A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  40. 2BCB009B1A83354D0022C93A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  41. 2BCB00A11A83354D0022C93A /* keychainTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = keychainTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  42. 2BCB00A61A83354D0022C93A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  43. 2BCB00A71A83354D0022C93A /* keychainTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = keychainTests.swift; sourceTree = "<group>"; };
  44. 2BCB00B11A8335740022C93A /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  45. 7E49F53B1B1BF14500FBC3FF /* concatenate_swift_files.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = concatenate_swift_files.sh; sourceTree = "<group>"; };
  46. 7E49F53F1B1BF1FE00FBC3FF /* TegKeychain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TegKeychain.swift; sourceTree = "<group>"; };
  47. 7E49F5401B1BF1FE00FBC3FF /* TegKeychainAccessOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TegKeychainAccessOptions.swift; sourceTree = "<group>"; };
  48. 7E49F5411B1BF1FE00FBC3FF /* TegKeychainConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TegKeychainConstants.swift; sourceTree = "<group>"; };
  49. 7E49F5491B1BF25F00FBC3FF /* TegKeychainDistrib.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TegKeychainDistrib.swift; sourceTree = "<group>"; };
  50. /* End PBXFileReference section */
  51. /* Begin PBXFrameworksBuildPhase section */
  52. 2BCB00891A83354D0022C93A /* Frameworks */ = {
  53. isa = PBXFrameworksBuildPhase;
  54. buildActionMask = 2147483647;
  55. files = (
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. 2BCB009E1A83354D0022C93A /* Frameworks */ = {
  60. isa = PBXFrameworksBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. );
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. /* End PBXFrameworksBuildPhase section */
  67. /* Begin PBXGroup section */
  68. 2BCB00831A83354D0022C93A = {
  69. isa = PBXGroup;
  70. children = (
  71. 2BCB00B11A8335740022C93A /* Default-568h@2x.png */,
  72. 2BCB008E1A83354D0022C93A /* keychain */,
  73. 2BCB00A41A83354D0022C93A /* keychainTests */,
  74. 7E49F5481B1BF22600FBC3FF /* Distrib */,
  75. 7E49F53A1B1BF13B00FBC3FF /* scripts */,
  76. 2BCB008D1A83354D0022C93A /* Products */,
  77. );
  78. sourceTree = "<group>";
  79. };
  80. 2BCB008D1A83354D0022C93A /* Products */ = {
  81. isa = PBXGroup;
  82. children = (
  83. 2BCB008C1A83354D0022C93A /* keychain.app */,
  84. 2BCB00A11A83354D0022C93A /* keychainTests.xctest */,
  85. );
  86. name = Products;
  87. sourceTree = "<group>";
  88. };
  89. 2BCB008E1A83354D0022C93A /* keychain */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 7E49F53E1B1BF1F000FBC3FF /* Lib */,
  93. 2BCB00911A83354D0022C93A /* AppDelegate.swift */,
  94. 2BCB00931A83354D0022C93A /* ViewController.swift */,
  95. 2BCB00951A83354D0022C93A /* Main.storyboard */,
  96. 2BCB00981A83354D0022C93A /* Images.xcassets */,
  97. 2BCB009A1A83354D0022C93A /* LaunchScreen.xib */,
  98. 2BCB008F1A83354D0022C93A /* Supporting Files */,
  99. );
  100. path = keychain;
  101. sourceTree = "<group>";
  102. };
  103. 2BCB008F1A83354D0022C93A /* Supporting Files */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 2BCB00901A83354D0022C93A /* Info.plist */,
  107. );
  108. name = "Supporting Files";
  109. sourceTree = "<group>";
  110. };
  111. 2BCB00A41A83354D0022C93A /* keychainTests */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 2BCB00A71A83354D0022C93A /* keychainTests.swift */,
  115. 2BCB00A51A83354D0022C93A /* Supporting Files */,
  116. );
  117. path = keychainTests;
  118. sourceTree = "<group>";
  119. };
  120. 2BCB00A51A83354D0022C93A /* Supporting Files */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 2BCB00A61A83354D0022C93A /* Info.plist */,
  124. );
  125. name = "Supporting Files";
  126. sourceTree = "<group>";
  127. };
  128. 7E49F53A1B1BF13B00FBC3FF /* scripts */ = {
  129. isa = PBXGroup;
  130. children = (
  131. 7E49F53B1B1BF14500FBC3FF /* concatenate_swift_files.sh */,
  132. );
  133. path = scripts;
  134. sourceTree = "<group>";
  135. };
  136. 7E49F53E1B1BF1F000FBC3FF /* Lib */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 7E49F53F1B1BF1FE00FBC3FF /* TegKeychain.swift */,
  140. 7E49F5401B1BF1FE00FBC3FF /* TegKeychainAccessOptions.swift */,
  141. 7E49F5411B1BF1FE00FBC3FF /* TegKeychainConstants.swift */,
  142. );
  143. path = Lib;
  144. sourceTree = "<group>";
  145. };
  146. 7E49F5481B1BF22600FBC3FF /* Distrib */ = {
  147. isa = PBXGroup;
  148. children = (
  149. 7E49F5491B1BF25F00FBC3FF /* TegKeychainDistrib.swift */,
  150. );
  151. path = Distrib;
  152. sourceTree = "<group>";
  153. };
  154. /* End PBXGroup section */
  155. /* Begin PBXNativeTarget section */
  156. 2BCB008B1A83354D0022C93A /* keychain */ = {
  157. isa = PBXNativeTarget;
  158. buildConfigurationList = 2BCB00AB1A83354D0022C93A /* Build configuration list for PBXNativeTarget "keychain" */;
  159. buildPhases = (
  160. 2BCB00881A83354D0022C93A /* Sources */,
  161. 2BCB00891A83354D0022C93A /* Frameworks */,
  162. 2BCB008A1A83354D0022C93A /* Resources */,
  163. 7E49F53D1B1BF15900FBC3FF /* Combine swift files into single file */,
  164. );
  165. buildRules = (
  166. );
  167. dependencies = (
  168. );
  169. name = keychain;
  170. productName = keychain;
  171. productReference = 2BCB008C1A83354D0022C93A /* keychain.app */;
  172. productType = "com.apple.product-type.application";
  173. };
  174. 2BCB00A01A83354D0022C93A /* keychainTests */ = {
  175. isa = PBXNativeTarget;
  176. buildConfigurationList = 2BCB00AE1A83354D0022C93A /* Build configuration list for PBXNativeTarget "keychainTests" */;
  177. buildPhases = (
  178. 2BCB009D1A83354D0022C93A /* Sources */,
  179. 2BCB009E1A83354D0022C93A /* Frameworks */,
  180. 2BCB009F1A83354D0022C93A /* Resources */,
  181. );
  182. buildRules = (
  183. );
  184. dependencies = (
  185. 2BCB00A31A83354D0022C93A /* PBXTargetDependency */,
  186. );
  187. name = keychainTests;
  188. productName = keychainTests;
  189. productReference = 2BCB00A11A83354D0022C93A /* keychainTests.xctest */;
  190. productType = "com.apple.product-type.bundle.unit-test";
  191. };
  192. /* End PBXNativeTarget section */
  193. /* Begin PBXProject section */
  194. 2BCB00841A83354D0022C93A /* Project object */ = {
  195. isa = PBXProject;
  196. attributes = {
  197. LastUpgradeCheck = 0610;
  198. ORGANIZATIONNAME = "The Exchange Group Pty Ltd";
  199. TargetAttributes = {
  200. 2BCB008B1A83354D0022C93A = {
  201. CreatedOnToolsVersion = 6.1;
  202. };
  203. 2BCB00A01A83354D0022C93A = {
  204. CreatedOnToolsVersion = 6.1;
  205. TestTargetID = 2BCB008B1A83354D0022C93A;
  206. };
  207. };
  208. };
  209. buildConfigurationList = 2BCB00871A83354D0022C93A /* Build configuration list for PBXProject "keychain" */;
  210. compatibilityVersion = "Xcode 3.2";
  211. developmentRegion = English;
  212. hasScannedForEncodings = 0;
  213. knownRegions = (
  214. en,
  215. Base,
  216. );
  217. mainGroup = 2BCB00831A83354D0022C93A;
  218. productRefGroup = 2BCB008D1A83354D0022C93A /* Products */;
  219. projectDirPath = "";
  220. projectRoot = "";
  221. targets = (
  222. 2BCB008B1A83354D0022C93A /* keychain */,
  223. 2BCB00A01A83354D0022C93A /* keychainTests */,
  224. );
  225. };
  226. /* End PBXProject section */
  227. /* Begin PBXResourcesBuildPhase section */
  228. 2BCB008A1A83354D0022C93A /* Resources */ = {
  229. isa = PBXResourcesBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. 2BCB00971A83354D0022C93A /* Main.storyboard in Resources */,
  233. 2BCB00B21A8335740022C93A /* Default-568h@2x.png in Resources */,
  234. 2BCB009C1A83354D0022C93A /* LaunchScreen.xib in Resources */,
  235. 7E49F53C1B1BF14500FBC3FF /* concatenate_swift_files.sh in Resources */,
  236. 2BCB00991A83354D0022C93A /* Images.xcassets in Resources */,
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. };
  240. 2BCB009F1A83354D0022C93A /* Resources */ = {
  241. isa = PBXResourcesBuildPhase;
  242. buildActionMask = 2147483647;
  243. files = (
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. /* End PBXResourcesBuildPhase section */
  248. /* Begin PBXShellScriptBuildPhase section */
  249. 7E49F53D1B1BF15900FBC3FF /* Combine swift files into single file */ = {
  250. isa = PBXShellScriptBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. );
  254. inputPaths = (
  255. );
  256. name = "Combine swift files into single file";
  257. outputPaths = (
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. shellPath = /bin/sh;
  261. shellScript = "${SRCROOT}/scripts/concatenate_swift_files.sh ${SRCROOT}/keychain/Lib ${SRCROOT}/Distrib/TegKeychainDistrib.swift '//\\n// Keychain helper for iOS/Swift.\\n//\\n// https://github.com/exchangegroup/keychain-swift\\n//\\n// This file was automatically generated by combining multiple Swift source files.\\n//'";
  262. };
  263. /* End PBXShellScriptBuildPhase section */
  264. /* Begin PBXSourcesBuildPhase section */
  265. 2BCB00881A83354D0022C93A /* Sources */ = {
  266. isa = PBXSourcesBuildPhase;
  267. buildActionMask = 2147483647;
  268. files = (
  269. 2BCB00941A83354D0022C93A /* ViewController.swift in Sources */,
  270. 2BCB00921A83354D0022C93A /* AppDelegate.swift in Sources */,
  271. 7E49F5421B1BF1FE00FBC3FF /* TegKeychain.swift in Sources */,
  272. 7E49F5431B1BF1FE00FBC3FF /* TegKeychainAccessOptions.swift in Sources */,
  273. 7E49F5441B1BF1FE00FBC3FF /* TegKeychainConstants.swift in Sources */,
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. 2BCB009D1A83354D0022C93A /* Sources */ = {
  278. isa = PBXSourcesBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. 7E49F5461B1BF20C00FBC3FF /* TegKeychainAccessOptions.swift in Sources */,
  282. 7E49F5451B1BF20A00FBC3FF /* TegKeychain.swift in Sources */,
  283. 7E49F5471B1BF20E00FBC3FF /* TegKeychainConstants.swift in Sources */,
  284. 2BCB00A81A83354D0022C93A /* keychainTests.swift in Sources */,
  285. );
  286. runOnlyForDeploymentPostprocessing = 0;
  287. };
  288. /* End PBXSourcesBuildPhase section */
  289. /* Begin PBXTargetDependency section */
  290. 2BCB00A31A83354D0022C93A /* PBXTargetDependency */ = {
  291. isa = PBXTargetDependency;
  292. target = 2BCB008B1A83354D0022C93A /* keychain */;
  293. targetProxy = 2BCB00A21A83354D0022C93A /* PBXContainerItemProxy */;
  294. };
  295. /* End PBXTargetDependency section */
  296. /* Begin PBXVariantGroup section */
  297. 2BCB00951A83354D0022C93A /* Main.storyboard */ = {
  298. isa = PBXVariantGroup;
  299. children = (
  300. 2BCB00961A83354D0022C93A /* Base */,
  301. );
  302. name = Main.storyboard;
  303. sourceTree = "<group>";
  304. };
  305. 2BCB009A1A83354D0022C93A /* LaunchScreen.xib */ = {
  306. isa = PBXVariantGroup;
  307. children = (
  308. 2BCB009B1A83354D0022C93A /* Base */,
  309. );
  310. name = LaunchScreen.xib;
  311. sourceTree = "<group>";
  312. };
  313. /* End PBXVariantGroup section */
  314. /* Begin XCBuildConfiguration section */
  315. 2BCB00A91A83354D0022C93A /* Debug */ = {
  316. isa = XCBuildConfiguration;
  317. buildSettings = {
  318. ALWAYS_SEARCH_USER_PATHS = NO;
  319. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  320. CLANG_CXX_LIBRARY = "libc++";
  321. CLANG_ENABLE_MODULES = YES;
  322. CLANG_ENABLE_OBJC_ARC = YES;
  323. CLANG_WARN_BOOL_CONVERSION = YES;
  324. CLANG_WARN_CONSTANT_CONVERSION = YES;
  325. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  326. CLANG_WARN_EMPTY_BODY = YES;
  327. CLANG_WARN_ENUM_CONVERSION = YES;
  328. CLANG_WARN_INT_CONVERSION = YES;
  329. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  330. CLANG_WARN_UNREACHABLE_CODE = YES;
  331. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  332. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  333. COPY_PHASE_STRIP = NO;
  334. ENABLE_STRICT_OBJC_MSGSEND = YES;
  335. GCC_C_LANGUAGE_STANDARD = gnu99;
  336. GCC_DYNAMIC_NO_PIC = NO;
  337. GCC_OPTIMIZATION_LEVEL = 0;
  338. GCC_PREPROCESSOR_DEFINITIONS = (
  339. "DEBUG=1",
  340. "$(inherited)",
  341. );
  342. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  343. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  344. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  345. GCC_WARN_UNDECLARED_SELECTOR = YES;
  346. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  347. GCC_WARN_UNUSED_FUNCTION = YES;
  348. GCC_WARN_UNUSED_VARIABLE = YES;
  349. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  350. MTL_ENABLE_DEBUG_INFO = YES;
  351. ONLY_ACTIVE_ARCH = YES;
  352. SDKROOT = iphoneos;
  353. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  354. TARGETED_DEVICE_FAMILY = "1,2";
  355. };
  356. name = Debug;
  357. };
  358. 2BCB00AA1A83354D0022C93A /* Release */ = {
  359. isa = XCBuildConfiguration;
  360. buildSettings = {
  361. ALWAYS_SEARCH_USER_PATHS = NO;
  362. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  363. CLANG_CXX_LIBRARY = "libc++";
  364. CLANG_ENABLE_MODULES = YES;
  365. CLANG_ENABLE_OBJC_ARC = YES;
  366. CLANG_WARN_BOOL_CONVERSION = YES;
  367. CLANG_WARN_CONSTANT_CONVERSION = YES;
  368. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  369. CLANG_WARN_EMPTY_BODY = YES;
  370. CLANG_WARN_ENUM_CONVERSION = YES;
  371. CLANG_WARN_INT_CONVERSION = YES;
  372. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  373. CLANG_WARN_UNREACHABLE_CODE = YES;
  374. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  375. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  376. COPY_PHASE_STRIP = YES;
  377. ENABLE_NS_ASSERTIONS = NO;
  378. ENABLE_STRICT_OBJC_MSGSEND = YES;
  379. GCC_C_LANGUAGE_STANDARD = gnu99;
  380. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  381. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  382. GCC_WARN_UNDECLARED_SELECTOR = YES;
  383. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  384. GCC_WARN_UNUSED_FUNCTION = YES;
  385. GCC_WARN_UNUSED_VARIABLE = YES;
  386. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  387. MTL_ENABLE_DEBUG_INFO = NO;
  388. SDKROOT = iphoneos;
  389. TARGETED_DEVICE_FAMILY = "1,2";
  390. VALIDATE_PRODUCT = YES;
  391. };
  392. name = Release;
  393. };
  394. 2BCB00AC1A83354D0022C93A /* Debug */ = {
  395. isa = XCBuildConfiguration;
  396. buildSettings = {
  397. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  398. INFOPLIST_FILE = keychain/Info.plist;
  399. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  400. PRODUCT_NAME = "$(TARGET_NAME)";
  401. };
  402. name = Debug;
  403. };
  404. 2BCB00AD1A83354D0022C93A /* Release */ = {
  405. isa = XCBuildConfiguration;
  406. buildSettings = {
  407. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  408. INFOPLIST_FILE = keychain/Info.plist;
  409. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  410. PRODUCT_NAME = "$(TARGET_NAME)";
  411. };
  412. name = Release;
  413. };
  414. 2BCB00AF1A83354D0022C93A /* Debug */ = {
  415. isa = XCBuildConfiguration;
  416. buildSettings = {
  417. BUNDLE_LOADER = "$(TEST_HOST)";
  418. FRAMEWORK_SEARCH_PATHS = (
  419. "$(SDKROOT)/Developer/Library/Frameworks",
  420. "$(inherited)",
  421. );
  422. GCC_PREPROCESSOR_DEFINITIONS = (
  423. "DEBUG=1",
  424. "$(inherited)",
  425. );
  426. INFOPLIST_FILE = keychainTests/Info.plist;
  427. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  428. PRODUCT_NAME = "$(TARGET_NAME)";
  429. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/keychain.app/keychain";
  430. };
  431. name = Debug;
  432. };
  433. 2BCB00B01A83354D0022C93A /* Release */ = {
  434. isa = XCBuildConfiguration;
  435. buildSettings = {
  436. BUNDLE_LOADER = "$(TEST_HOST)";
  437. FRAMEWORK_SEARCH_PATHS = (
  438. "$(SDKROOT)/Developer/Library/Frameworks",
  439. "$(inherited)",
  440. );
  441. INFOPLIST_FILE = keychainTests/Info.plist;
  442. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  443. PRODUCT_NAME = "$(TARGET_NAME)";
  444. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/keychain.app/keychain";
  445. };
  446. name = Release;
  447. };
  448. /* End XCBuildConfiguration section */
  449. /* Begin XCConfigurationList section */
  450. 2BCB00871A83354D0022C93A /* Build configuration list for PBXProject "keychain" */ = {
  451. isa = XCConfigurationList;
  452. buildConfigurations = (
  453. 2BCB00A91A83354D0022C93A /* Debug */,
  454. 2BCB00AA1A83354D0022C93A /* Release */,
  455. );
  456. defaultConfigurationIsVisible = 0;
  457. defaultConfigurationName = Release;
  458. };
  459. 2BCB00AB1A83354D0022C93A /* Build configuration list for PBXNativeTarget "keychain" */ = {
  460. isa = XCConfigurationList;
  461. buildConfigurations = (
  462. 2BCB00AC1A83354D0022C93A /* Debug */,
  463. 2BCB00AD1A83354D0022C93A /* Release */,
  464. );
  465. defaultConfigurationIsVisible = 0;
  466. defaultConfigurationName = Release;
  467. };
  468. 2BCB00AE1A83354D0022C93A /* Build configuration list for PBXNativeTarget "keychainTests" */ = {
  469. isa = XCConfigurationList;
  470. buildConfigurations = (
  471. 2BCB00AF1A83354D0022C93A /* Debug */,
  472. 2BCB00B01A83354D0022C93A /* Release */,
  473. );
  474. defaultConfigurationIsVisible = 0;
  475. defaultConfigurationName = Release;
  476. };
  477. /* End XCConfigurationList section */
  478. };
  479. rootObject = 2BCB00841A83354D0022C93A /* Project object */;
  480. }