-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools: Add a script to initialize quickly and easily the project #4596
Conversation
README.md
Outdated
@@ -29,8 +29,7 @@ You can try last beta build by accessing our [TestFlight Public Link](https://te | |||
If you have already everything installed, opening the project workspace in Xcode should be as easy as: | |||
|
|||
``` | |||
$ xcodegen # Create the xcodeproj with all project source files | |||
$ pod install # Create the xcworkspace with all project dependencies | |||
$ ./setup_project.sh # Local script that creates the xcodeproj and xcworkspace with all source files and dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to keep using the "xcodegen / pod install" combo here for simplicity and for easy understanding of what is happening.
I never needed to use more complex setup. You could mention setup_project.sh in INSTALL.md for advanced usage. While possible, I prefer to keep thing simple at first place.
Co-authored-by: manuroe <[email protected]>
No description provided.