How to get data from info.plist file in Iphone app development :
NSString * stringFromInfoPlist = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"stringInInfoPlist"];



Update : More info on *.plist files management here : iPhone Development Blog