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

Commits on May 15, 2023

  1. Update version in tsh.app Info.plist

    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 authored and github-actions committed May 15, 2023
    Configuration menu
    Copy the full SHA
    171ff2b View commit details
    Browse the repository at this point in the history