From 8a5cdd86f2ed54463c2ae784ad616c500535d8ae Mon Sep 17 00:00:00 2001 From: _ant_one Date: Sat, 6 Mar 2021 17:07:17 -0300 Subject: [PATCH] Adding develpoment steps to readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 727f88f3..2cf7b729 100644 --- a/README.md +++ b/README.md @@ -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).