Fix detection of ios platforms.
This commit is contained in:
parent
ae979d7240
commit
ca320de6d9
@ -37,7 +37,7 @@ setSettingWithTitle() {
|
||||
|
||||
case $PLATFORM_NAME in
|
||||
macosx) platform=mac ;;
|
||||
ios) platform=ios ;;
|
||||
iphone*) platform=ios ;;
|
||||
*) ftl 'ERROR: Unknown platform: %s.' "$PLATFORM_NAME"; exit 1 ;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user