[webkit-changes] [WebKit/WebKit] 860778: [Cocoa] WebKit is copying a source file into the b...
Brent Fulgham
noreply at github.com
Tue Apr 18 16:35:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 860778a3010e0c21c4175e740ebf0d90c588dffa
https://github.com/WebKit/WebKit/commit/860778a3010e0c21c4175e740ebf0d90c588dffa
Author: Brent Fulgham <bfulgham at apple.com>
Date: 2023-04-18 (Tue, 18 Apr 2023)
Changed paths:
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
[Cocoa] WebKit is copying a source file into the build product directory
https://bugs.webkit.org/show_bug.cgi?id=255628
<rdar://108188233>
Reviewed by Elliott Williams.
We noticed that the 'BackgroundFetchState.serialization.in' file is improperly
being copied into the WebContent.Development.xpc service as a resource. This is
just a waste of space on the finished product.
This patch fixes this minor mistake.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/263107@main
More information about the webkit-changes
mailing list