From c3bd530f7a69bedc1dfdeb396f72f3f2d686ad33 Mon Sep 17 00:00:00 2001 From: Lucas Nelaupe Date: Wed, 25 Oct 2017 12:55:16 +0800 Subject: [PATCH] Fix tvOS target --- SwiftQueue.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftQueue.xcodeproj/project.pbxproj b/SwiftQueue.xcodeproj/project.pbxproj index 3907ab07..c6f67f97 100644 --- a/SwiftQueue.xcodeproj/project.pbxproj +++ b/SwiftQueue.xcodeproj/project.pbxproj @@ -486,7 +486,7 @@ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "watchsimulator watchos"; + SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; TARGET_NAME = SwiftQueue; }; name = Debug; @@ -509,7 +509,7 @@ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "watchsimulator watchos"; + SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; TARGET_NAME = SwiftQueue; }; name = Release;