Skip to content

Commit 6c48b3d

Browse files
committed
Add README.md to project.
This makes it easier to read along with the code.
1 parent 3f0ee82 commit 6c48b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DiningPhilosophers/DiningPhilosophers.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/* End PBXBuildFile section */
1212

1313
/* Begin PBXFileReference section */
14+
232D7939216F76F700831A74 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
1415
OBJ_12 /* DiningPhilosophers */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = DiningPhilosophers; sourceTree = BUILT_PRODUCTS_DIR; };
1516
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
1617
OBJ_9 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
@@ -38,6 +39,7 @@
3839
OBJ_5 = {
3940
isa = PBXGroup;
4041
children = (
42+
232D7939216F76F700831A74 /* README.md */,
4143
OBJ_6 /* Package.swift */,
4244
OBJ_7 /* Sources */,
4345
OBJ_11 /* Products */,

0 commit comments

Comments
 (0)