ios - Delete ... from *.plist file iPhone script -


i write script delete 1 specified dict *.plist file, nothing found on internet doesn't work.. there way ? i've tried sed comman doesn't work

  1. read plist file nsdictionary. [docs]
  2. make mutablecopy of dictionary can work with.
  3. remove item wish remove
  4. write dictionary disk. [docs]

Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -