2
0

Fix detection of ios platforms.

This commit is contained in:
Maarten Billemont 2017-04-14 13:08:23 -04:00
parent ae979d7240
commit ca320de6d9

View File

@ -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