Skip to content
Daniel Rees edited this page Feb 10, 2018 · 2 revisions

Contributing

You want to contribute to this repo? Great! Here is how to get started quickly.

Requirements

You'll need to have the following installed

  1. Xcode 9.x
  2. Carthage
  3. Optional: Either a local install of fastlane or bundler which will install fastlane for you

Getting Started

  1. Clone the project
    $ cd src/github
    $ git clone git@github.com:davidstump/SwiftPhoenixClient.git
    
  2. Bootstrap with Carthage
    $ cd src/github/SwiftPhoenixClient
    $ carthage bootstrap --platform iOS
    
  3. Open SwiftPhoenixClient.xcodeproj and Run tests in Xcode with Cmd+U

Optional: Fastlane setup

  1. If you don't have fastlane installed, you can install it for this project using bundler
    $ bundle install
    
  2. Running tests using fastlane
    $ bundle exec fastlane test
    

Submitting Updates

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.

Clone this wiki locally