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

Mac Application bundle version is not set correctly #490

Closed
dwt opened this issue Jan 7, 2018 · 1 comment · Fixed by #783
Closed

Mac Application bundle version is not set correctly #490

dwt opened this issue Jan 7, 2018 · 1 comment · Fixed by #783

Comments

@dwt
Copy link

dwt commented Jan 7, 2018

To be specific these keys of the Info.plist are wrong:

<key>CFBundleShortVersionString</key>
<string>0</string>
<key>CFBundleVersion</key>
<string>0</string>

They should contain the version of lector, so that it is shown in the finder and the get info panel of the finder.

@nixjdm
Copy link
Member

nixjdm commented Feb 10, 2018

Ref #420

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.

2 participants