* Configurations/Base.xcconfig: Add SUPPORTED_PLATFORMS so that
Xcode knows we can build this project for all three platforms.
Previously the Mac OS X SDKs were missing in the scheme picker.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@139784
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-01-15 David Kilzer <ddkilzer@apple.com>
+
+ BUILD FIX: Add SUPPORTED_PLATFORMS to Base.xcconfig
+
+ * Configurations/Base.xcconfig: Add SUPPORTED_PLATFORMS so that
+ Xcode knows we can build this project for all three platforms.
+ Previously the Mac OS X SDKs were missing in the scheme picker.
+
2013-01-15 David Kilzer <ddkilzer@apple.com>
Upstream iOS changes for ANGLE project
PREBINDING = NO;
STRIP_INSTALLED_PRODUCT = NO;
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
TARGETING_SAME_OS_X_VERSION = $(TARGETING_SAME_OS_X_VERSION_$(MAC_OS_X_VERSION_MAJOR)_$(TARGET_MAC_OS_X_VERSION_MAJOR));