I am trying to add nested multi value specifiers to my app s Settings bundle (something like what is done in the "Region Format" section of the International settings in the Settings app).
I have tried to use a PSMultiValueSpecifier for the first set of values (first screen, like the list of languages in "Region Format") and then setting the value of some of the items (in the Values array) to PSMultiValueSpecifier again, but it doesn t work.
Any ideas?