Andy A
Andy A

Reputation: 4301

How to edit Settings.bundle in XCode 4.2

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 :

enter image description here

Update - Screenshot of structure in Finder :

enter image description here

Upvotes: 1

Views: 2475

Answers (3)

user158678
user158678

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

kj13ennett
kj13ennett

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

Andy A
Andy A

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

Related Questions