views:

199

answers:

2

Previous versions of my app have used the Settings.bundle method to have some user preferences managed in the (external) settings app. I've done away with that now, but I'd like to be able to de-register my application so that old users who upgrade don't have a useless entry in their settings app. Any idea if this is possible? Thanks.

+1  A: 

Have you tried removing the Settings.bundle?

Brandon Schlenker
+4  A: 

Delete the Settings.bundle file and Move to Trash, Clean All Targets, Then Build and Go.

Matthew Bischoff