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;
...
}