I want to read the bundle version info from Info.plist into my code, preferably as a string. How can I do this?
|
feedback
|
|
You can read your Info.plist as a dictionary with
And you can easily get the version at the Finally, you can get the version with
| |||||||||||
feedback
|