Download
Available via svn:svn co http://aarone.org/svn/repo/Public/CocoaICU/trunk
You can browse source and see tickets at the trac instance
Requirements
10.4 or greater
Adding CocoaICU Classes To Your Project
It's a relatively straightforward process to add CocoaICU classes to your project and build against libicu:- Add the files (
ICUPattern.[mh],ICUMatcher.[mh],NSStringICUAdditions.[mh]) to your project and target. - Add the library
/usr/lib/libicucore.dylibto your project and target. - Add the directory
icu(included in the CocoaICU distribution) to the Header Search Path of your project.