Auto-provision older simulators.

This commit is contained in:
Rolf Bjarne Kvinge 2018-06-01 19:06:12 +02:00
Родитель 13497d3bab
Коммит c9133e2331
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -98,6 +98,8 @@ MIN_WATCHOS_SIMULATOR_VERSION=2.0
# This is the iOS version that matches the watchOS version (i.e same Xcode)
MIN_WATCHOS_COMPANION_SIMULATOR_VERSION=9.0
MIN_TVOS_SIMULATOR_VERSION=9.0
# These are the simulator package ids for the versions above
EXTRA_SIMULATORS+=" com.apple.pkg.iPhoneSimulatorSDK8_1 com.apple.pkg.iPhoneSimulatorSDK9_0 com.apple.pkg.AppleTVSimulatorSDK9_0 com.apple.pkg.WatchSimulatorSDK2_0"
INCLUDE_IOS=1
INCLUDE_MAC=1