I want to create a game, that will use a level system. So i want to store my levels and to be able to change them during the game (to save the state). So i decided to use XM
If you throw the data in an NSDictionary, you could do (with caveats):
NSDictionary
[myDictionary writeToFile:pathToPlist atomically:YES];