|
17 | 17 | 96716CAE1B9DC4A7008C7F16 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 96716CAD1B9DC4A7008C7F16 /* .gitignore */; }; |
18 | 18 | 96716CB01B9DC600008C7F16 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 96716CAF1B9DC600008C7F16 /* README.md */; }; |
19 | 19 | 96716CB21B9DDAB6008C7F16 /* MIT-LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = 96716CB11B9DDAB6008C7F16 /* MIT-LICENSE.txt */; }; |
| 20 | + 96716CB41B9DDC0D008C7F16 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96716CB31B9DDC0D008C7F16 /* Item.swift */; }; |
20 | 21 | /* End PBXBuildFile section */ |
21 | 22 |
|
22 | 23 | /* Begin PBXContainerItemProxy section */ |
|
44 | 45 | 96716CAD1B9DC4A7008C7F16 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; }; |
45 | 46 | 96716CAF1B9DC600008C7F16 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
46 | 47 | 96716CB11B9DDAB6008C7F16 /* MIT-LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "MIT-LICENSE.txt"; sourceTree = "<group>"; }; |
| 48 | + 96716CB31B9DDC0D008C7F16 /* Item.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; }; |
47 | 49 | /* End PBXFileReference section */ |
48 | 50 |
|
49 | 51 | /* Begin PBXFrameworksBuildPhase section */ |
|
88 | 90 | 96716C871B9DC474008C7F16 /* iOS8-Swift-TableView-CoreData-Example */ = { |
89 | 91 | isa = PBXGroup; |
90 | 92 | children = ( |
| 93 | + 96716CB31B9DDC0D008C7F16 /* Item.swift */, |
91 | 94 | 96716C8A1B9DC475008C7F16 /* AppDelegate.swift */, |
92 | 95 | 96716C8F1B9DC475008C7F16 /* ViewController.swift */, |
93 | 96 | 96716C911B9DC475008C7F16 /* Main.storyboard */, |
|
226 | 229 | isa = PBXSourcesBuildPhase; |
227 | 230 | buildActionMask = 2147483647; |
228 | 231 | files = ( |
| 232 | + 96716CB41B9DDC0D008C7F16 /* Item.swift in Sources */, |
229 | 233 | 96716C901B9DC475008C7F16 /* ViewController.swift in Sources */, |
230 | 234 | 96716C8E1B9DC475008C7F16 /* iOS8_Swift_TableView_CoreData_Example.xcdatamodeld in Sources */, |
231 | 235 | 96716CB01B9DC600008C7F16 /* README.md in Sources */, |
|
0 commit comments