Reputation: 4301
Problem : Quite simply, in my iOS app I have a Settings.bundle to help create the settings page. In XCode 3 I could simply edit this, but it doesn't seem possible in XCode 4. Settings.bundle can't be opened from XCode and going through the folders myself I can't see a file to edit. What do I do?
Screenshot of Settings.bundle in XCode 4.2 :
Update - Screenshot of structure in Finder :
Upvotes: 1
Views: 2475
Reputation: 1048
In XCode 4.2 select your Settings.bundle; Show Utilities; In the Identity & Type Utility, change file type to CoreFoundation.bundle.
Upvotes: 2
Reputation: 319
Right click settings bundle in the project navigator >> show in finder >> right click settings bundle in finder >> hit "show package contents" >> edit the plist as you like!
Upvotes: 1
Reputation: 4301
I've found a way to do it, although it bypasses XCode. In Finder, right click on Settings.bundle, and choose 'Show Package Contents'. Then edit as necessary.
Upvotes: 0