Re: Application Identifier
Re: Application Identifier
- Subject: Re: Application Identifier
- From: Shaun Wexler <email@hidden>
- Date: Wed, 19 Nov 2003 15:26:45 -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>"?
Thanks a lot,
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
Use a Java-style reverse domain name, followed by the app name.
In your case, it should be "net.adelphia.users.ftolmasky.MyAppName".
In my case, I use "com.skwdev.MacFOH", but could also be
"com.macfoh.MacFOH" or possibly even "com.macfoh.app" or just
"com.macfoh". In private frameworks that are contained in my various
products, I chose to name them by appending .framework, like
"com.skwdev.SKWBase.framework", and plug-ins are named based on their
host, but without the .plugin tag (since there are several I use), so
they look like "com.skwdev.Remote" or
"com.skwdev.MacFOH.Analyzer.DelayFinder", etc. Regardless, since I
have authority over the skwdev.com and macfoh.com domains, they can be
expected to be unique.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
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.