iOS, set lowest deployment target to 8.0

Define deployment target, instead of using user default.

iOS 8.0 is the oldest supported platform

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-05-08 22:09:52 +02:00 committed by Dirk Hohndel
parent 3198b2e3ca
commit c9cb95ba99

View file

@ -222,4 +222,5 @@ ios {
images.files = ../../../icons/subsurface-mobile-icon.png
QMAKE_BUNDLE_DATA += app_launch_images images
QMAKE_INFO_PLIST = ../Info.plist
QMAKE_IOS_DEPLOYMENT_TARGET = 8.0
}