Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
Over the years working with different teams and projects, we've identified a set of best practices that we recommend following when working with Tuist and Xcode projects. These practices are not mandatory, but they can help you structure your projects in a way that makes them easier to maintain and scale.
Many organizations use build configurations to model different remote environments (e.g., Debug-Production
or Release-Canary
), but this approach has some downsides:
Build configurations were designed to embody different build settings, and projects rarely need more than just Debug
and Release
. The need to model different environments can be achieved by using schemes: