Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 342d9a9

Browse files
committed
Xcode file
1 parent 2eadf57 commit 342d9a9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

iOS8-Swift-TableView-CoreData-Example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
96716C981B9DC475008C7F16 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 96716C961B9DC475008C7F16 /* LaunchScreen.xib */; };
1616
96716CA41B9DC475008C7F16 /* iOS8_Swift_TableView_CoreData_ExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96716CA31B9DC475008C7F16 /* iOS8_Swift_TableView_CoreData_ExampleTests.swift */; };
1717
96716CAE1B9DC4A7008C7F16 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 96716CAD1B9DC4A7008C7F16 /* .gitignore */; };
18-
96716CB01B9DC600008C7F16 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 96716CAF1B9DC600008C7F16 /* README.md */; };
1918
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 */; };
19+
96716CB61B9DE561008C7F16 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96716CB51B9DE561008C7F16 /* Item.swift */; };
2120
/* End PBXBuildFile section */
2221

2322
/* Begin PBXContainerItemProxy section */
@@ -45,7 +44,7 @@
4544
96716CAD1B9DC4A7008C7F16 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
4645
96716CAF1B9DC600008C7F16 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
4746
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+
96716CB51B9DE561008C7F16 /* Item.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
4948
/* End PBXFileReference section */
5049

5150
/* Begin PBXFrameworksBuildPhase section */
@@ -90,7 +89,7 @@
9089
96716C871B9DC474008C7F16 /* iOS8-Swift-TableView-CoreData-Example */ = {
9190
isa = PBXGroup;
9291
children = (
93-
96716CB31B9DDC0D008C7F16 /* Item.swift */,
92+
96716CB51B9DE561008C7F16 /* Item.swift */,
9493
96716C8A1B9DC475008C7F16 /* AppDelegate.swift */,
9594
96716C8F1B9DC475008C7F16 /* ViewController.swift */,
9695
96716C911B9DC475008C7F16 /* Main.storyboard */,
@@ -229,10 +228,9 @@
229228
isa = PBXSourcesBuildPhase;
230229
buildActionMask = 2147483647;
231230
files = (
232-
96716CB41B9DDC0D008C7F16 /* Item.swift in Sources */,
231+
96716CB61B9DE561008C7F16 /* Item.swift in Sources */,
233232
96716C901B9DC475008C7F16 /* ViewController.swift in Sources */,
234233
96716C8E1B9DC475008C7F16 /* iOS8_Swift_TableView_CoreData_Example.xcdatamodeld in Sources */,
235-
96716CB01B9DC600008C7F16 /* README.md in Sources */,
236234
96716C8B1B9DC475008C7F16 /* AppDelegate.swift in Sources */,
237235
);
238236
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)