diff options
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 0f9b2f30e..4e12db34b 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -222,5 +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 + QMAKE_IOS_DEPLOYMENT_TARGET = 10.0 } |