From c9cb95ba99abefd83d4f0f11502f2bb6da930179 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Tue, 8 May 2018 22:09:52 +0200 Subject: 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 --- packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 2a97bf33f..0bcb181f3 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -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 } -- cgit v1.2.3-70-g09d2