Skip to content

Instantly share code, notes, and snippets.

@EzimetYusup
Created November 4, 2016 15:17
Show Gist options
  • Save EzimetYusup/b18b9ad9d8250dfb961aa51a835039a7 to your computer and use it in GitHub Desktop.
Save EzimetYusup/b18b9ad9d8250dfb961aa51a835039a7 to your computer and use it in GitHub Desktop.
get ios app build and version info
let build = (NSBundle.mainBundle().objectForInfoDictionaryKey("CFBundleVersion") as! String)
let version = (NSBundle.mainBundle().objectForInfoDictionaryKey("CFBundleShortVersionString") as! String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment