Skip to content

Commit

Permalink
Fixed bug 4371 - 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_mixer-tvOS target, no tvOS simulators appear in the available device dropdown.

This is easily fixed with the attached patch.
  • Loading branch information
slouken committed Nov 13, 2018
1 parent 68a41af commit b4b21b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode-iOS/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -1356,6 +1356,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = 3;
};
name = Release;
};
Expand All @@ -1368,6 +1369,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
TARGETED_DEVICE_FAMILY = 3;
};
name = Debug;
};
Expand Down

0 comments on commit b4b21b3

Please sign in to comment.