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

various issues with Info.plist file on macOS #457

Closed
core-code opened this issue May 15, 2019 · 2 comments
Closed

various issues with Info.plist file on macOS #457

core-code opened this issue May 15, 2019 · 2 comments
Labels

Comments

@core-code
Copy link

1.) your bundle identifier is '$(PRODUCT_BUNDLE_IDENTIFIER)' which is nonsense. according to Apple, each app needs a distinct CFBundleIdentifier.
2.) i've downloaded version 1.2.3 but it identifies itself as version 1.2 when selected in the Finder. the CFBundleShortVersionString and the CFBundleVersion entries need to be updated, the 'CFBundleGetInfoString' entry which has been deprecated for more than 10 years should be removed

@annejan
Copy link
Member

annejan commented Aug 20, 2019

  1. This should be parsed in the compilation steps
    https://doc.qt.io/qt-5/qmake-variable-reference.html#qmake-info-plist
  2. Updated for the upcoming 1.3.0 release
    Screenshot 2019-08-20 at 11 19 15

@core-code
Copy link
Author

thanks!

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

No branches or pull requests

2 participants