-
Notifications
You must be signed in to change notification settings - Fork 147
Contributing
Daniel Rees edited this page Feb 10, 2018
·
2 revisions
You want to contribute to this repo? Great! Here is how to get started quickly.
You'll need to have the following installed
- Xcode 9.x
- Carthage
- Optional: Either a local install of fastlane or bundler which will install fastlane for you
- Clone the project
$ cd src/github $ git clone git@github.com:davidstump/SwiftPhoenixClient.git
- Bootstrap with Carthage
$ cd src/github/SwiftPhoenixClient $ carthage bootstrap --platform iOS
- Open
SwiftPhoenixClient.xcodeproj
and Run tests in Xcode withCmd+U
Optional: Fastlane setup
- If you don't have fastlane installed, you can install it for this project using bundler
$ bundle install
- Running tests using fastlane
$ bundle exec fastlane test
We follow the standard issue, fork, pull request pattern. If you have a question or a bug please file an issue first so that it can be discussed. If you would like to propose a fix, fork the repo, make the change, and submit a Pull Request.