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

Commit 8f141de

Browse files
committed
[[MACBUILD]] Make sure SDK versions are OK
1 parent 9da6274 commit 8f141de

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/development/build-mac.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Download and install each of the following versions of Xcode, placing their app
2626

2727
| Xcode version | App path |
2828
| ------------- | --------------------------------------- |
29-
| 8.0 | /Applications/Xcode-Dev/Xcode_8_0.app |
29+
| 8.3 | /Applications/Xcode-Dev/Xcode_8_3.app |
30+
| 8.2 | /Applications/Xcode-Dev/Xcode_8_2.app |
3031
| 7.2.1 | /Applications/Xcode-Dev/Xcode_7_2_1.app |
3132
| 6.2 [1] | /Applications/Xcode-Dev/Xcode_6_2.app |
3233

tools/setup_xcode_sdks.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
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-
macosx_versions = ["10.9", "10.6"]
5+
iphoneos_versions = ["10.3", "10.2","9.2"]
6+
iphonesimulator_versions = ["10.3", "10.2","9.2", "8.2"]
7+
macosx_versions = ["10.9"]
8+
9+
810

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

0 commit comments

Comments
 (0)