Skip to content

Commit

Permalink
Adding develpoment steps to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barrault01 authored Mar 6, 2021
1 parent f50bd4e commit 8a5cdd8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,25 @@ dependencies: [
]
```

## Development

To help with the development of this repository you need to follow the next steps:

- clone this repository
- download the submodules dependencies
```bash
git submodule update --recursive
```
- run the fastlane called: unhide_spm_package_dev_dependencies
```bash
bundle exec fastlane unhide_spm_package_dev_dependencies
```
- you should be able to run the tests
```bash
bundle exec fastlane test
```


## Communication

- If you **found a bug**, open an [issue](https://github.com/AvdLee/appstoreconnect-swift-sdk/issues).
Expand Down

0 comments on commit 8a5cdd8

Please sign in to comment.