hi, i changed pList value through coding.it works fine.but after exiting application,Plist has same value(without changing value) any help?code is as
-(void)ChangePlist:(NSString *)key
{
NSDictionary *info = [[NSBundle mainBundle] infoDictionary];
[info setValue:@"1" forKey:key];
}