mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:01:56 -05:00
440 B
Vendored
440 B
Vendored
xcodebuildsettings
xcodebuildsettings { ["key"] = "value" }
Parameters
key/value pairs to apply to buildSettings
blocks of the generated pbxproj
Applies To
The config
scope.
Availability
Premake 5.0.0 alpha 12 or later.
Examples
xcodebuildsettings { ["MY_KEY"] = "MY_VALUE" }
will generate:
buildSettings = {
...
MY_KEY = MY_VALUE;
...
}