[Cyberduck-trac] [Cyberduck] #4091: Info.plist in Cyberduck app bundle contains non-standard version identifer

Cyberduck trac at trac.cyberduck.ch
Fri Jan 15 18:14:33 CET 2010


#4091: Info.plist in Cyberduck app bundle contains non-standard version identifer
-----------------------------------+----------------------------------------
 Reporter:  dayglojesus@…          |        Owner:  dkocher
     Type:  defect                 |       Status:  closed 
 Priority:  normal                 |    Milestone:         
Component:  core                   |      Version:  3.3    
 Severity:  minor                  |   Resolution:  wontfix
 Keywords:                         |  
-----------------------------------+----------------------------------------
Changes (by dkocher):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 Quoting the
 [http://developer.apple.com/mac/library/DOCUMENTATION/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 Documentation]:

 > `CFBundleVersion` (String) specifies the build version number of the
 bundle, which identifies an iteration (released or unreleased) of the
 bundle. This is a monotonically increased string, comprised of one or more
 period-separated integers. This key is not localizable.

 > `CFBundleShortVersionString` (String) specifies the release version
 number of the bundle, which identifies a released iteration of the
 application. The release version number is a string comprised of three
 period-separated integers. The first integer represents major revisions to
 the application, such as revisions that implement new features or major
 changes. The second integer denotes revisions that implement less
 prominent features. The third integer represents maintenance releases.

 We put the SVN revision number into `CFBundleVersion` and a human readable
 version number with the revision in parentheses into
 `CFBundleShortVersionString`.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/4091#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list