mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Increase the height of the "Custom Xcode Flags" field
This commit is contained in:
parent
526272c4f5
commit
e6ea529902
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ protected:
|
|||
"The type of OSX binary that will be produced.");
|
||||
}
|
||||
|
||||
props.add (new TextPropertyComponent (customXcodeFlags, "Custom Xcode Flags", 8192, false),
|
||||
props.add (new TextPropertyComponent (customXcodeFlags, "Custom Xcode Flags", 8192, true),
|
||||
"A comma-separated list of custom Xcode setting flags which will be appended to the list of generated flags, "
|
||||
"e.g. MACOSX_DEPLOYMENT_TARGET_i386 = 10.5, VALID_ARCHS = \"ppc i386 x86_64\"");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue