diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-08 22:09:52 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-09 06:28:25 +0200 |
commit | c9cb95ba99abefd83d4f0f11502f2bb6da930179 (patch) | |
tree | de941d7b280a4fcb4579939b53f054bfcd569da4 /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | |
parent | 3198b2e3caa428b766445d18826313c7ddbfd734 (diff) | |
download | subsurface-c9cb95ba99abefd83d4f0f11502f2bb6da930179.tar.gz |
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>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |