I'm using XCode 3.1 and working with property lists.
It looks like this:
Root - Array (of dictionary)
2nd Level - Dictionary
3rd Level - Number, Number, String, Array (of string)
Now I'd like to have a 4th level inside the array that makes the array of strings an array of arrays. The only problem is, I can't rename the array that deep. Any ideas as to why?
It looks like this:
Root - Array (of dictionary)
2nd Level - Dictionary
3rd Level - Number, Number, String, Array (of string)
Now I'd like to have a 4th level inside the array that makes the array of strings an array of arrays. The only problem is, I can't rename the array that deep. Any ideas as to why?