Skip to content

Most common features that are commonly used and/or reusable can be found in this repo. API Documentation: https://gematik.github.io/ref-GemCommonsKit/

License

Notifications You must be signed in to change notification settings

gematik/ref-GemCommonsKit

Repository files navigation

GemCommonsKit

Most common features that are commonly used and/or reusable can be found in this repo.

Getting Started

GemCommonsKit requires Swift 5.1.

Setup for integration:

  • Carthage: Put this in your Cartfile:

    github "gematik/ref-GemCommonsKit" ~> 1.0
    

Setup for development

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

  1. Checkout (and build) dependencies and generate the xcodeproject

    $ make setup
    
  2. Build the project

    $ make cibuild
    

Use

Logging with DLog():

DLog("Any message")