Skip to content

Commit

Permalink
iOS/tvOS/watchOS: Bump deployment targets
Browse files Browse the repository at this point in the history
As planned, we only support the latest and previous release for these
platforms, and by the time 5.12 is out these platforms will all have
had new releases, so we should bump the deployment target now.

Change-Id: Ibbb7d07bb5d9a1007ab37b88d75781be2c1f7075
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Morten Johan Sørvig <[email protected]>
  • Loading branch information
torarnv committed Aug 24, 2018
1 parent 10e468b commit 286c2a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mkspecs/macx-ios-clang/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# qmake configuration for macx-ios-clang
#

QMAKE_IOS_DEPLOYMENT_TARGET = 10.0
QMAKE_IOS_DEPLOYMENT_TARGET = 11.0

# Universal target (iPhone and iPad)
QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 1,2
Expand Down
2 changes: 1 addition & 1 deletion mkspecs/macx-tvos-clang/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# qmake configuration for macx-tvos-clang
#

QMAKE_TVOS_DEPLOYMENT_TARGET = 10.0
QMAKE_TVOS_DEPLOYMENT_TARGET = 11.0

QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 3

Expand Down
2 changes: 1 addition & 1 deletion mkspecs/macx-watchos-clang/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# qmake configuration for macx-watchos-clang
#

QMAKE_WATCHOS_DEPLOYMENT_TARGET = 3.0
QMAKE_WATCHOS_DEPLOYMENT_TARGET = 4.0

QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 4

Expand Down

0 comments on commit 286c2a0

Please sign in to comment.