Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Version Number swapped with Build Number #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kylmakalle
Copy link

@Kylmakalle Kylmakalle commented Sep 24, 2019

Build Number is installed_cf_bundle_version - Apple Docs CFBundleVersion
Version Number is installed_cf_bundle_short_version_string - Apple Docs CFBundleShortVersionString

So if my app is 2.3.0 (11)

installed_cf_bundle_version == 11
installed_cf_bundle_short_version_string == "2.3.0"

installed_cf_bundle_version == Build
installed_cf_bundle_short_version_string == Version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant