Skip to content

Commit

Permalink
Fixed bug 4370 - tvOS Simulator devices not listed
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Nov 13, 2018
1 parent aad0314 commit 1efde61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode-iOS/SDL_image.xcodeproj/project.pbxproj
Expand Up @@ -516,6 +516,7 @@
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = 3;
};
name = Debug;
};
Expand All @@ -531,6 +532,7 @@
SECTORDER_FLAGS = "";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = 3;
};
name = Release;
};
Expand Down

0 comments on commit 1efde61

Please sign in to comment.