registerDefaults: (with a CFBundleIdentifier)
registerDefaults: (with a CFBundleIdentifier)
- Subject: registerDefaults: (with a CFBundleIdentifier)
- From: ruffnex <email@hidden>
- Date: Sat, 18 May 2002 00:45:40 +0800
Hi,
Has anybody successfully used registerDefaults: with a custom
CFBundleIdentifier?
I have set CFBundleIdentifier via ProjectBuilder's Build (Expert) settings
to something like "com.abc.software". I can successfully retrieve defaults
by giving this identifier as the persistent domain name. Setting defaults
is also okay.
However, invoking registerDefaults: has no effect. I'm not sure why this
is happening. Registering defaults works as long as I don't set the
CFBundleIdentifier, and let the application bundle name (CFBundleName ) be
used instead.
Appreciate your advice.
Regards,
Simon
_______________________________________________
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.