Is it possible to access the app version that I specify in the xcode project setting from within the application?
I'm trying to create an auto-updating "About" view controller, and it would be nice to receive bug reports listing the version of the app.
I know this can be done with built-in constant, but I'm wandering if there's a better way.
Thank you!