October 22nd, 2003

note to self - App Name Formats

Posted in Coding / Development by Diggory

[this entry is a note to myself - I always forget which way round these are]

?Display name? is the short name for this bundle; for example, ?Sketch.? It should contain only one or two words and a maximum of 16 characters. For an application, this is the name of the first menu in the menu bar. It corresponds to CFBundleName. By default, the field is empty.

?Short version? is the bundle?s full name and version number; for example, ?Apple Sketch 1.1.0.? By default, the field is empty.

?Get-Info string? is any information you want to appear in the Finder?s Info window. Generally, it?s the bundle?s full name, version number, and copyright information. For example, ?Apple Sketch 1.1.0; Copyright ©2001, Apple Computer Inc.? It corresponds to CFGetInfoString. By default, the field is empty.

Both comments and pings are currently closed. RSS 2.0

Comments are closed!