How do I get the current version of my iOS project in code?
iOS
1
Posts
1
Posters
4
Views
1
Watching
-
Hi all, I would like to be able to get the current version of my iOS project/app as an NSString object without having to define a constant in a file somewhere. I don't want to change my version value in 2 places. The value needs to be updated when I bump my version in the Project target summary. Thanks.