|
|
@@ -9,6 +9,7 @@
|
|
|
/* Begin PBXBuildFile section */
|
|
|
931AA5891E1AFF8C003A2290 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931AA5881E1AFF8C003A2290 /* String.swift */; };
|
|
|
931AA58B1E1DA911003A2290 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 931AA58A1E1DA910003A2290 /* CoreData.framework */; };
|
|
|
+ 931AA5AE1E218D0E003A2290 /* Entry.xib in Resources */ = {isa = PBXBuildFile; fileRef = 931AA5AD1E218D0D003A2290 /* Entry.xib */; };
|
|
|
93B408031D9ED44C000FBC99 /* MenuCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */; };
|
|
|
93B84B9A1D9C31AB006C0F67 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */; };
|
|
|
93B84B9C1D9C31AB006C0F67 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */; };
|
|
|
@@ -28,6 +29,7 @@
|
|
|
/* Begin PBXFileReference section */
|
|
|
931AA5881E1AFF8C003A2290 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
|
|
|
931AA58A1E1DA910003A2290 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
|
+ 931AA5AD1E218D0D003A2290 /* Entry.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Entry.xib; sourceTree = "<group>"; };
|
|
|
93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MenuCollectionViewCell.swift; path = ../MenuCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
93B84B961D9C31AB006C0F67 /* app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = app.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
93B84B991D9C31AB006C0F67 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
@@ -88,6 +90,7 @@
|
|
|
93B84BA81D9C31AB006C0F67 /* Info.plist */,
|
|
|
93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */,
|
|
|
93D9EA5F1DE271E700089002 /* Section.xib */,
|
|
|
+ 931AA5AD1E218D0D003A2290 /* Entry.xib */,
|
|
|
93D9EA6B1DE3498500089002 /* HomeView.xib */,
|
|
|
93D9EA631DE273FD00089002 /* Section.swift */,
|
|
|
93D9EA691DE3491100089002 /* HomeView.swift */,
|
|
|
@@ -167,6 +170,7 @@
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 931AA5AE1E218D0E003A2290 /* Entry.xib in Resources */,
|
|
|
93B84BA71D9C31AB006C0F67 /* LaunchScreen.storyboard in Resources */,
|
|
|
93D9EA601DE271E700089002 /* Section.xib in Resources */,
|
|
|
93B84BA41D9C31AB006C0F67 /* Assets.xcassets in Resources */,
|