Changeset 227142 in webkit


Ignore:
Timestamp:
Jan 18, 2018, 8:46:12 AM (7 years ago)
Author:
mitz@apple.com
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.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r227090 r227142  
     12018-01-18  Dan Bernstein  <mitz@apple.com>
     2
     3        [Xcode] Shared schemes in the WebKit workspace still have build pre-actions that invoke copy-webkitlibraries-to-product-directory
     4        https://bugs.webkit.org/show_bug.cgi?id=181784
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Remove the build pre-action.
     9        * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Ditto.
     10
    1112018-01-17  Michael Catanzaro  <mcatanzaro@igalia.com>
    212
  • trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme

    r222869 r227142  
    55      parallelizeBuildables = "NO"
    66      buildImplicitDependencies = "YES">
    7       <PreActions>
    8          <ExecutionAction
    9             ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
    10             <ActionContent
    11                title = "Run Script"
    12                scriptText = "&quot;$SRCROOT/../../Tools/Scripts/copy-webkitlibraries-to-product-directory&quot; --wksi --sdk &quot;$SDKROOT&quot;">
    13                <EnvironmentBuildable>
    14                   <BuildableReference
    15                      BuildableIdentifier = "primary"
    16                      BlueprintIdentifier = "5D247B6114689B8600E78B76"
    17                      BuildableName = "libWTF.a"
    18                      BlueprintName = "WTF"
    19                      ReferencedContainer = "container:Source/WTF/WTF.xcodeproj">
    20                   </BuildableReference>
    21                </EnvironmentBuildable>
    22             </ActionContent>
    23          </ExecutionAction>
    24       </PreActions>
    257      <BuildActionEntries>
    268         <BuildActionEntry
  • trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme

    r189462 r227142  
    55      parallelizeBuildables = "NO"
    66      buildImplicitDependencies = "YES">
    7       <PreActions>
    8          <ExecutionAction
    9             ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
    10             <ActionContent
    11                title = "Run Script"
    12                scriptText = "&quot;$SRCROOT/../Scripts/copy-webkitlibraries-to-product-directory&quot;">
    13                <EnvironmentBuildable>
    14                   <BuildableReference
    15                      BuildableIdentifier = "primary"
    16                      BlueprintIdentifier = "9340994A08540CAE007F3BC8"
    17                      BuildableName = "DumpRenderTree"
    18                      BlueprintName = "DumpRenderTree"
    19                      ReferencedContainer = "container:Tools/DumpRenderTree/DumpRenderTree.xcodeproj">
    20                   </BuildableReference>
    21                </EnvironmentBuildable>
    22             </ActionContent>
    23          </ExecutionAction>
    24       </PreActions>
    257      <BuildActionEntries>
    268         <BuildActionEntry
Note: See TracChangeset for help on using the changeset viewer.