SwiftUI
These pages use the taxonomy term "SwiftUI".
Passing Build Settings Into Property Lists
• 4 minute read
An app which is customizable for different brands and customers also requires a parameterized build configuration. Some values need to be accessible during runtime, too, while retaining a single source of truth. This is more elegant take on what could have been achieved with preprocessor macros in Objective-C times.