diff options
Diffstat (limited to 'packaging')
-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 } |