1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Removed some older, unsupported iOS version deployment targets

This commit is contained in:
ed 2020-05-15 17:35:16 +01:00
parent 76910b0ebd
commit 89bd0e808c

View file

@ -32,8 +32,7 @@
namespace
{
static const char* const iOSDefaultVersion = "9.3";
static const StringArray iOSVersions { "7.0", "7.1", "8.0", "8.1", "8.2", "8.3", "8.4",
"9.0", "9.1", "9.2", "9.3", "10.0", "10.1", "10.2", "10.3",
static const StringArray iOSVersions { "9.0", "9.1", "9.2", "9.3", "10.0", "10.1", "10.2", "10.3",
"11.0", "12.0", "13.0" };
static const int oldestDeploymentTarget = 7;