-
-
Notifications
You must be signed in to change notification settings - Fork 640
xcodebuildsettings
Ben Ratzlaff edited this page Jan 15, 2019
·
3 revisions
xcodebuildsettings
xcodebuildsettings { ["key"] = "value" }key/value pairs to apply to buildSettings blocks of the generated pbxproj
The config scope.
Premake 5.0.0 alpha 12 or later.
xcodebuildsettings { ["MY_KEY"] = "MY_VALUE" }will generate:
buildSettings = {
...
MY_KEY = MY_VALUE;
...
}