Bug 126841 - [iOS] Don't link to Mac-only frameworks when building iOS
Summary: [iOS] Don't link to Mac-only frameworks when building iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on: 126835
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-12 05:35 PST by David Kilzer (:ddkilzer)
Modified: 2016-05-05 22:26 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (15.32 KB, patch)
2014-01-12 05:41 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2014-01-12 05:35:30 PST
WebCore's Xcode project attempts to link a number of Mac-only frameworks when building iOS WebKit.
Comment 1 David Kilzer (:ddkilzer) 2014-01-12 05:41:48 PST
Created attachment 220971 [details]
Patch v1
Comment 2 David Kilzer (:ddkilzer) 2014-01-12 08:52:13 PST
Committed r161809: <http://trac.webkit.org/changeset/161809>
Comment 3 David Kilzer (:ddkilzer) 2014-01-12 08:52:59 PST
Comment on attachment 220971 [details]
Patch v1

Landed as iOS build fix.  Was primarily interested in making sure Mac buildbots were happy with the change.