Rool / nl-rdo-app-ios-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDO Modules

This package contains:

Installation

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding RDO Modules as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/minvws/nl-rdo-app-ios-modules.git", .upToNextMajor(from: "1.0.0"))
]

Contribution

The development team works on the repository in a private fork (for reasons of compliance with existing processes) and shares its work as often as possible.

If you plan to make non-trivial changes, we recommend to open an issue beforehand where we can discuss your planned changes. This increases the chance that we might be able to use your contribution (or it avoids doing work if there are reasons why we wouldn't be able to use it).

Git commits must be signed https://docs.github.com/en/github/authenticating-to-github/signing-commits

License

License is released under the EUPL 1.2 license. See LICENSE for details.

About

License:European Union Public License 1.2


Languages

Language:Swift 62.9%Language:Objective-C 20.1%Language:Shell 14.3%Language:Perl 2.7%