This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
5.2.1: Split Bitcode Libraries
-
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
, andlibopencv_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.