Bug 193975 - Remove Info.plist from MobileMiniBrowser.framework's Copy Bundle Resources phase
Summary: Remove Info.plist from MobileMiniBrowser.framework's Copy Bundle Resources phase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-29 13:17 PST by Keith Rollin
Modified: 2019-02-06 23:04 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.01 KB, patch)
2019-02-06 19:19 PST, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 2019-01-29 13:17:59 PST
The MobileMiniBrowser.framework's Copy Bundle Resources phase copies the Info.plist file into the bundle. This step is not necessary as the implicit "bundle up all the build products into a framework" build phase does this already. Having the Copy Bundle Resources phase do this causes a conflict under XCBuild, which objects to two build phases producing the same file (Info.plist). Address this by removing Info.plist from the Copy Bundle Resources phase.
Comment 1 Radar WebKit Bug Importer 2019-01-29 13:18:27 PST
<rdar://problem/47643306>
Comment 2 Keith Rollin 2019-02-06 19:19:03 PST
Created attachment 361369 [details]
Patch
Comment 3 WebKit Commit Bot 2019-02-06 23:04:29 PST
Comment on attachment 361369 [details]
Patch

Clearing flags on attachment: 361369

Committed r241118: <https://trac.webkit.org/changeset/241118>
Comment 4 WebKit Commit Bot 2019-02-06 23:04:30 PST
All reviewed patches have been landed.  Closing bug.