project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 93B408031D9ED44C000FBC99 /* MenuCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */; };
  10. 93B84B9A1D9C31AB006C0F67 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */; };
  11. 93B84B9C1D9C31AB006C0F67 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */; };
  12. 93B84B9F1D9C31AB006C0F67 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */; };
  13. 93B84BA21D9C31AB006C0F67 /* app.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */; };
  14. 93B84BA41D9C31AB006C0F67 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */; };
  15. 93B84BA71D9C31AB006C0F67 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MenuCollectionViewCell.swift; path = ../MenuCollectionViewCell.swift; sourceTree = "<group>"; };
  19. 93B84B961D9C31AB006C0F67 /* app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = app.app; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  21. 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  22. 93B84B9E1D9C31AB006C0F67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  23. 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = app.xcdatamodel; sourceTree = "<group>"; };
  24. 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  25. 93B84BA61D9C31AB006C0F67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  26. 93B84BA81D9C31AB006C0F67 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  27. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. 93B84B931D9C31AB006C0F67 /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXFrameworksBuildPhase section */
  37. /* Begin PBXGroup section */
  38. 93B84B8D1D9C31AB006C0F67 = {
  39. isa = PBXGroup;
  40. children = (
  41. 93B84B981D9C31AB006C0F67 /* app */,
  42. 93B84B971D9C31AB006C0F67 /* Products */,
  43. );
  44. sourceTree = "<group>";
  45. };
  46. 93B84B971D9C31AB006C0F67 /* Products */ = {
  47. isa = PBXGroup;
  48. children = (
  49. 93B84B961D9C31AB006C0F67 /* app.app */,
  50. );
  51. name = Products;
  52. sourceTree = "<group>";
  53. };
  54. 93B84B981D9C31AB006C0F67 /* app */ = {
  55. isa = PBXGroup;
  56. children = (
  57. 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */,
  58. 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */,
  59. 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */,
  60. 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */,
  61. 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */,
  62. 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */,
  63. 93B84BA81D9C31AB006C0F67 /* Info.plist */,
  64. 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */,
  65. );
  66. path = app;
  67. sourceTree = "<group>";
  68. };
  69. /* End PBXGroup section */
  70. /* Begin PBXNativeTarget section */
  71. 93B84B951D9C31AB006C0F67 /* app */ = {
  72. isa = PBXNativeTarget;
  73. buildConfigurationList = 93B84BAB1D9C31AB006C0F67 /* Build configuration list for PBXNativeTarget "app" */;
  74. buildPhases = (
  75. 93B84B921D9C31AB006C0F67 /* Sources */,
  76. 93B84B931D9C31AB006C0F67 /* Frameworks */,
  77. 93B84B941D9C31AB006C0F67 /* Resources */,
  78. );
  79. buildRules = (
  80. );
  81. dependencies = (
  82. );
  83. name = app;
  84. productName = app;
  85. productReference = 93B84B961D9C31AB006C0F67 /* app.app */;
  86. productType = "com.apple.product-type.application";
  87. };
  88. /* End PBXNativeTarget section */
  89. /* Begin PBXProject section */
  90. 93B84B8E1D9C31AB006C0F67 /* Project object */ = {
  91. isa = PBXProject;
  92. attributes = {
  93. LastSwiftUpdateCheck = 0800;
  94. LastUpgradeCheck = 0800;
  95. ORGANIZATIONNAME = Margolariak;
  96. TargetAttributes = {
  97. 93B84B951D9C31AB006C0F67 = {
  98. CreatedOnToolsVersion = 8.0;
  99. DevelopmentTeam = Z2WQ2CQN52;
  100. ProvisioningStyle = Automatic;
  101. };
  102. };
  103. };
  104. buildConfigurationList = 93B84B911D9C31AB006C0F67 /* Build configuration list for PBXProject "app" */;
  105. compatibilityVersion = "Xcode 3.2";
  106. developmentRegion = English;
  107. hasScannedForEncodings = 0;
  108. knownRegions = (
  109. en,
  110. Base,
  111. );
  112. mainGroup = 93B84B8D1D9C31AB006C0F67;
  113. productRefGroup = 93B84B971D9C31AB006C0F67 /* Products */;
  114. projectDirPath = "";
  115. projectRoot = "";
  116. targets = (
  117. 93B84B951D9C31AB006C0F67 /* app */,
  118. );
  119. };
  120. /* End PBXProject section */
  121. /* Begin PBXResourcesBuildPhase section */
  122. 93B84B941D9C31AB006C0F67 /* Resources */ = {
  123. isa = PBXResourcesBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. 93B84BA71D9C31AB006C0F67 /* LaunchScreen.storyboard in Resources */,
  127. 93B84BA41D9C31AB006C0F67 /* Assets.xcassets in Resources */,
  128. 93B84B9F1D9C31AB006C0F67 /* Main.storyboard in Resources */,
  129. );
  130. runOnlyForDeploymentPostprocessing = 0;
  131. };
  132. /* End PBXResourcesBuildPhase section */
  133. /* Begin PBXSourcesBuildPhase section */
  134. 93B84B921D9C31AB006C0F67 /* Sources */ = {
  135. isa = PBXSourcesBuildPhase;
  136. buildActionMask = 2147483647;
  137. files = (
  138. 93B84B9C1D9C31AB006C0F67 /* ViewController.swift in Sources */,
  139. 93B84B9A1D9C31AB006C0F67 /* AppDelegate.swift in Sources */,
  140. 93B84BA21D9C31AB006C0F67 /* app.xcdatamodeld in Sources */,
  141. 93B408031D9ED44C000FBC99 /* MenuCollectionViewCell.swift in Sources */,
  142. );
  143. runOnlyForDeploymentPostprocessing = 0;
  144. };
  145. /* End PBXSourcesBuildPhase section */
  146. /* Begin PBXVariantGroup section */
  147. 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */ = {
  148. isa = PBXVariantGroup;
  149. children = (
  150. 93B84B9E1D9C31AB006C0F67 /* Base */,
  151. );
  152. name = Main.storyboard;
  153. sourceTree = "<group>";
  154. };
  155. 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */ = {
  156. isa = PBXVariantGroup;
  157. children = (
  158. 93B84BA61D9C31AB006C0F67 /* Base */,
  159. );
  160. name = LaunchScreen.storyboard;
  161. sourceTree = "<group>";
  162. };
  163. /* End PBXVariantGroup section */
  164. /* Begin XCBuildConfiguration section */
  165. 93B84BA91D9C31AB006C0F67 /* Debug */ = {
  166. isa = XCBuildConfiguration;
  167. buildSettings = {
  168. ALWAYS_SEARCH_USER_PATHS = NO;
  169. CLANG_ANALYZER_NONNULL = YES;
  170. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  171. CLANG_CXX_LIBRARY = "libc++";
  172. CLANG_ENABLE_MODULES = YES;
  173. CLANG_ENABLE_OBJC_ARC = YES;
  174. CLANG_WARN_BOOL_CONVERSION = YES;
  175. CLANG_WARN_CONSTANT_CONVERSION = YES;
  176. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  177. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  178. CLANG_WARN_EMPTY_BODY = YES;
  179. CLANG_WARN_ENUM_CONVERSION = YES;
  180. CLANG_WARN_INFINITE_RECURSION = YES;
  181. CLANG_WARN_INT_CONVERSION = YES;
  182. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  183. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  184. CLANG_WARN_UNREACHABLE_CODE = YES;
  185. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  186. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  187. COPY_PHASE_STRIP = NO;
  188. DEBUG_INFORMATION_FORMAT = dwarf;
  189. ENABLE_STRICT_OBJC_MSGSEND = YES;
  190. ENABLE_TESTABILITY = YES;
  191. GCC_C_LANGUAGE_STANDARD = gnu99;
  192. GCC_DYNAMIC_NO_PIC = NO;
  193. GCC_NO_COMMON_BLOCKS = YES;
  194. GCC_OPTIMIZATION_LEVEL = 0;
  195. GCC_PREPROCESSOR_DEFINITIONS = (
  196. "DEBUG=1",
  197. "$(inherited)",
  198. );
  199. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  200. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  201. GCC_WARN_UNDECLARED_SELECTOR = YES;
  202. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  203. GCC_WARN_UNUSED_FUNCTION = YES;
  204. GCC_WARN_UNUSED_VARIABLE = YES;
  205. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  206. MTL_ENABLE_DEBUG_INFO = YES;
  207. ONLY_ACTIVE_ARCH = YES;
  208. SDKROOT = iphoneos;
  209. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  210. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  211. TARGETED_DEVICE_FAMILY = "1,2";
  212. };
  213. name = Debug;
  214. };
  215. 93B84BAA1D9C31AB006C0F67 /* Release */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = NO;
  219. CLANG_ANALYZER_NONNULL = YES;
  220. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  221. CLANG_CXX_LIBRARY = "libc++";
  222. CLANG_ENABLE_MODULES = YES;
  223. CLANG_ENABLE_OBJC_ARC = YES;
  224. CLANG_WARN_BOOL_CONVERSION = YES;
  225. CLANG_WARN_CONSTANT_CONVERSION = YES;
  226. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  227. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  228. CLANG_WARN_EMPTY_BODY = YES;
  229. CLANG_WARN_ENUM_CONVERSION = YES;
  230. CLANG_WARN_INFINITE_RECURSION = YES;
  231. CLANG_WARN_INT_CONVERSION = YES;
  232. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  233. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  234. CLANG_WARN_UNREACHABLE_CODE = YES;
  235. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  236. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  237. COPY_PHASE_STRIP = NO;
  238. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  239. ENABLE_NS_ASSERTIONS = NO;
  240. ENABLE_STRICT_OBJC_MSGSEND = YES;
  241. GCC_C_LANGUAGE_STANDARD = gnu99;
  242. GCC_NO_COMMON_BLOCKS = YES;
  243. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  244. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  245. GCC_WARN_UNDECLARED_SELECTOR = YES;
  246. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  247. GCC_WARN_UNUSED_FUNCTION = YES;
  248. GCC_WARN_UNUSED_VARIABLE = YES;
  249. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  250. MTL_ENABLE_DEBUG_INFO = NO;
  251. SDKROOT = iphoneos;
  252. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  253. TARGETED_DEVICE_FAMILY = "1,2";
  254. VALIDATE_PRODUCT = YES;
  255. };
  256. name = Release;
  257. };
  258. 93B84BAC1D9C31AB006C0F67 /* Debug */ = {
  259. isa = XCBuildConfiguration;
  260. buildSettings = {
  261. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  262. DEVELOPMENT_TEAM = Z2WQ2CQN52;
  263. INFOPLIST_FILE = app/Info.plist;
  264. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  265. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  266. PRODUCT_BUNDLE_IDENTIFIER = com.margolariak.app;
  267. PRODUCT_NAME = "$(TARGET_NAME)";
  268. SWIFT_VERSION = 3.0;
  269. };
  270. name = Debug;
  271. };
  272. 93B84BAD1D9C31AB006C0F67 /* Release */ = {
  273. isa = XCBuildConfiguration;
  274. buildSettings = {
  275. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  276. DEVELOPMENT_TEAM = Z2WQ2CQN52;
  277. INFOPLIST_FILE = app/Info.plist;
  278. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  279. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  280. PRODUCT_BUNDLE_IDENTIFIER = com.margolariak.app;
  281. PRODUCT_NAME = "$(TARGET_NAME)";
  282. SWIFT_VERSION = 3.0;
  283. };
  284. name = Release;
  285. };
  286. /* End XCBuildConfiguration section */
  287. /* Begin XCConfigurationList section */
  288. 93B84B911D9C31AB006C0F67 /* Build configuration list for PBXProject "app" */ = {
  289. isa = XCConfigurationList;
  290. buildConfigurations = (
  291. 93B84BA91D9C31AB006C0F67 /* Debug */,
  292. 93B84BAA1D9C31AB006C0F67 /* Release */,
  293. );
  294. defaultConfigurationIsVisible = 0;
  295. defaultConfigurationName = Release;
  296. };
  297. 93B84BAB1D9C31AB006C0F67 /* Build configuration list for PBXNativeTarget "app" */ = {
  298. isa = XCConfigurationList;
  299. buildConfigurations = (
  300. 93B84BAC1D9C31AB006C0F67 /* Debug */,
  301. 93B84BAD1D9C31AB006C0F67 /* Release */,
  302. );
  303. defaultConfigurationIsVisible = 0;
  304. defaultConfigurationName = Release;
  305. };
  306. /* End XCConfigurationList section */
  307. /* Begin XCVersionGroup section */
  308. 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */ = {
  309. isa = XCVersionGroup;
  310. children = (
  311. 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */,
  312. );
  313. currentVersion = 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */;
  314. path = app.xcdatamodeld;
  315. sourceTree = "<group>";
  316. versionGroupType = wrapper.xcdatamodel;
  317. };
  318. /* End XCVersionGroup section */
  319. };
  320. rootObject = 93B84B8E1D9C31AB006C0F67 /* Project object */;
  321. }