HI,
i want to store some data in plist file. my question is if i change data in plist file do i have to recompile my application ??
|
|
HI, i want to store some data in plist file. my question is if i change data in plist file do i have to recompile my application ??
|
||
|
|
|
|
You don't have to, but if copying the plist to its proper location is part of your build process (ie, if it's going in a Resources folder or something), then it's probably easiest to just recompile so that the modified version gets copied. The compiler is smart. It's not going to recompile things that haven't changed since the last compilation, so if all you're doing is editing the plist and recompiling, it should go very quickly. Other than that you're welcome to just pop it open in Property List Editor and modify it in-place. |
||
|
|
|
|
I'm not quite sure I understand your question. Here are some things to think about:
|
||
|
|