File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ WINE ?= wine
2424
2525# Some magic to control which versions of iOS we try to build. N.b. you may
2626# also need to modify the buildbot configuration
27- IPHONEOS_VERSIONS ?= 8.2 8.3
28- IPHONESIMULATOR_VERSIONS ?= 5.1 6.1 7.1 8.2 8.3
27+ IPHONEOS_VERSIONS ?= 8.2 8.3 8.4
28+ IPHONESIMULATOR_VERSIONS ?= 5.1 6.1 7.1 8.2 8.3 8.4
2929
3030IOS_SDKS ?= \
3131 $(addprefix iphoneos,$(IPHONEOS_VERSIONS ) ) \
@@ -138,9 +138,9 @@ compile-ios-%:
138138 $(XCODEBUILD ) -project " build-ios-$* $( BUILD_SUBDIR) /$( BUILD_PROJECT) .xcodeproj" -configuration $(BUILDTYPE )
139139
140140# Provide some synonyms for "latest iOS SDK"
141- $(addsuffix -ios-iphoneos,all config compile) : % : % 8.3
141+ $(addsuffix -ios-iphoneos,all config compile) : % : % 8.4
142142 @true
143- $(addsuffix -ios-iphonesimulator,all config compile) : % : % 8.3
143+ $(addsuffix -ios-iphonesimulator,all config compile) : % : % 8.4
144144 @true
145145
146146all_ios_subplatforms = iphoneos iphonesimulator $(IOS_SDKS )
@@ -165,4 +165,3 @@ all-win-%:
165165 $(MAKE ) compile-win-$*
166166
167167$(addsuffix -win,all config compile) : % : % -x86
168-
Original file line number Diff line number Diff line change 226226if test -z " $XCODE_TARGET_SDK " ; then
227227 case ${OS} in
228228 mac) XCODE_TARGET_SDK=" macosx10.8" ;;
229- ios) XCODE_TARGET_SDK=" iphoneos8.3 " ;;
229+ ios) XCODE_TARGET_SDK=" iphoneos " ;;
230230 esac
231231fi
232232
@@ -366,7 +366,7 @@ case ${OS} in
366366 export ANDROID_NDK
367367 export ANDROID_PLATFORM
368368 export ANDROID_SDK
369-
369+
370370 export JAVA_SDK=" ${ANDROID_JAVA_SDK} "
371371
372372 export AR=" ${ANDROID_AR} "
Original file line number Diff line number Diff line change 22
33# Update these lists if you need different SDK versions!
44
5- iphoneos_versions=" 8.3 8.2"
6- iphonesimulator_versions=" 8.3 8.2 7.1 6.1 5.1"
5+ iphoneos_versions=" 8.4 8.2"
6+ iphonesimulator_versions=" 8.4 8.2 7.1 6.1 5.1"
77macosx_versions=" 10.8 10.6"
88
99# This tool creates the symlinks required for Xcode builds of LiveCode.
You can’t perform that action at this time.
0 commit comments