mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Introjucer: updated supported iOS deployment targets to range from 7.0 to 9.2.
This commit is contained in:
parent
e9bcfa5602
commit
ba4bd143ff
1 changed files with 2 additions and 2 deletions
|
|
@ -216,8 +216,8 @@ protected:
|
|||
|
||||
if (iOS)
|
||||
{
|
||||
const char* iosVersions[] = { "Use Default", "4.3", "5.0", "5.1", "6.0", "6.1", "7.0", "7.1", "8.0", "8.1", "8.2", "8.3", "8.4", 0 };
|
||||
const char* iosVersionValues[] = { osxVersionDefault, "4.3", "5.0", "5.1", "6.0", "6.1", "7.0", "7.1", "8.0", "8.1", "8.2", "8.3", "8.4", 0 };
|
||||
const char* iosVersions[] = { "Use Default", "7.0", "7.1", "8.0", "8.1", "8.2", "8.3", "8.4", "9.0", "9.1", "9.2", 0 };
|
||||
const char* iosVersionValues[] = { osxVersionDefault, "7.0", "7.1", "8.0", "8.1", "8.2", "8.3", "8.4", "9.0", "9.1", "9.2", 0 };
|
||||
|
||||
props.add (new ChoicePropertyComponent (getiOSCompatibilityVersionValue(), "iOS Deployment Target",
|
||||
StringArray (iosVersions), Array<var> (iosVersionValues)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue