rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
259 stars 63 forks source link

Mechanism to install different schemes at the same time #88

Closed glm4 closed 5 years ago

glm4 commented 6 years ago

Usually apps tend to have multiple schemes/build configurations, like Ad-Hoc, Debug and Production. The current project uses the same bundle ID, so the app would rewrite itself after every installation/run. It would be nice to have the ability to install several versions of the app based on the existing schemes/build configurations.

glm4 commented 5 years ago

Done!