mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Introjucer: updated the list of iOS versions.
This commit is contained in:
parent
75770f293c
commit
29f36905c5
1 changed files with 2 additions and 2 deletions
|
|
@ -205,8 +205,8 @@ protected:
|
|||
{
|
||||
if (iOS)
|
||||
{
|
||||
const char* iosVersions[] = { "Use Default", "3.2", "4.0", "4.1", "4.2", "4.3", "5.0", "5.1", 0 };
|
||||
const char* iosVersionValues[] = { osxVersionDefault, "3.2", "4.0", "4.1", "4.2", "4.3", "5.0", "5.1", 0 };
|
||||
const char* iosVersions[] = { "Use Default", "3.2", "4.0", "4.1", "4.2", "4.3", "5.0", "5.1", "6.0", "6.1", "7.0", "7.1", 0 };
|
||||
const char* iosVersionValues[] = { osxVersionDefault, "3.2", "4.0", "4.1", "4.2", "4.3", "5.0", "5.1", "6.0", "6.1", "7.0", "7.1", 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