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

Feature/multiple schemes #102

Closed glm4 closed 5 years ago

glm4 commented 5 years ago

Added development, staging and production schemes based on #88

To have in mind given the bundle id is different for each app:

Extras

Risk:


germanStabile commented 5 years ago

Will this allow us to define different bundle ids and/or AppIcons per scheme?

glm4 commented 5 years ago

Will this allow us to define different bundle ids and/or AppIcons per scheme?

It would be per build configuration, then each scheme uses one of them. But yes, you can differentiate the AppIcon source.