Bug 252103 - Fix warning about duplicate file in Copy Headers build phase for WebKit project
Summary: Fix warning about duplicate file in Copy Headers build phase for WebKit project
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 250237
Blocks:
  Show dependency treegraph
 
Reported: 2023-02-10 20:56 PST by David Kilzer (:ddkilzer)
Modified: 2023-02-11 04:41 PST (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 David Kilzer (:ddkilzer) 2023-02-10 20:56:41 PST
Fix warning about duplicate file in Copy Headers build phase for WebKit project.

    warning: Skipping duplicate build file in Copy Headers build phase: Source/WebKit/UIProcess/API/Cocoa/_WKExperimentalFeature.h

Regressed in this commit:

    Replace +[WKPreferences _experimentalFeatures] and +[WKPreferences _internalDebugFeatures] with SPI for exposing all features
    https://bugs.webkit.org/show_bug.cgi?id=250237
    rdar://103648153
    https://commits.webkit.org/258746@main
Comment 1 Radar WebKit Bug Importer 2023-02-10 20:57:08 PST
<rdar://problem/105311947>
Comment 2 David Kilzer (:ddkilzer) 2023-02-10 21:00:45 PST
Pull request: https://github.com/WebKit/WebKit/pull/9969
Comment 3 EWS 2023-02-11 04:41:44 PST
Committed 260152@main (0c0364ca2803): <https://commits.webkit.org/260152@main>

Reviewed commits have been landed. Closing PR #9969 and removing active labels.