Created
October 9, 2022 09:46
-
-
Save ra9r/babde740af20108cba8b165e5c38eb32 to your computer and use it in GitHub Desktop.
Accessing info.plist values inside an iOS app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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