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:
parent
76910b0ebd
commit
89bd0e808c
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue