Created
February 1, 2016 14:21
-
-
Save Kievkao/5aa8c3aa063484341678 to your computer and use it in GitHub Desktop.
Get App version, build number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if let shortVersion = NSBundle.mainBundle().infoDictionary?["CFBundleShortVersionString"] as? String, build = NSBundle.mainBundle().infoDictionary?["CFBundleVersion"] as? String { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment