Skip to content

[FIX] Version Number swapped with Build Number#12

Open
Kylmakalle wants to merge 2 commits into
fastlane-community:masterfrom
Kylmakalle:master
Open

[FIX] Version Number swapped with Build Number#12
Kylmakalle wants to merge 2 commits into
fastlane-community:masterfrom
Kylmakalle:master

Conversation

@Kylmakalle

@Kylmakalle Kylmakalle commented Sep 24, 2019

Copy link
Copy Markdown

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