project.pbxproj 17 KB

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