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

[v13] Update version in tsh.app Info.plist #26314

Merged
merged 1 commit into from May 16, 2023

Conversation

camscale
Copy link
Contributor

Backport #25616 to branch/v13

Update the version in tsh.app (tsh and tshdev) Info.plist files when
make version (make update-version) is run. If the version number has
any semver prerelease tags, then the tsh version number will be set to
"1.0", as those tags are not valid in the CFBundleShortVersionString
field. For a release without a semver tag, the value will be set.

Issue: #25085
Link: https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring
Backport: #25616

Update the version in tsh.app (tsh and tshdev) `Info.plist` files when
`make version` (`make update-version`) is run. If the version number has
any semver prerelease tags, then the tsh version number will be set to
"1.0", as those tags are not valid in the CFBundleShortVersionString or
CFBundleVersion fields. For a release without a semver tag, the value
will be set.

This will update the CFBundleVersion and CFBundleShortVersionString
fields of the `Info.plist` file.

This commit contains re-written plist files as they get reindented by
the tool, the CFBundleVersion becomes "1.0" (was "1") and one empty
element is shortened to the empty-element form.

Link: https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
Link: https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring
@camscale camscale added this pull request to the merge queue May 16, 2023
Merged via the queue into branch/v13 with commit daf407a May 16, 2023
27 checks passed
@camscale camscale deleted the bot/backport-25616-branch/v13 branch May 16, 2023 21:49
@r0mant r0mant mentioned this pull request Jul 14, 2023
@fheinecke fheinecke mentioned this pull request Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants