(Smart)CardReader protocols for interacting with HealthCardAccessKit.
CardReaderProvider-ApiKit requires Swift 5.1.
-
Carthage: Put this in your
Cartfile
:github "gematik/ref-CardReaderProvider-ApiKit" ~> 1.0
You will need Bundler, XcodeGen and fastlane to conveniently use the established development environment.
-
Update ruby gems necessary for build commands
$ bundle install --path vendor/gems
-
Checkout (and build) dependencies and generate the xcodeproject
$ bundle exec fastlane setup
-
Build the project
$ bundle exec fastlane build_all [build_mac, build_ios]