Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@totiz
Last active September 12, 2018 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save totiz/1484d1f1ad2558680744dac116bd35bb to your computer and use it in GitHub Desktop.
Save totiz/1484d1f1ad2558680744dac116bd35bb to your computer and use it in GitHub Desktop.
App Global
// App Global
let appName = "My App Name"
let VERSION_NUMBER = 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