Bundle ID is literally $(PRODUCT_BUNDLE_IDENTIFIER)
#448
Closed
Description
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.