Tagged Questions
The settings-bundle tag has no wiki summary.
16
votes
6answers
11k views
How can I display the application version revision in my application's settings bundle?
I would like to include the application version and internal revision, something like 1.0.1 (r1243), in my application's settings bundle.
The Root.plist file contains a fragment like this...
...
8
votes
5answers
2k views
Settings bundle not showing up in iPhone settings
I am trying to add a Settings bundle in my iPad app, but it randomly shows up in the iPad settings menu.
When I run in Debug mode (Device or Simulator) it doesn't show up.
When I build in ...
7
votes
6answers
5k views
How to localize Settings.bundle in xcode4?
I am working on xcode4 and created a Settings.bundle for my project. I can edit the Root.plist file in xcode4 but it is not possible to edit the Root.strings file. It isn't even displayed in the ...
1
vote
1answer
144 views
Hiding preferences items in the settings bundle
Just a question i've been stuck on for a while. I would like the user to be allowed to hide some settings found on the Root.plist.
Anybody know if this is possible? failing this is it possible to ...
1
vote
3answers
474 views
settings bundle - default value behaviour?
I have created a settings bundle with a single preference value, a text field with a default value.
When my application launches and I retrieve the value it is null. Do I have to manually code the ...
1
vote
2answers
315 views
How to know when user made change to settings bundle
I let the user make changes to their settings in the settings area of the iphone. During the next network sync i'd like to send the user changes to the server. But only if the changes are made.
But ...
1
vote
1answer
344 views
iPhone - How can I right align PSTextFieldSpecifier of settings bundle
I've settings bundle in my iPhone application. How can I right align the PSTextFieldSpecifier value?
0
votes
1answer
45 views
placing conditions on what items will be shown from a settings bundle
Hey All. I'm wondering if it is possible to place conditions on what items will appear in the settings app for an application's settings bundle.
For example: I have several settings related to ...
0
votes
2answers
4k views
PSMultiValueSpecifier - iPhone SDK + Settings Bundle
Hi
I want to use the PSMultiValueSpecifier in the settings bundle for my iphone app, but for some reason it doesn't want to work?
Does anyone know a good tutorial or sample code on how to use this?