GemCommonsKit

master

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

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")

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

Last updated: Wed Mar 13 2024 00:09:24 GMT-0900 (Hawaii-Aleutian Daylight Time)