Skip to content

Commit 034fe37

Browse files
committed
Hardcoded PRODUCT_BUNDLE_IDENTIFIER fixes #448
1 parent 5dbb11d commit 034fe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtpass.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIconFile</key>
1212
<string>icon.icns</string>
1313
<key>CFBundleIdentifier</key>
14-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
14+
<string>QtPass</string>
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>

0 commit comments

Comments
 (0)