[ABANDONED] Mastodon iOS client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

400 lines
17 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 15960E5B213145E100C38CE9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E5A213145E100C38CE9 /* AppDelegate.swift */; };
  10. 15960E5D213145E100C38CE9 /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E5C213145E100C38CE9 /* FirstViewController.swift */; };
  11. 15960E5F213145E100C38CE9 /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E5E213145E100C38CE9 /* SecondViewController.swift */; };
  12. 15960E62213145E100C38CE9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15960E60213145E100C38CE9 /* Main.storyboard */; };
  13. 15960E64213145E200C38CE9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 15960E63213145E200C38CE9 /* Assets.xcassets */; };
  14. 15960E67213145E200C38CE9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15960E65213145E200C38CE9 /* LaunchScreen.storyboard */; };
  15. 15960E7021321FA500C38CE9 /* Elpha.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 15960E6E21321FA500C38CE9 /* Elpha.xcdatamodeld */; };
  16. 15960E7321322BC700C38CE9 /* KeychainItemAccessibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7221322BC700C38CE9 /* KeychainItemAccessibility.swift */; };
  17. 15960E7521322BF800C38CE9 /* KeychainWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7421322BF800C38CE9 /* KeychainWrapper.swift */; };
  18. 15960E7721322C6F00C38CE9 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7621322C6F00C38CE9 /* Configuration.swift */; };
  19. 15960E7A2132387A00C38CE9 /* MainTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E792132387A00C38CE9 /* MainTabBarController.swift */; };
  20. 15960E7C213272CD00C38CE9 /* AuthenticationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7B213272CD00C38CE9 /* AuthenticationManager.swift */; };
  21. 15960E7E21329FED00C38CE9 /* AuthenticateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7D21329FED00C38CE9 /* AuthenticateViewController.swift */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXFileReference section */
  24. 15960E57213145E100C38CE9 /* elpha-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "elpha-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  25. 15960E5A213145E100C38CE9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  26. 15960E5C213145E100C38CE9 /* FirstViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = "<group>"; };
  27. 15960E5E213145E100C38CE9 /* SecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = "<group>"; };
  28. 15960E61213145E100C38CE9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  29. 15960E63213145E200C38CE9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  30. 15960E66213145E200C38CE9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  31. 15960E68213145E200C38CE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  32. 15960E6F21321FA500C38CE9 /* Elpha.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Elpha.xcdatamodel; sourceTree = "<group>"; };
  33. 15960E7221322BC700C38CE9 /* KeychainItemAccessibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainItemAccessibility.swift; sourceTree = "<group>"; };
  34. 15960E7421322BF800C38CE9 /* KeychainWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainWrapper.swift; sourceTree = "<group>"; };
  35. 15960E7621322C6F00C38CE9 /* Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = "<group>"; };
  36. 15960E792132387A00C38CE9 /* MainTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabBarController.swift; sourceTree = "<group>"; };
  37. 15960E7B213272CD00C38CE9 /* AuthenticationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationManager.swift; sourceTree = "<group>"; };
  38. 15960E7D21329FED00C38CE9 /* AuthenticateViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticateViewController.swift; sourceTree = "<group>"; };
  39. /* End PBXFileReference section */
  40. /* Begin PBXFrameworksBuildPhase section */
  41. 15960E54213145E100C38CE9 /* Frameworks */ = {
  42. isa = PBXFrameworksBuildPhase;
  43. buildActionMask = 2147483647;
  44. files = (
  45. );
  46. runOnlyForDeploymentPostprocessing = 0;
  47. };
  48. /* End PBXFrameworksBuildPhase section */
  49. /* Begin PBXGroup section */
  50. 15960E4E213145E100C38CE9 = {
  51. isa = PBXGroup;
  52. children = (
  53. 15960E59213145E100C38CE9 /* elpha-ios */,
  54. 15960E58213145E100C38CE9 /* Products */,
  55. );
  56. sourceTree = "<group>";
  57. };
  58. 15960E58213145E100C38CE9 /* Products */ = {
  59. isa = PBXGroup;
  60. children = (
  61. 15960E57213145E100C38CE9 /* elpha-ios.app */,
  62. );
  63. name = Products;
  64. sourceTree = "<group>";
  65. };
  66. 15960E59213145E100C38CE9 /* elpha-ios */ = {
  67. isa = PBXGroup;
  68. children = (
  69. 15960E68213145E200C38CE9 /* Info.plist */,
  70. 15960E5A213145E100C38CE9 /* AppDelegate.swift */,
  71. 15960E7B213272CD00C38CE9 /* AuthenticationManager.swift */,
  72. 15960E7621322C6F00C38CE9 /* Configuration.swift */,
  73. 15960E63213145E200C38CE9 /* Assets.xcassets */,
  74. 15960E6E21321FA500C38CE9 /* Elpha.xcdatamodeld */,
  75. 15960E7121322B9F00C38CE9 /* Keychain Helper */,
  76. 15960E65213145E200C38CE9 /* LaunchScreen.storyboard */,
  77. 15960E60213145E100C38CE9 /* Main.storyboard */,
  78. 15960E782132383600C38CE9 /* View Controllers */,
  79. );
  80. path = "elpha-ios";
  81. sourceTree = "<group>";
  82. };
  83. 15960E7121322B9F00C38CE9 /* Keychain Helper */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 15960E7221322BC700C38CE9 /* KeychainItemAccessibility.swift */,
  87. 15960E7421322BF800C38CE9 /* KeychainWrapper.swift */,
  88. );
  89. name = "Keychain Helper";
  90. sourceTree = "<group>";
  91. };
  92. 15960E782132383600C38CE9 /* View Controllers */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 15960E5C213145E100C38CE9 /* FirstViewController.swift */,
  96. 15960E5E213145E100C38CE9 /* SecondViewController.swift */,
  97. 15960E792132387A00C38CE9 /* MainTabBarController.swift */,
  98. 15960E7D21329FED00C38CE9 /* AuthenticateViewController.swift */,
  99. );
  100. name = "View Controllers";
  101. sourceTree = "<group>";
  102. };
  103. /* End PBXGroup section */
  104. /* Begin PBXNativeTarget section */
  105. 15960E56213145E100C38CE9 /* elpha-ios */ = {
  106. isa = PBXNativeTarget;
  107. buildConfigurationList = 15960E6B213145E200C38CE9 /* Build configuration list for PBXNativeTarget "elpha-ios" */;
  108. buildPhases = (
  109. 15960E53213145E100C38CE9 /* Sources */,
  110. 15960E54213145E100C38CE9 /* Frameworks */,
  111. 15960E55213145E100C38CE9 /* Resources */,
  112. );
  113. buildRules = (
  114. );
  115. dependencies = (
  116. );
  117. name = "elpha-ios";
  118. productName = "elpha-ios";
  119. productReference = 15960E57213145E100C38CE9 /* elpha-ios.app */;
  120. productType = "com.apple.product-type.application";
  121. };
  122. /* End PBXNativeTarget section */
  123. /* Begin PBXProject section */
  124. 15960E4F213145E100C38CE9 /* Project object */ = {
  125. isa = PBXProject;
  126. attributes = {
  127. LastSwiftUpdateCheck = 0940;
  128. LastUpgradeCheck = 0940;
  129. ORGANIZATIONNAME = Elpha;
  130. TargetAttributes = {
  131. 15960E56213145E100C38CE9 = {
  132. CreatedOnToolsVersion = 9.4.1;
  133. };
  134. };
  135. };
  136. buildConfigurationList = 15960E52213145E100C38CE9 /* Build configuration list for PBXProject "elpha-ios" */;
  137. compatibilityVersion = "Xcode 9.3";
  138. developmentRegion = en;
  139. hasScannedForEncodings = 0;
  140. knownRegions = (
  141. en,
  142. Base,
  143. );
  144. mainGroup = 15960E4E213145E100C38CE9;
  145. productRefGroup = 15960E58213145E100C38CE9 /* Products */;
  146. projectDirPath = "";
  147. projectRoot = "";
  148. targets = (
  149. 15960E56213145E100C38CE9 /* elpha-ios */,
  150. );
  151. };
  152. /* End PBXProject section */
  153. /* Begin PBXResourcesBuildPhase section */
  154. 15960E55213145E100C38CE9 /* Resources */ = {
  155. isa = PBXResourcesBuildPhase;
  156. buildActionMask = 2147483647;
  157. files = (
  158. 15960E67213145E200C38CE9 /* LaunchScreen.storyboard in Resources */,
  159. 15960E64213145E200C38CE9 /* Assets.xcassets in Resources */,
  160. 15960E62213145E100C38CE9 /* Main.storyboard in Resources */,
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. };
  164. /* End PBXResourcesBuildPhase section */
  165. /* Begin PBXSourcesBuildPhase section */
  166. 15960E53213145E100C38CE9 /* Sources */ = {
  167. isa = PBXSourcesBuildPhase;
  168. buildActionMask = 2147483647;
  169. files = (
  170. 15960E7021321FA500C38CE9 /* Elpha.xcdatamodeld in Sources */,
  171. 15960E5F213145E100C38CE9 /* SecondViewController.swift in Sources */,
  172. 15960E7A2132387A00C38CE9 /* MainTabBarController.swift in Sources */,
  173. 15960E7C213272CD00C38CE9 /* AuthenticationManager.swift in Sources */,
  174. 15960E7E21329FED00C38CE9 /* AuthenticateViewController.swift in Sources */,
  175. 15960E5B213145E100C38CE9 /* AppDelegate.swift in Sources */,
  176. 15960E7721322C6F00C38CE9 /* Configuration.swift in Sources */,
  177. 15960E7521322BF800C38CE9 /* KeychainWrapper.swift in Sources */,
  178. 15960E7321322BC700C38CE9 /* KeychainItemAccessibility.swift in Sources */,
  179. 15960E5D213145E100C38CE9 /* FirstViewController.swift in Sources */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. /* End PBXSourcesBuildPhase section */
  184. /* Begin PBXVariantGroup section */
  185. 15960E60213145E100C38CE9 /* Main.storyboard */ = {
  186. isa = PBXVariantGroup;
  187. children = (
  188. 15960E61213145E100C38CE9 /* Base */,
  189. );
  190. name = Main.storyboard;
  191. sourceTree = "<group>";
  192. };
  193. 15960E65213145E200C38CE9 /* LaunchScreen.storyboard */ = {
  194. isa = PBXVariantGroup;
  195. children = (
  196. 15960E66213145E200C38CE9 /* Base */,
  197. );
  198. name = LaunchScreen.storyboard;
  199. sourceTree = "<group>";
  200. };
  201. /* End PBXVariantGroup section */
  202. /* Begin XCBuildConfiguration section */
  203. 15960E69213145E200C38CE9 /* Debug */ = {
  204. isa = XCBuildConfiguration;
  205. buildSettings = {
  206. ALWAYS_SEARCH_USER_PATHS = NO;
  207. CLANG_ANALYZER_NONNULL = YES;
  208. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  209. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  210. CLANG_CXX_LIBRARY = "libc++";
  211. CLANG_ENABLE_MODULES = YES;
  212. CLANG_ENABLE_OBJC_ARC = YES;
  213. CLANG_ENABLE_OBJC_WEAK = YES;
  214. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  215. CLANG_WARN_BOOL_CONVERSION = YES;
  216. CLANG_WARN_COMMA = YES;
  217. CLANG_WARN_CONSTANT_CONVERSION = YES;
  218. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  219. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  220. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  221. CLANG_WARN_EMPTY_BODY = YES;
  222. CLANG_WARN_ENUM_CONVERSION = YES;
  223. CLANG_WARN_INFINITE_RECURSION = YES;
  224. CLANG_WARN_INT_CONVERSION = YES;
  225. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  226. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  227. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  228. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  229. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  230. CLANG_WARN_STRICT_PROTOTYPES = YES;
  231. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  232. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  233. CLANG_WARN_UNREACHABLE_CODE = YES;
  234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  235. CODE_SIGN_IDENTITY = "iPhone Developer";
  236. COPY_PHASE_STRIP = NO;
  237. DEBUG_INFORMATION_FORMAT = dwarf;
  238. ENABLE_STRICT_OBJC_MSGSEND = YES;
  239. ENABLE_TESTABILITY = YES;
  240. GCC_C_LANGUAGE_STANDARD = gnu11;
  241. GCC_DYNAMIC_NO_PIC = NO;
  242. GCC_NO_COMMON_BLOCKS = YES;
  243. GCC_OPTIMIZATION_LEVEL = 0;
  244. GCC_PREPROCESSOR_DEFINITIONS = (
  245. "DEBUG=1",
  246. "$(inherited)",
  247. );
  248. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  249. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  250. GCC_WARN_UNDECLARED_SELECTOR = YES;
  251. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  252. GCC_WARN_UNUSED_FUNCTION = YES;
  253. GCC_WARN_UNUSED_VARIABLE = YES;
  254. IPHONEOS_DEPLOYMENT_TARGET = 11.4;
  255. MTL_ENABLE_DEBUG_INFO = YES;
  256. ONLY_ACTIVE_ARCH = YES;
  257. SDKROOT = iphoneos;
  258. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  259. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  260. };
  261. name = Debug;
  262. };
  263. 15960E6A213145E200C38CE9 /* Release */ = {
  264. isa = XCBuildConfiguration;
  265. buildSettings = {
  266. ALWAYS_SEARCH_USER_PATHS = NO;
  267. CLANG_ANALYZER_NONNULL = YES;
  268. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  269. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  270. CLANG_CXX_LIBRARY = "libc++";
  271. CLANG_ENABLE_MODULES = YES;
  272. CLANG_ENABLE_OBJC_ARC = YES;
  273. CLANG_ENABLE_OBJC_WEAK = YES;
  274. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  275. CLANG_WARN_BOOL_CONVERSION = YES;
  276. CLANG_WARN_COMMA = YES;
  277. CLANG_WARN_CONSTANT_CONVERSION = YES;
  278. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  279. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  280. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  281. CLANG_WARN_EMPTY_BODY = YES;
  282. CLANG_WARN_ENUM_CONVERSION = YES;
  283. CLANG_WARN_INFINITE_RECURSION = YES;
  284. CLANG_WARN_INT_CONVERSION = YES;
  285. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  286. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  287. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  288. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  289. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  290. CLANG_WARN_STRICT_PROTOTYPES = YES;
  291. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  292. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  293. CLANG_WARN_UNREACHABLE_CODE = YES;
  294. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  295. CODE_SIGN_IDENTITY = "iPhone Developer";
  296. COPY_PHASE_STRIP = NO;
  297. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  298. ENABLE_NS_ASSERTIONS = NO;
  299. ENABLE_STRICT_OBJC_MSGSEND = YES;
  300. GCC_C_LANGUAGE_STANDARD = gnu11;
  301. GCC_NO_COMMON_BLOCKS = YES;
  302. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  303. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  304. GCC_WARN_UNDECLARED_SELECTOR = YES;
  305. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  306. GCC_WARN_UNUSED_FUNCTION = YES;
  307. GCC_WARN_UNUSED_VARIABLE = YES;
  308. IPHONEOS_DEPLOYMENT_TARGET = 11.4;
  309. MTL_ENABLE_DEBUG_INFO = NO;
  310. SDKROOT = iphoneos;
  311. SWIFT_COMPILATION_MODE = wholemodule;
  312. SWIFT_OPTIMIZATION_LEVEL = "-O";
  313. VALIDATE_PRODUCT = YES;
  314. };
  315. name = Release;
  316. };
  317. 15960E6C213145E200C38CE9 /* Debug */ = {
  318. isa = XCBuildConfiguration;
  319. buildSettings = {
  320. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  321. CODE_SIGN_STYLE = Automatic;
  322. DEVELOPMENT_TEAM = R9PMLQGTGZ;
  323. INFOPLIST_FILE = "elpha-ios/Info.plist";
  324. LD_RUNPATH_SEARCH_PATHS = (
  325. "$(inherited)",
  326. "@executable_path/Frameworks",
  327. );
  328. PRODUCT_BUNDLE_IDENTIFIER = "xyz.elpha.elpha-ios";
  329. PRODUCT_NAME = "$(TARGET_NAME)";
  330. SWIFT_VERSION = 4.0;
  331. TARGETED_DEVICE_FAMILY = 1;
  332. };
  333. name = Debug;
  334. };
  335. 15960E6D213145E200C38CE9 /* Release */ = {
  336. isa = XCBuildConfiguration;
  337. buildSettings = {
  338. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  339. CODE_SIGN_STYLE = Automatic;
  340. DEVELOPMENT_TEAM = R9PMLQGTGZ;
  341. INFOPLIST_FILE = "elpha-ios/Info.plist";
  342. LD_RUNPATH_SEARCH_PATHS = (
  343. "$(inherited)",
  344. "@executable_path/Frameworks",
  345. );
  346. PRODUCT_BUNDLE_IDENTIFIER = "xyz.elpha.elpha-ios";
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. SWIFT_VERSION = 4.0;
  349. TARGETED_DEVICE_FAMILY = 1;
  350. };
  351. name = Release;
  352. };
  353. /* End XCBuildConfiguration section */
  354. /* Begin XCConfigurationList section */
  355. 15960E52213145E100C38CE9 /* Build configuration list for PBXProject "elpha-ios" */ = {
  356. isa = XCConfigurationList;
  357. buildConfigurations = (
  358. 15960E69213145E200C38CE9 /* Debug */,
  359. 15960E6A213145E200C38CE9 /* Release */,
  360. );
  361. defaultConfigurationIsVisible = 0;
  362. defaultConfigurationName = Release;
  363. };
  364. 15960E6B213145E200C38CE9 /* Build configuration list for PBXNativeTarget "elpha-ios" */ = {
  365. isa = XCConfigurationList;
  366. buildConfigurations = (
  367. 15960E6C213145E200C38CE9 /* Debug */,
  368. 15960E6D213145E200C38CE9 /* Release */,
  369. );
  370. defaultConfigurationIsVisible = 0;
  371. defaultConfigurationName = Release;
  372. };
  373. /* End XCConfigurationList section */
  374. /* Begin XCVersionGroup section */
  375. 15960E6E21321FA500C38CE9 /* Elpha.xcdatamodeld */ = {
  376. isa = XCVersionGroup;
  377. children = (
  378. 15960E6F21321FA500C38CE9 /* Elpha.xcdatamodel */,
  379. );
  380. currentVersion = 15960E6F21321FA500C38CE9 /* Elpha.xcdatamodel */;
  381. path = Elpha.xcdatamodeld;
  382. sourceTree = "<group>";
  383. versionGroupType = wrapper.xcdatamodel;
  384. };
  385. /* End XCVersionGroup section */
  386. };
  387. rootObject = 15960E4F213145E100C38CE9 /* Project object */;
  388. }