-
-
Notifications
You must be signed in to change notification settings - Fork 618
xcodebuildsettings
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
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;
...
}