Title: [161660] trunk/Source
Revision
161660
Author
[email protected]
Date
2014-01-10 12:38:41 -0800 (Fri, 10 Jan 2014)

Log Message

Fix the WebCore, WebKit build targets following <http://trac.webkit.org/changeset/161638>
(https://bugs.webkit.org/show_bug.cgi?id=126698)

Source/WebCore:

Tell Xcode that the supported platforms for all WebKit targets are iOS and OS X.

* Configurations/Base.xcconfig:

Source/WebKit/mac:

Tell Xcode that the supported platforms for all WebCore targets are iOS and OS X.

* Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161659 => 161660)


--- trunk/Source/WebCore/ChangeLog	2014-01-10 19:50:32 UTC (rev 161659)
+++ trunk/Source/WebCore/ChangeLog	2014-01-10 20:38:41 UTC (rev 161660)
@@ -1,3 +1,12 @@
+2014-01-10  Daniel Bates  <[email protected]>
+
+        Fix the WebCore, WebKit build targets following <http://trac.webkit.org/changeset/161638>
+        (https://bugs.webkit.org/show_bug.cgi?id=126698)
+
+        Tell Xcode that the supported platforms for all WebKit targets are iOS and OS X.
+
+        * Configurations/Base.xcconfig:
+
 2014-01-09  Andy Estes  <[email protected]>
 
         [iOS] Upstream iOS changes to MigrateHeaders.make

Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (161659 => 161660)


--- trunk/Source/WebCore/Configurations/Base.xcconfig	2014-01-10 19:50:32 UTC (rev 161659)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig	2014-01-10 20:38:41 UTC (rev 161660)
@@ -77,6 +77,7 @@
 
 TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
 
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
 
 // DEBUG_DEFINES, GCC_OPTIMIZATION_LEVEL, STRIP_INSTALLED_PRODUCT and DEAD_CODE_STRIPPING vary between the debug and normal variants.
 // We set up the values for each variant here, and have the Debug configuration in the Xcode project use the _debug variant.

Modified: trunk/Source/WebKit/mac/ChangeLog (161659 => 161660)


--- trunk/Source/WebKit/mac/ChangeLog	2014-01-10 19:50:32 UTC (rev 161659)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-01-10 20:38:41 UTC (rev 161660)
@@ -1,3 +1,12 @@
+2014-01-10  Daniel Bates  <[email protected]>
+
+        Fix the WebCore, WebKit build targets following <http://trac.webkit.org/changeset/161638>
+        (https://bugs.webkit.org/show_bug.cgi?id=126698)
+
+        Tell Xcode that the supported platforms for all WebCore targets are iOS and OS X.
+
+        * Configurations/Base.xcconfig:
+
 2014-01-09  Andy Estes  <[email protected]>
 
         [iOS] Upstream iOS changes to MigrateHeaders.make

Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (161659 => 161660)


--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig	2014-01-10 19:50:32 UTC (rev 161659)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig	2014-01-10 20:38:41 UTC (rev 161660)
@@ -72,6 +72,7 @@
 
 TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
 
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
 
 // DEBUG_DEFINES, GCC_OPTIMIZATION_LEVEL, STRIP_INSTALLED_PRODUCT and DEAD_CODE_STRIPPING vary between the debug and normal variants.
 // We set up the values for each variant here, and have the Debug configuration in the Xcode project use the _debug variant.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to