Allow targeting tvOS

This commit is contained in:
Sam Lantinga 2016-09-14 07:09:35 -07:00
parent 86d4b09914
commit d0898b38fc
1 changed files with 2 additions and 0 deletions

View File

@ -1607,6 +1607,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
};
name = Debug;
};
@ -1622,6 +1623,7 @@
GCC_WARN_UNDECLARED_SELECTOR = YES;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos";
};
name = Release;
};