Skip to content

Instantly share code, notes, and snippets.

@ra9r
Created October 9, 2022 09:46
Show Gist options
  • Save ra9r/babde740af20108cba8b165e5c38eb32 to your computer and use it in GitHub Desktop.
Save ra9r/babde740af20108cba8b165e5c38eb32 to your computer and use it in GitHub Desktop.
Accessing info.plist values inside an iOS app
let appVersion = 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