Bug 243913 - [Xcode] Refactor copy-xpc-services-to-secondary-path.sh to emit dependency information
Summary: [Xcode] Refactor copy-xpc-services-to-secondary-path.sh to emit dependency in...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-12 19:09 PDT by Elliott Williams
Modified: 2022-08-19 19:10 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 2022-08-12 19:09:10 PDT
Follow-up to review feedback in https://bugs.webkit.org/show_bug.cgi?id=237394 and https://bugs.webkit.org/show_bug.cgi?id=243874.

Currently, copy-xpc-services-to-secondary-path.sh is a script phase used by multiple WebKit targets. It doesn't emit dependency information (so it runs needlessly) and it appears to be fully implementable as a native Copy Files phase (with EXCLUDED_SOURCE_FILE_NAMES-based filtering). Doing this would reduce redundant script execution and clean up this part of the WebKit xcodeproj.
Comment 1 Radar WebKit Bug Importer 2022-08-19 19:10:19 PDT
<rdar://problem/98908987>