Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

5.2.0: Enable Bitcode

Compare
Choose a tag to compare
@bluk bluk released this 30 Sep 23:27
· 13 commits to master since this release
  • Enable Bitcode (#119)

    The library is now built with Xcode 7.0. It has Bitcode enabled which
    does significantly increase the static library. However, when an app
    is compiled and distributed by the App Store, the app size should not
    significantly increase compared to before Bitcode enablement. You must also
    use Xcode 7 since previous versions of Xcode are not fully compatible
    with Bitcode enabled libraries.