Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.37 KB

Overview

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.

Build Environment

  • Xcode 7.x
  • OS X SDK 11.0 (minimum deployment version 10.8)
  • iOS SDK 9.0 (minimum deployment version 8.0)

Using the Libraries

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.