tags:

views:

5

answers:

0

My project currently contains two largish property lists. One is currently 20KB; the other is 8KB. So far, I have been maintaining them with xCode's property list editor. This is manageable but also a bit clunky. I am wondering if other people have better ways of doing this?

So far, my lists consist of nested arrays of strings. The depth is not uniform.