I would like to generate my own settings views using this Rootplist, and add to it some properties would really be handy for that. Can one consider as safe to add custom Key/String pairs to Root.plist file from Settings.bundle?
For instance :
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>MyTitle</string>
<key>_CustomKey</key>
<string>FooBar</string>
...
Thanks!
