project.pbxproj 17 KB

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