RESOLVED FIXED 193975
Remove Info.plist from MobileMiniBrowser.framework's Copy Bundle Resources phase
https://bugs.webkit.org/show_bug.cgi?id=193975
Summary Remove Info.plist from MobileMiniBrowser.framework's Copy Bundle Resources phase
Keith Rollin
Reported 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.
Attachments
Patch (3.01 KB, patch)
2019-02-06 19:19 PST, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2019-01-29 13:18:27 PST
Keith Rollin
Comment 2 2019-02-06 19:19:03 PST
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2019-02-06 23:04:30 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.