Bug 126835 - [iOS] Do not link to ApplicationServices.framework for iOS
Summary: [iOS] Do not link to ApplicationServices.framework for iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad iOS 7.0
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks: 126841
  Show dependency treegraph
 
Reported: 2014-01-11 21:41 PST by David Kilzer (:ddkilzer)
Modified: 2014-01-12 05:35 PST (History)
7 users (show)

See Also:


Attachments
Patch v1 (5.80 KB, patch)
2014-01-11 21:42 PST, David Kilzer (:ddkilzer)
mitz: review+
ddkilzer: commit-queue-
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-11 21:41:22 PST
Move ApplicationServices.framework from the Xcode project into WebCore.xcconfig so only Mac builds link to it.
Comment 1 David Kilzer (:ddkilzer) 2014-01-11 21:42:32 PST
Created attachment 220957 [details]
Patch v1
Comment 2 mitz 2014-01-11 21:48:14 PST
Comment on attachment 220957 [details]
Patch v1

Not sure ApplicationServices is needed for OS X anymore, but I guess it’s OK to keep it for now.
Comment 3 David Kilzer (:ddkilzer) 2014-01-11 21:56:04 PST
Committed r161800: <http://trac.webkit.org/changeset/161800>