Browse Source

Projucer: Removed some older, unsupported iOS version deployment targets

tags/2021-05-28
ed 5 years ago
parent
commit
2c81da73f9
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h

+ 1
- 2
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h 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;


Loading…
Cancel
Save