project.pbxproj 16 KB

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