mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
3198b2e3ca
commit
c9cb95ba99
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue