moved a file
This commit is contained in:
parent
d8c94018f2
commit
15ca5e4e4b
@ -7,7 +7,7 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
86B6232A1C21FC6D00D6E3AF /* README in Resources */ = {isa = PBXBuildFile; fileRef = 86B623291C21FC6D00D6E3AF /* README */; };
|
||||
86B6232C1C21FD7C00D6E3AF /* README in Resources */ = {isa = PBXBuildFile; fileRef = 86B6232B1C21FD7C00D6E3AF /* README */; };
|
||||
86F2EFEA1C21F73600B033A4 /* IRCClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F2EFE91C21F73600B033A4 /* IRCClient.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
86F2EFF81C21F81900B033A4 /* IRCClientChannel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F2EFF11C21F81900B033A4 /* IRCClientChannel_Private.h */; };
|
||||
86F2EFF91C21F81900B033A4 /* IRCClientChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F2EFF21C21F81900B033A4 /* IRCClientChannel.h */; };
|
||||
@ -19,7 +19,7 @@
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
86B623291C21FC6D00D6E3AF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = IRCClient/README; sourceTree = "<group>"; };
|
||||
86B6232B1C21FD7C00D6E3AF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 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,7 +46,7 @@
|
||||
86F2EFDC1C21F73600B033A4 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
86B623291C21FC6D00D6E3AF /* README */,
|
||||
86B6232B1C21FD7C00D6E3AF /* README */,
|
||||
86F2EFE81C21F73600B033A4 /* IRCClient */,
|
||||
86F2EFE71C21F73600B033A4 /* Products */,
|
||||
);
|
||||
@ -149,7 +149,7 @@
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
86B6232A1C21FC6D00D6E3AF /* README in Resources */,
|
||||
86B6232C1C21FD7C00D6E3AF /* README in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
29
README
Normal file
29
README
Normal file
@ -0,0 +1,29 @@
|
||||
This is a modified version of the IRCClient framework by Nathan Ollerenshaw. I’ve rewritten it to allow robust support for arbitrary text encodings, and fixed various other problems. The original version is available here: http://sourceforge.net/projects/libircclient/ (distributed alongside the libircclient library).
|
||||
|
||||
- Said Achmiz
|
||||
|
||||
Original README follows:
|
||||
|
||||
—
|
||||
|
||||
IRCClient.framework 1.0 by Nathan Ollerenshaw (chrome@stupendous.net)
|
||||
|
||||
This is a Cocoa framework wrapper around Georgy Yunaev's (gyunaev@ulduzsoft.com)
|
||||
excellent libircclient library.
|
||||
|
||||
While Georgy's library is portable, obviously this Cocoa framework is specific
|
||||
to Mac OS X systems. Though you might be able to get it working under
|
||||
cocotron or GNUstep, those implementations of Cocoa are not supported.
|
||||
|
||||
To build the framework, you will need to configure libircclient library first.
|
||||
From the Terminal, run the following command in the distribution directory:
|
||||
|
||||
./configure --enable-thread --enable-ipv6
|
||||
|
||||
The Xcode project is configured to include the libircclient.c source.
|
||||
|
||||
The framework is configured to build with a relative path of ../Frameworks/ so
|
||||
it can be easily embedded in your application.
|
||||
|
||||
For documentation, examine the header files or read the Doxygen documentations
|
||||
in 'doc'.
|
||||
Loading…
Reference in New Issue
Block a user