|
|
@@ -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)),
|
|
|
|