Răsfoiți Sursa

Allow targeting tvOS

Sam Lantinga 8 ani în urmă
părinte
comite
d0898b38fc
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj

+ 2 - 0
Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj

@@ -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;
 		};