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

gematik/ref-CardReaderProvider-NFC-iOS

Repository files navigation

No Maintenance Intended Maintenance License

CardReaderProvider-NFC

An CardReaderProvider implementation that handles the communication with the Apple Iphone NFC interface.

Getting Started

CardReaderProvider-NFC requires Swift 5.1.

Setup for integration:

  • Carthage: Put this in your Cartfile:

    github "gematik/ref-CardReaderProvider-NFC-iOS" ~> 1.0
    

Setup for development

You will need Bundler, XcodeGen, Carthage and fastlane to conveniently use the established development environment.

  1. Update ruby gems necessary for build commands

    $ bundle install --path vendor/gems
    
  2. Checkout (and build) dependencies and generate the xcodeproject

    $ bundle exec fastlane setup
    
  3. Build the project

    $ bundle exec fastlane build_all [build_mac, build_ios]