[webkit-dev] Leopard WebKit bundle version

2007-11-13 Thread Dan Waylonis

Hi,

On Leopard, /System/Library/Frameworks/WebKit.framework/Versions/A/ 
Resources/Info.plist (excerpt):


   keyCFBundleShortVersionString/key
string5523.10.3/string
keyCFBundleVersion/key
string5523.10.3/string

However, http://developer.apple.com/internet/safari/uamatrix.html  
says that it should be 523.10.3


Who's right?  I've voting for a sticky 5 key on someone's  
keyboard... :-)


Dan
-
Dan Waylonis[EMAIL PROTECTED]
nekotech SOFTWARE
http://www.nekotech.com
650.964.2490 Voice / Fax



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Leopard WebKit bundle version

2007-11-13 Thread Mark Rowe


On 14/11/2007, at 13:13, Dan Waylonis wrote:


Hi,

On Leopard, /System/Library/Frameworks/WebKit.framework/Versions/A/ 
Resources/Info.plist (excerpt):


   keyCFBundleShortVersionString/key
string5523.10.3/string
keyCFBundleVersion/key
string5523.10.3/string

However, http://developer.apple.com/internet/safari/uamatrix.html  
says that it should be 523.10.3


Who's right?  I've voting for a sticky 5 key on someone's  
keyboard... :-)


They're both correct.  The Safari and WebKit Version Information  
page provides information about the build numbers that appear in the  
user agent string.  The build number in the user agent string is  
derived from, but not identical to, the value of CFBundleVersion on  
the WebKit framework.  It currently consists of the CFBundleVersion  
with the leading digit removed.


Kind regards,

Mark Rowe

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev