Raphaelios is a collection of build scripts for adding iOS support to useful libraries.
Building fresh copies of C libraries with iOS support can be a lot of hassle. Raphaelios tries to make this easier by providing a go-to place for drop-in scripts that need little configuration.
- Download the
openssl
source (http://www.openssl.org/source/) - Download
build-openssl.sh
and place it in the same directory as the source (https://github.com/Raphaelios/raphaelios-scripts/blob/master/openssl/build-openssl.sh) - Run
build-openssl.h
- Include the resulting .a files in your XCode project
- Set the
Header Search Paths
to look for the newly created header files - You're done!
As a quick alternative, you can give the example project a try https://github.com/Raphaelios/raphaelios-openssl-example
- XCode Command Line Tools (http://developer.apple.com/downloads/)
- perl
Claudiu-Vlad Ursache
Raphaelios is available under the MIT license. See the LICENSE file for more info.