Re: Remove an object from a defaults suite?

2008-08-28 Thread Chris Parker
On Aug 28, 2008, at 2:38 PM, Ken Thomases wrote: On Aug 28, 2008, at 4:03 PM, David Springer wrote: I use -[NSUserDefaults addSuiteNamed:] to add the defaults from a previous version of my app to the defaults search domains. This works fine, except I want to remove a certain key/value pair

Re: Remove an object from a defaults suite?

2008-08-28 Thread Ken Thomases
On Aug 28, 2008, at 4:03 PM, David Springer wrote: I use -[NSUserDefaults addSuiteNamed:] to add the defaults from a previous version of my app to the defaults search domains. This works fine, except I want to remove a certain key/value pair from the suite. Is there any way to do this? The be

Remove an object from a defaults suite?

2008-08-28 Thread David Springer
Folks, I use -[NSUserDefaults addSuiteNamed:] to add the defaults from a previous version of my app to the defaults search domains. This works fine, except I want to remove a certain key/value pair from the suite. Is there any way to do this? The best plan I can come up with so far is to read t