1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +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 9f03f30ad4
commit 2c81da73f9

View file

@ -24,8 +24,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;