Xcode 13 Missing Info.plist Where is Info.plist in Xcode 13 | Sarunw
Version Numbers
In Project > Target > General > Identity:
Xcode GUI | .plist key | valid chars | Purpose | Docs |
---|---|---|---|---|
”Version” | CFBundleShortVersionString | numbers and period | The user visible version number visible in the App Store | CFBundleShortVersionString |
”Build” | CFBundleVersion | numbers and period | The build number. (Each version number will have multiple build numbers) | CFBundleVersion |
”Bundle Display Name” | CFBundleDisplayName | The user visible name of the app. | CFBundleDisplayName |