Browse Source

moved a file

master
achmizs 10 years ago
parent
commit
b9358a5f60
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      IRCClient.xcodeproj/project.pbxproj

+ 2
- 2
IRCClient.xcodeproj/project.pbxproj View File

@@ -19,7 +19,7 @@
/* End PBXBuildFile 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; };
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>"; };
@@ -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 */,

Loading…
Cancel
Save