Skip to content

Commit

Permalink
Hardcoded PRODUCT_BUNDLE_IDENTIFIER fixes #448
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Aug 20, 2019
1 parent 5dbb11d commit 034fe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpass.plist
Expand Up @@ -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>
Expand Down

0 comments on commit 034fe37

Please sign in to comment.