Skip to content

Instantly share code, notes, and snippets.

@Kievkao
Created February 1, 2016 14:21
Show Gist options
  • Select an option

  • Save Kievkao/5aa8c3aa063484341678 to your computer and use it in GitHub Desktop.

Select an option

Save Kievkao/5aa8c3aa063484341678 to your computer and use it in GitHub Desktop.
Get App version, build number
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