Maintaining property lists for xCode projects
Posted
by William Jockusch
on Stack Overflow
See other posts from Stack Overflow
or by William Jockusch
Published on 2010-05-17T16:27:16Z
Indexed on
2010/05/17
16:30 UTC
Read the original article
Hit count: 189
My project currently contains two largish property lists. One is currently 20KB; another 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.
© Stack Overflow or respective owner