Title: [139784] trunk/Source/ThirdParty/ANGLE
Revision
139784
Author
ddkil...@apple.com
Date
2013-01-15 13:49:49 -0800 (Tue, 15 Jan 2013)

Log Message

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.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (139783 => 139784)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-01-15 21:43:17 UTC (rev 139783)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-01-15 21:49:49 UTC (rev 139784)
@@ -1,5 +1,13 @@
 2013-01-15  David Kilzer  <ddkil...@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  <ddkil...@apple.com>
+
         Upstream iOS changes for ANGLE project
         <http://webkit.org/b/106913>
 

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (139783 => 139784)


--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2013-01-15 21:43:17 UTC (rev 139783)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2013-01-15 21:49:49 UTC (rev 139784)
@@ -32,6 +32,8 @@
 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));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to