moved a file

This commit is contained in:
achmizs 2015-12-16 15:12:00 -05:00
parent e4ba2bc334
commit b9358a5f60

View File

@ -19,7 +19,7 @@
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
86B623291C21FC6D00D6E3AF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; 86B623291C21FC6D00D6E3AF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = IRCClient/README; sourceTree = "<group>"; };
86F2EFE61C21F73600B033A4 /* IRCClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IRCClient.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 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 = "<group>"; }; 86F2EFE91C21F73600B033A4 /* IRCClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IRCClient.h; sourceTree = "<group>"; };
86F2EFEB1C21F73600B033A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 86F2EFEB1C21F73600B033A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@ -46,6 +46,7 @@
86F2EFDC1C21F73600B033A4 = { 86F2EFDC1C21F73600B033A4 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
86B623291C21FC6D00D6E3AF /* README */,
86F2EFE81C21F73600B033A4 /* IRCClient */, 86F2EFE81C21F73600B033A4 /* IRCClient */,
86F2EFE71C21F73600B033A4 /* Products */, 86F2EFE71C21F73600B033A4 /* Products */,
); );
@ -62,7 +63,6 @@
86F2EFE81C21F73600B033A4 /* IRCClient */ = { 86F2EFE81C21F73600B033A4 /* IRCClient */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
86B623291C21FC6D00D6E3AF /* README */,
86F2EFF11C21F81900B033A4 /* IRCClientChannel_Private.h */, 86F2EFF11C21F81900B033A4 /* IRCClientChannel_Private.h */,
86F2EFF21C21F81900B033A4 /* IRCClientChannel.h */, 86F2EFF21C21F81900B033A4 /* IRCClientChannel.h */,
86F2EFF31C21F81900B033A4 /* IRCClientChannel.m */, 86F2EFF31C21F81900B033A4 /* IRCClientChannel.m */,