Is there a way to read the app's bundled plist file, I am wanting to pull the value for Bundle version.
See Getting the Bundle’s Info.plist Data.
[[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString *)kCFBundleVersionKey];
should get you the bundle version.
2.1m questions
2.1m answers
60 comments
57.0k users