summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2019-08-20 11:49:30 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2019-08-20 11:49:30 +0200
commit034fe37175bb68607d8ef2ce3e3932bb60b7efc9 (patch)
treeeb26ee9cc7954e7da480f3b7215bd0d11c525515
parent5dbb11d8f1a744a248dd579a977e9e545a6285a1 (diff)
Hardcoded PRODUCT_BUNDLE_IDENTIFIER fixes #448
-rw-r--r--qtpass.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtpass.plist b/qtpass.plist
index ae922851..b02ddad4 100644
--- a/qtpass.plist
+++ b/qtpass.plist
@@ -11,7 +11,7 @@
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <string>QtPass</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>