site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi Damir, On Mar 14, 2008, at 11:39 AM, Damir Dezeljin wrote: HTH, --gc ____________________________________________________________________ Garth Cummings gcummings@apple.com 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 (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Garth Cummings