project.pbxproj 14 KB

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