I know I can find the bundle version from the mainBundle NSDictionary via
NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleVersionKey];
This doesn’t gives me the full version though. How do I access the object via the CFBundleShortVersionString key?
I think you can do something like:
You’re not limited to konstants!