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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -