diff --git a/IRCClient.xcodeproj/project.pbxproj b/IRCClient.xcodeproj/project.pbxproj index 8a685ec..0e5c296 100644 --- a/IRCClient.xcodeproj/project.pbxproj +++ b/IRCClient.xcodeproj/project.pbxproj @@ -19,7 +19,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 86B623291C21FC6D00D6E3AF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + 86B623291C21FC6D00D6E3AF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = IRCClient/README; sourceTree = ""; }; 86F2EFE61C21F73600B033A4 /* IRCClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IRCClient.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 86F2EFE91C21F73600B033A4 /* IRCClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IRCClient.h; sourceTree = ""; }; 86F2EFEB1C21F73600B033A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -46,6 +46,7 @@ 86F2EFDC1C21F73600B033A4 = { isa = PBXGroup; children = ( + 86B623291C21FC6D00D6E3AF /* README */, 86F2EFE81C21F73600B033A4 /* IRCClient */, 86F2EFE71C21F73600B033A4 /* Products */, ); @@ -62,7 +63,6 @@ 86F2EFE81C21F73600B033A4 /* IRCClient */ = { isa = PBXGroup; children = ( - 86B623291C21FC6D00D6E3AF /* README */, 86F2EFF11C21F81900B033A4 /* IRCClientChannel_Private.h */, 86F2EFF21C21F81900B033A4 /* IRCClientChannel.h */, 86F2EFF31C21F81900B033A4 /* IRCClientChannel.m */,