An CardReaderProvider implementation that handles the communication with the Apple Iphone NFC interface.
CardReaderProvider-NFC requires Swift 5.1.
-
Carthage: Put this in your
Cartfile
:github "gematik/ref-CardReaderProvider-NFC-iOS" ~> 1.0
You will need Bundler, XcodeGen, Carthage 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]