plist - dictionaryWithContentsOfFile:, , plist :
NSString *filePath = [[NSBundle mainBundle] pathForResource:@"MyPlist" ofType:@"plist"];
NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithContentsOfFile:filePath];
plist :
[dict writeToFile:filePath atomically:YES]
( , , , , "", . NSSearchPathForDirectoriesInDomains)
NSDictionary, NSArray, NSNumber NSString, CLLocation Plist . , Plist, NSKeyedArchiver. NSData , NSCoding (CLLocation).