mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS: update minimum iOS version to 12.0
None of the tools we use work with older versions, anyway. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7801b0c28a
commit
0af410d6ce
2 changed files with 2 additions and 2 deletions
|
@ -398,7 +398,7 @@ android {
|
|||
ios {
|
||||
SOURCES += core/ios.cpp
|
||||
RESOURCES += packaging/ios/translations.qrc
|
||||
QMAKE_IOS_DEPLOYMENT_TARGET = 10.0
|
||||
QMAKE_IOS_DEPLOYMENT_TARGET = 12.0
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = org.subsurface-divelog
|
||||
QMAKE_BUNDLE = subsurface-mobile
|
||||
QMAKE_INFO_PLIST = packaging/ios/Info.plist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue