We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$(PRODUCT_BUNDLE_IDENTIFIER)
Discovered due to a submission to Homebrew Cask.
On qtpass.plist, CFBundleIdentifier is literally $(PRODUCT_BUNDLE_IDENTIFIER).
qtpass.plist
CFBundleIdentifier
It seems the script that generates that value (likely the Makefile which is in .gitignore), quoted it literally instead of executing.
Makefile
.gitignore
The text was updated successfully, but these errors were encountered:
034fe37
Related #457
It should indeed be replaced but apparently is not . . now hardcoded to QtPass
QtPass
Sorry, something went wrong.
now hardcoded to QtPass
That’s an atypical bundle identifier. It should instead be org.qtpass.
org.qtpass
My lack of macOS lore is showing . .
Will change in next release (due later this week) . .
9a15ef3
No branches or pull requests
Discovered due to a submission to Homebrew Cask.
On
qtpass.plist
,CFBundleIdentifier
is literally$(PRODUCT_BUNDLE_IDENTIFIER)
.It seems the script that generates that value (likely the
Makefile
which is in.gitignore
), quoted it literally instead of executing.The text was updated successfully, but these errors were encountered: