From 1efde612f51d0888a75b7f1cbbed3a7cd438f78b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 12 Nov 2018 16:51:25 -0800 Subject: [PATCH] Fixed bug 4370 - tvOS Simulator devices not listed Caleb Cornett In the Xcode-iOS project, when selecting the libSDL_image-tvos target, no Apple TV simulators appear in the drop-down list of available devices. This is easily fixed with the attached patch. --- Xcode-iOS/SDL_image.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xcode-iOS/SDL_image.xcodeproj/project.pbxproj b/Xcode-iOS/SDL_image.xcodeproj/project.pbxproj index 54500601..c37c0007 100644 --- a/Xcode-iOS/SDL_image.xcodeproj/project.pbxproj +++ b/Xcode-iOS/SDL_image.xcodeproj/project.pbxproj @@ -516,6 +516,7 @@ SECTORDER_FLAGS = ""; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; + TARGETED_DEVICE_FAMILY = 3; }; name = Debug; }; @@ -531,6 +532,7 @@ SECTORDER_FLAGS = ""; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "appletvsimulator appletvos"; + TARGETED_DEVICE_FAMILY = 3; }; name = Release; };