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

Commit 49c604e

Browse files
committed
[[ Merge ]] Remove conflict from setup_xcode_sdks.py
1 parent 78e686b commit 49c604e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

tools/setup_xcode_sdks.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
#!/bin/python
22

33
# Update these lists if you need different SDK versions!
4-
<<<<<<< HEAD
5-
iphoneos_versions = ["11.0", "10.2", "9.2"]
6-
iphonesimulator_versions = ["11.0", "10.2","9.2", "8.2"]
7-
macosx_versions = ["10.9"]
8-
=======
9-
104
iphoneos_versions = ["11.2", "10.2", "9.2"]
11-
iphonesimulator_versions = ["11.2", "10.2", "9.2", "8.2", "7.1", "6.1"]
12-
macosx_versions = ["10.8", "10.6"]
13-
>>>>>>> origin/develop-8.2
5+
iphonesimulator_versions = ["11.2", "10.2","9.2", "8.2"]
6+
macosx_versions = ["10.9"]
147

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

0 commit comments

Comments
 (0)