Apply infoDictionnary modifications to disk
Apply infoDictionnary modifications to disk
- Subject: Apply infoDictionnary modifications to disk
- From: "Emmanuel Verlynde" <email@hidden>
- Date: Thu, 23 Oct 2003 18:00:40 +0200
- Organization: Opendisc
How apply modifications on a mutable dictionnary given from mainbundle
to disk?
I want to change keys values...
I try to use,
NSMutableDictionnary *md = [[[NSBundle mainBundle] infoDictionnary]
mutableCopy];
...
[md writeToFile:@"/.../appl.app/contents/info.plist" atomically:YES];
but this doesn't work... this function return always false.
Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.