Update install guide.

This commit is contained in:
SBiOSoftWhare
2021-07-29 15:08:54 +02:00
parent 1d980e90f1
commit d79e01d75b

View File

@@ -123,6 +123,13 @@ You may need to change the bundle identifier and app group identifier to be uniq
Each target has its own YAML file in the folder Targets folder.
### Generate the project in one line without effort
If you want to generate the project easily and quickly there is a local script called `setup_project.sh` that creates the `xcodeproj` and `xcworkspace` with all source files and dependencies with commands described before. It select automatically the right dependencies based on your local Git branch or your Podfile local modifications. All you have to do is to go in the project root folder and run the script:
```
$ ./setup_project.sh
```
## Generate IPA