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

5.2.1: Split Bitcode Libraries

Compare
Choose a tag to compare
@bluk bluk released this 19 Oct 19:04
· 12 commits to master since this release
  • Split CardIO and OpenCV libraries (#147 and card-io/card.io-iOS-source#41)
    The library is built with Xcode 7.0 with Bitcode enabled for all 3
    libraries. The libraries are now split into 3 static libraries:
    libCardIO.a, libopencv_core.a, and libopencv_imgproc.a.
    This split was done to reduce the individual file size to make it
    more managable for GitHub repositories which limit individual files to
    100 MB.

    Note that when an application is "Bitcode compiled" and distributed
    by the App Store, the app size should not be signficantly increased
    compared to before Bitcode enablement.

    You must use Xcode 7 since previous versions of Xcode are not fully
    compatible with Bitcode enabled libraries.