Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Anatoli-Petrosyants/c4647db40c3e3406acc3faede086cdd1 to your computer and use it in GitHub Desktop.
Save Anatoli-Petrosyants/c4647db40c3e3406acc3faede086cdd1 to your computer and use it in GitHub Desktop.
extension UIApplication {
static var appVersion: String? {
return Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment