I would like to add SVN support to my application that I’m developing in Xcode. I’ve heard that Apple has added SVN as a standard library to OS X, and I notice the header files under /usr/include/subversion-1.
What’s the best of linking and using the library correctly in Xcode?
In XCode right click the Frameworks/Linked Frameworks folder and choose Add->Existing Frameworks…
From there you should be able to choose the libsvn_client-1.dylib