From d79e01d75b4885a032d4e3e1ad03ffe96cfc2def Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Thu, 29 Jul 2021 15:08:54 +0200 Subject: [PATCH] Update install guide. --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index ca983508a..5248af653 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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