Skip to content

Commit c11e610

Browse files
author
Dimitar Topuzov
committed
Use iOS 10.0 instead of 10.1
1 parent 3b22519 commit c11e610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
EMULATOR_ID = "emulator-{0}".format(EMULATOR_PORT)
6666
SIMULATOR_NAME = "iPhone7N"
6767
SIMULATOR_TYPE = 'iPhone 7'
68-
SIMULATOR_SDK = '10.1'
68+
SIMULATOR_SDK = '10.0'
6969

7070
# Android Build Settings
7171
ANDROID_KEYSTORE_PATH = os.environ.get("ANDROID_KEYSTORE_PATH")

0 commit comments

Comments
 (0)