Re: CFBundleIdentifier question
Re: CFBundleIdentifier question
- Subject: Re: CFBundleIdentifier question
- From: Garth Cummings <email@hidden>
- Date: Fri, 14 Mar 2008 12:12:29 -0700
Hi Damir,
On Mar 14, 2008, at 11:39 AM, Damir Dezeljin wrote:
I developed a KEXT kernel extension for Leopard. I used the reverse
DNS for KEXT CFBundleIdentifier property during the development
phase. Now I'm wondering if I have to register my KEXT name (so the
reverse-DNS + some identifier)? << I'm asking this as e.g. on
Windows it is needed to register the Reparse Point tag with
Microsoft. So, just to be sure.
There's no registration of KEXTs for Mac OS X. But CFBundleIdentifiers
do need to be unique. The naming convention if you're an I/O Kit
driver is "com.yourcompany.driver.someIdentifier". You get to choose
what someIdentifier is, so long as it's unique within your product line.
HTH,
--gc
____________________________________________________________________
Garth Cummings email@hidden
Sr. Software Engineer
Apple Developer Technical Support
<http://developer.apple.com/technicalsupport>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden