Skip to content

Commit

Permalink
Allow targeting tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 14, 2016
1 parent 86d4b09 commit d0898b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
Expand Up @@ -1607,6 +1607,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
};
name = Debug;
};
Expand All @@ -1622,6 +1623,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
};
name = Release;
};
Expand Down

0 comments on commit d0898b3

Please sign in to comment.