[webkit-changes] [WebKit/WebKit] 0c0364: Fix warning about duplicate file in Copy Headers b...

EWS noreply at github.com
Sat Feb 11 04:41:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0c0364ca280348eaf78da86902a826e40ba21346
      https://github.com/WebKit/WebKit/commit/0c0364ca280348eaf78da86902a826e40ba21346
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-02-11 (Sat, 11 Feb 2023)

  Changed paths:
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Fix warning about duplicate file in Copy Headers build phase for WebKit project
https://bugs.webkit.org/show_bug.cgi?id=252103
<rdar://105311947>

Unreviewed Xcode project gardening.

Fixes the following build warning:

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

Regressed in commit 258746 at main.

* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
- Remove duplicate entry for _WKExperimentalFeature.h in the
  Copy Headers build phase.

Canonical link: https://commits.webkit.org/260152@main




More information about the webkit-changes mailing list