You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce --release flag
When a module is built for final distribution it is called with --release flag.
When this flag is enabled a module usually do stuff like purge local changes
and set correct build flags.
Remove hardcoded SDK dependency from XCode files. XCode should use the default one.
When we build module for distribution we just set target SDK via command line arguments.