Explicitly link XPC services with AppKit
Created attachment 222034 [details] Patch
Comment on attachment 222034 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222034&action=review > Source/WebKit2/ChangeLog:3 > + Explicitly link XPC services with AppKit You're only doing this to a subset of the XPC services. It might be worth mentioning why that subset is special. > Source/WebKit2/Configurations/PluginService.64.xcconfig:38 > +FRAMEWORK_LDFLAGS = -framework Foundation $(FRAMEWORK_LDFLAGS_$(DEBUG_OR_RELEASE)); May as well revert this bit.
Committed r162658: <http://trac.webkit.org/changeset/162658>