Hi there.
i have been working on plist these days and got stuck in adding a key to plist which has a boolean value. Here is my plist structure.
Root (Dictionary)
+- Parent1 (Dictionary)
- Key1 (Boolean)
- Key2 (Boolean)
- Key3 (Boolean)
+- Parent2 (Dictionary)
- Key1 (Boolean)
- Key2 (Boolean)
Suppose now i want to add another key (key4) which is also Boolean to Parent1, how can i do that?
Thanks for the help