Is it possible to specify validation rules for a particular entry in a Settings.bundle? For instance, would it be possible to restrict a text field to a particular set of characters? Or do I have to alert the user if there is "garbage" in the configuration?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I believe you'll have to alert the user that they entered bad data. There isn't any way to add your own code to the settings bundle beyond the plist values.

link|improve this answer
I believe you are right. I cannot find anything. Pretty shoddy solution by Apple, if you ask me... Oh well. :) – Jörgen Sigvardsson Jan 2 at 13:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.