From a670f063909689dc6c03c9090fff25c6f531d2b2 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Fri, 23 Sep 2016 16:32:51 -0700 Subject: Bump the minimum required Darwin versions The macOS and iOS version bumps were already proposed, and bumping up tvOS and watchOS by one version since all original devices that ran tvOS 9 and watchOS 1 can run the latest versions and given the upgrade cycles and TP status of these platforms in 5.8, there is not much point supporting any older version. Change-Id: Ib01035054291f5bcd18d15a4f27ad33922076851 Reviewed-by: Gabriel de Dietrich --- mkspecs/macx-tvos-clang/qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/macx-tvos-clang/qmake.conf') diff --git a/mkspecs/macx-tvos-clang/qmake.conf b/mkspecs/macx-tvos-clang/qmake.conf index d233f5b7b3..ab1a95fe88 100644 --- a/mkspecs/macx-tvos-clang/qmake.conf +++ b/mkspecs/macx-tvos-clang/qmake.conf @@ -2,7 +2,7 @@ # qmake configuration for macx-tvos-clang # -QMAKE_TVOS_DEPLOYMENT_TARGET = 9.1 +QMAKE_TVOS_DEPLOYMENT_TARGET = 10.0 QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 3 -- cgit v1.2.3