Describe the bug "Get Info" on Rustcast.app with the Finder shows version "1.0"
To Reproduce Steps to reproduce the behavior:
- Go to Applications folder
- Click on Rustcast
- Right click and select "Get Info", or ⌘I
- See error
Expected behavior The version of the application (e.g. 0.8.4) would be displayed here
Additional context Please set CFBundleShortVersionString and/or CFBundleGetInfoString keys in Info.plist
I'm not quite sure about how your build process works, as the current release is version 0.8.4 but the version in Cargo.toml is hard-coded to 0.8.3 - what's the source of truth for the application version? In scripts/build-macos.sh I can't see where $APP_VERSION comes from. If it's unset, then build-macos.sh is not going to update the Info.plist file correctly.
Describe the bug "Get Info" on Rustcast.app with the Finder shows version "1.0"
To Reproduce Steps to reproduce the behavior:
Expected behavior The version of the application (e.g. 0.8.4) would be displayed here
Additional context Please set
CFBundleShortVersionStringand/orCFBundleGetInfoStringkeys in Info.plistI'm not quite sure about how your build process works, as the current release is version 0.8.4 but the version in Cargo.toml is hard-coded to 0.8.3 - what's the source of truth for the application version? In
scripts/build-macos.shI can't see where$APP_VERSIONcomes from. If it's unset, then build-macos.sh is not going to update the Info.plist file correctly.