RESOLVED FIXED 144922
Production builds should link against the shims directly
https://bugs.webkit.org/show_bug.cgi?id=144922
Summary Production builds should link against the shims directly
Anders Carlsson
Reported 2015-05-12 12:19:19 PDT
Production builds should link against the shims directly
Attachments
Patch (22.90 KB, patch)
2015-05-12 12:23 PDT, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2015-05-12 12:23:47 PDT
mitz
Comment 2 2015-05-12 12:46:49 PDT
Comment on attachment 252976 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252976&action=review > Source/WebKit2/Configurations/PluginService.64.xcconfig:33 > INFOPLIST_FILE = PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist; This should be using the legacy plist on 10.9 and 10.10. > Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:2423 > + 1A6D14211B01681600785FF0 /* PluginService.32-64-10.9-10.10.Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "PluginService.32-64-10.9-10.10.Info.plist"; path = "PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64-10.9-10.10.Info.plist"; sourceTree = SOURCE_ROOT; }; Can this be group-relative?
Anders Carlsson
Comment 3 2015-05-12 13:47:58 PDT
Note You need to log in before you can comment on or make changes to this bug.