Bug 98619 - Web process XPC services don't have correct version information in their Info.plist files
Summary: Web process XPC services don't have correct version information in their Info...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 11:42 PDT by mitz
Modified: 2012-10-07 12:33 PDT (History)
0 users

See Also:


Attachments
Add CFBundleGetInfoString and use the source version for CFBundleShortVersionString and CFBundleVersion (2.86 KB, patch)
2012-10-07 11:49 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-10-07 11:42:20 PDT
Web process XPC services don't have correct version information in their Info.plist files
Comment 1 mitz 2012-10-07 11:49:45 PDT
Created attachment 167483 [details]
Add CFBundleGetInfoString and use the source version for CFBundleShortVersionString and CFBundleVersion
Comment 2 mitz 2012-10-07 12:33:48 PDT
Fixed in <http://trac.webkit.org/r130608>.