I wonder if there is a way to get your own app version in code after you put it in the "Summary" tab in xCode. One way seems to be to search Info.plist for CFBundleVersion key, but is there any other, easier, more convenient way?
Info.plist
CFBundleVersion
You can find it in the main bundle. I think it's something like:
[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
1.4m articles
1.4m replys
5 comments
57.0k users