Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a9c93be

Browse files
committed
Updated tools/setup_xcode_sdks.py
1 parent da0017e commit a9c93be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/setup_xcode_sdks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Update these lists if you need different SDK versions!
44

5-
iphoneos_versions = ["10.3", "10.2", "9.2"]
6-
iphonesimulator_versions = ["10.3", "10.2", "9.2", "8.2", "7.1", "6.1"]
5+
iphoneos_versions = ["11.0", "10.2", "9.2"]
6+
iphonesimulator_versions = ["11.0", "10.2", "9.2", "8.2", "7.1", "6.1"]
77
macosx_versions = ["10.8", "10.6"]
88

99
# This tool creates the symlinks required for Xcode builds of LiveCode.

0 commit comments

Comments
 (0)