Conversation
83c2c03 to
4b4f38b
Compare
|
I had thought that |
|
Ok, I've updated to use |
codingllama
left a comment
There was a problem hiding this comment.
Thanks for addressing #25085, Cam. It was on my radar as well, but I wouldn't get to it very quickly.
|
Added backport tags for all active releases. |
0a49775 to
8998b38
Compare
|
@codingllama @r0mant @AntonAM I've revved this PR to now use a Go program to update the plist files. PTAL |
codingllama
left a comment
There was a problem hiding this comment.
Thanks for the version update program, looks much more solid than before.
codingllama
left a comment
There was a problem hiding this comment.
Thanks for the version update program, looks much more solid than before.
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
886eb6d to
c64193b
Compare
|
Remove v10 backport label as that is no longer a supported release. |
Update the version in tsh.app (tsh and tshdev)
Info.plistfiles whenmake version(make update-version) is run. If the version number hasany 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