Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nirbheek Chauhan
cerbero
Commits
ec5b9220
Commit
ec5b9220
authored
Nov 07, 2018
by
Edward Hervey
🤘
Committed by
Edward Hervey
Nov 07, 2018
Browse files
config: Add support for ios 12.1
parent
d9b453bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
cerbero/enums.py
View file @
ec5b9220
...
...
@@ -141,6 +141,7 @@ class DistroVersion:
IOS_11_3
=
'ios_11_3'
IOS_11_4
=
'ios_11_4'
IOS_12_0
=
'ios_12_0'
IOS_12_1
=
'ios_12_1'
ANDROID_GINGERBREAD
=
'android_09_gingerbread'
# API Level 9
ANDROID_ICE_CREAM_SANDWICH
=
'android_14_ice_cream_sandwich'
# API Level 14
ANDROID_JELLY_BEAN
=
'android_16_jelly_bean'
# API Level 16
...
...
config/ios.config
View file @
ec5b9220
...
...
@@ -30,6 +30,7 @@ toolchain_path = '%s/usr/bin' % iphone_platform
# Find the installed SDK
_
sdk_version
=
None
for
d
,
v
in
[
(
DistroVersion
.
IOS_12_1
,
'12.1'
),
(
DistroVersion
.
IOS_12_0
,
'12.0'
),
(
DistroVersion
.
IOS_11_4
,
'11.4'
),
(
DistroVersion
.
IOS_11_3
,
'11.3'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment