Discovered [due to a submission to Homebrew Cask](https://github.com/Homebrew/homebrew-cask/pull/58893/files). On `qtpass.plist`, [`CFBundleIdentifier` is literally `$(PRODUCT_BUNDLE_IDENTIFIER)`](https://github.com/IJHack/QtPass/blob/1ad0648f2f834453acd7230419580535501e433f/qtpass.plist#L13L14). It seems the script that generates that value (likely [the `Makefile` which is in `.gitignore`](https://github.com/IJHack/QtPass/blob/1ad0648f2f834453acd7230419580535501e433f/.gitignore#L1)), quoted it literally instead of executing.
Discovered due to a submission to Homebrew Cask.
On
qtpass.plist,CFBundleIdentifieris literally$(PRODUCT_BUNDLE_IDENTIFIER).It seems the script that generates that value (likely the
Makefilewhich is in.gitignore), quoted it literally instead of executing.