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

macOS app doesn’t have version information #2679

Closed
1 of 3 tasks
vitorgalvao opened this issue Apr 22, 2021 · 0 comments · Fixed by #2740
Closed
1 of 3 tasks

macOS app doesn’t have version information #2679

vitorgalvao opened this issue Apr 22, 2021 · 0 comments · Fixed by #2740

Comments

@vitorgalvao
Copy link

Environment information

  • Operating System: macOS
  • Cutter version: 2.0.1 (according to Github releases), and seems to be concurrent with changing to the re.rizin.cutter CFBundleIdentifier.
  • Obtained from:
    • Built from source
    • Downloaded release from Cutter website or GitHub
    • Distribution repository
  • File format: N/A

Describe the bug

There’s no version information inside the app bundle. Neither CFBundleVersion nor CFBundleShortVersionString are set in Info.plist, despite it looking like they should.

To Reproduce

  1. Download the app for macOS.
  2. Look at Cutter.app/Contents/Info.plist.
  3. Note version information is empty:
	<key>CFBundleVersion</key>
	<string></string>
	<key>CFBundleShortVersionString</key>
	<string></string>

Expected behavior

There should be version information inside the app.

Screenshots

N/A

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants