This repository contains various open source libraries precompiled as static libraries and ready-to-use for Mac OS X (x86_64), iPhone Simulator (i386, x86_64) and iPhone OS (armv7, arm64) with bitcode. The build scripts are also provided.
- libcurl (with HTTP, HTTPS, FTP, FTPS, SCP and SFTP protocols)
- libexif
- libexiv2
- libexpat
- liblcms2
- libprotobuf
- libsqlite3 (with FTS enabled and default threading mode set to multi-threaded i.e.
SQLITE_THREADSAFE=2
) - libssh2
- libssl
- libwebp
- libffi
- libicu (with legacy conversion turned off)
- libmbedtls
- Xcode 7.x
- OS X SDK 11.0 (minimum deployment version 10.8)
- iOS SDK 9.0 (minimum deployment version 8.0)
You need to configure the build settings to properly reference the headers from the "include" directories and library files from the "lib" directories.
See the included Tests Xcode project for an example.