Changeset 227142 in webkit
- Timestamp:
- Jan 18, 2018, 8:46:12 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r227090 r227142 1 2018-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 1 11 2018-01-17 Michael Catanzaro <mcatanzaro@igalia.com> 2 12 -
trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme
r222869 r227142 5 5 parallelizeBuildables = "NO" 6 6 buildImplicitDependencies = "YES"> 7 <PreActions>8 <ExecutionAction9 ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">10 <ActionContent11 title = "Run Script"12 scriptText = ""$SRCROOT/../../Tools/Scripts/copy-webkitlibraries-to-product-directory" --wksi --sdk "$SDKROOT"">13 <EnvironmentBuildable>14 <BuildableReference15 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>25 7 <BuildActionEntries> 26 8 <BuildActionEntry -
trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme
r189462 r227142 5 5 parallelizeBuildables = "NO" 6 6 buildImplicitDependencies = "YES"> 7 <PreActions>8 <ExecutionAction9 ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">10 <ActionContent11 title = "Run Script"12 scriptText = ""$SRCROOT/../Scripts/copy-webkitlibraries-to-product-directory"">13 <EnvironmentBuildable>14 <BuildableReference15 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>25 7 <BuildActionEntries> 26 8 <BuildActionEntry
Note:
See TracChangeset
for help on using the changeset viewer.