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

5.2.2 Fix card-scanning screen hang, add Carthage support

Compare
Choose a tag to compare
@bluk bluk released this 03 Nov 18:06
· 11 commits to master since this release
  • You will need to link the Accelerate framework to your application.

  • Fix issue where an app would hang on card-scanning screen ( #153 )

    If an app was displaying the card-scanning screen and was sent to the background, when the app was brought back to the foreground, the app would possibly hang on certain hardware, mainly iPhone 5S.

  • Add Carthage support ( card-io/card.io-iOS-source#36 card-io/card.io-iOS-source#32 )

    Initial support for Carthage. In a Cartfile, you can add github "card-io/card.io-iOS-source" to get Carthage to build a dynamic framework for inclusion in your projects.

  • Fix warning while running in simulator for 5.2.1 ( #154 )

    Add the x86_64 and i386 slices to the OpenCV libraries to prevent warnings. This was also necesary for clean builds for Carthage.