Skip to content

Commit

Permalink
Updated contributing guideline with the new bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeherva authored Aug 22, 2018
1 parent 2068f7b commit e17028d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ carthage update --platform osx --no-use-binaries
```
brew install swiftlint
```
- Download translations and latest card data (you need wget to pull the files, run `brew install wget` to install it)
```
bash bootstrap.sh
```

- Open the project in XCode and build it.
If you run into code signing errors, go to the "Build Settings" and change the signing enitity and certificate to your profile.
HSTracker _must_ be code signed in order to function properly.

- Download the latest cards (you'll need wget to pull the files `brew install wget`) In the scripts folder run `./cards_download.sh`


### Commits and Pull Requests

Expand Down

0 comments on commit e17028d

Please sign in to comment.