We are gradually moving content regarding consumption of this SDK to our documentation. The intended audience for this README is developers contributing to this repository.
By default the tests will run in the iPhone 7 simulator.
./bin/test
To test on a different simulator, pass in a valid simulator same.
./bin/test "iPhone 5s"
This content has been moved to our documentation
We welcome contributions to the SDK. For your first few contributions please fork the repo, make your changes and submit a pull request. Internally we branch off of develop, test, and PR-review the branch before merging to develop (moderately stable). Releases to Master happen less frequently, undergo more testing, and can be considered stable. For more information, please read: http://nvie.com/posts/a-successful-git-branching-model/
This code is licensed under the MIT license. More information can be found in the LICENSE file contained in this repository.
Please contact FitPay Support
- Please add a name to each release using the following convention:
FitPay SDK for iOS vX.X.X
- Please also include notes using proper markdown about each major PR in the release.
- How-to publish (deploy) a new version of the iOS FitPay SDK