Title: [198727] trunk
Revision
198727
Author
[email protected]
Date
2016-03-27 22:07:10 -0700 (Sun, 27 Mar 2016)

Log Message

WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
https://bugs.webkit.org/show_bug.cgi?id=155889

Reviewed by Alexey Proskuryakov.

Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
always copy the OS X WebKitSystemInterface libraries regardless of the selected
base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
specific WebKitSystemInterface libraries.

* WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:

Modified Paths

Diff

Modified: trunk/ChangeLog (198726 => 198727)


--- trunk/ChangeLog	2016-03-28 02:31:44 UTC (rev 198726)
+++ trunk/ChangeLog	2016-03-28 05:07:10 UTC (rev 198727)
@@ -1,3 +1,18 @@
+2016-03-27  Daniel Bates  <[email protected]>
+
+        WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
+        https://bugs.webkit.org/show_bug.cgi?id=155889
+
+        Reviewed by Alexey Proskuryakov.
+
+        Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
+        always copy the OS X WebKitSystemInterface libraries regardless of the selected
+        base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
+        when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
+        specific WebKitSystemInterface libraries.
+
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
+
 2016-03-25  Brady Eidson  <[email protected]>
 
         Soften push/replaceState frequency restrictions.

Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme (198726 => 198727)


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2016-03-28 02:31:44 UTC (rev 198726)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2016-03-28 05:07:10 UTC (rev 198727)
@@ -9,7 +9,7 @@
             ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
             <ActionContent
                title = "Run Script"
-               scriptText = "&quot;$SRCROOT/../../Tools/Scripts/copy-webkitlibraries-to-product-directory&quot; --wksi">
+               scriptText = "&quot;$SRCROOT/../../Tools/Scripts/copy-webkitlibraries-to-product-directory&quot; --wksi --sdk &quot;$SDKROOT&quot;">
                <EnvironmentBuildable>
                   <BuildableReference
                      BuildableIdentifier = "primary"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to