Created
February 1, 2016 14:21
-
-
Save Kievkao/28d81215b3b4e903ea58 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