1
0
Fork 0
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:
ed 2019-03-07 09:35:22 +00:00
parent 526272c4f5
commit e6ea529902

View file

@ -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\"");