Re: Application Identifier
Re: Application Identifier
- Subject: Re: Application Identifier
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 19 Nov 2003 14:50:35 -0800
On Nov 19, 2003, at 1:37 PM, Francisco Tolmasky wrote:
Just curious, is there any rule or anything when choosing an
identifier for your application. The default is
"com.apple.myCocoaApp", should we go with "com.apple.<myappname>" or
just use the appname, or possibly "com.<mycompanyname>.<myappname>"?
<
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPRuntimeConfig/Concepts/PListKeys.html>
"This key specifies a unique identifier string for the bundle. This
identifier should be in the form of a Java-style package name, for
examplecom.mycompany.myapp. The bundle identifier can be used to locate
the bundle at runtime. The preferences system uses this string to
identify applications uniquely."
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.