Title: [227142] trunk
Revision
227142
Author
[email protected]
Date
2018-01-18 08:46:12 -0800 (Thu, 18 Jan 2018)

Log Message

[Xcode] Shared schemes in the WebKit workspace still have build pre-actions that invoke copy-webkitlibraries-to-product-directory
https://bugs.webkit.org/show_bug.cgi?id=181784

Reviewed by Anders Carlsson.

* WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Remove the build pre-action.
* WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Ditto.

Modified Paths

Diff

Modified: trunk/ChangeLog (227141 => 227142)


--- trunk/ChangeLog	2018-01-18 16:13:16 UTC (rev 227141)
+++ trunk/ChangeLog	2018-01-18 16:46:12 UTC (rev 227142)
@@ -1,3 +1,13 @@
+2018-01-18  Dan Bernstein  <[email protected]>
+
+        [Xcode] Shared schemes in the WebKit workspace still have build pre-actions that invoke copy-webkitlibraries-to-product-directory
+        https://bugs.webkit.org/show_bug.cgi?id=181784
+
+        Reviewed by Anders Carlsson.
+
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Remove the build pre-action.
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Ditto.
+
 2018-01-17  Michael Catanzaro  <[email protected]>
 
         WEBKIT_FRAMEWORK should not modify file-global include directories

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


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2018-01-18 16:13:16 UTC (rev 227141)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2018-01-18 16:46:12 UTC (rev 227142)
@@ -4,24 +4,6 @@
    <BuildAction
       parallelizeBuildables = "NO"
       buildImplicitDependencies = "YES">
-      <PreActions>
-         <ExecutionAction
-            ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
-            <ActionContent
-               title = "Run Script"
-               scriptText = "&quot;$SRCROOT/../../Tools/Scripts/copy-webkitlibraries-to-product-directory&quot; --wksi --sdk &quot;$SDKROOT&quot;">
-               <EnvironmentBuildable>
-                  <BuildableReference
-                     BuildableIdentifier = "primary"
-                     BlueprintIdentifier = "5D247B6114689B8600E78B76"
-                     BuildableName = "libWTF.a"
-                     BlueprintName = "WTF"
-                     ReferencedContainer = "container:Source/WTF/WTF.xcodeproj">
-                  </BuildableReference>
-               </EnvironmentBuildable>
-            </ActionContent>
-         </ExecutionAction>
-      </PreActions>
       <BuildActionEntries>
          <BuildActionEntry
             buildForTesting = "YES"

Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme (227141 => 227142)


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme	2018-01-18 16:13:16 UTC (rev 227141)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme	2018-01-18 16:46:12 UTC (rev 227142)
@@ -4,24 +4,6 @@
    <BuildAction
       parallelizeBuildables = "NO"
       buildImplicitDependencies = "YES">
-      <PreActions>
-         <ExecutionAction
-            ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
-            <ActionContent
-               title = "Run Script"
-               scriptText = "&quot;$SRCROOT/../Scripts/copy-webkitlibraries-to-product-directory&quot;">
-               <EnvironmentBuildable>
-                  <BuildableReference
-                     BuildableIdentifier = "primary"
-                     BlueprintIdentifier = "9340994A08540CAE007F3BC8"
-                     BuildableName = "DumpRenderTree"
-                     BlueprintName = "DumpRenderTree"
-                     ReferencedContainer = "container:Tools/DumpRenderTree/DumpRenderTree.xcodeproj">
-                  </BuildableReference>
-               </EnvironmentBuildable>
-            </ActionContent>
-         </ExecutionAction>
-      </PreActions>
       <BuildActionEntries>
          <BuildActionEntry
             buildForTesting = "YES"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to