summaryrefslogtreecommitdiffstats
path: root/Info.plist
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-10 14:14:42 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-10 14:14:42 +0200
commit9b14e351090a2bf29565f8477585649b47cd9f97 (patch)
tree7595c3b2ec6072df454b77dcd8052a09ba5994b8 /Info.plist
parentc77a80f73366970dba1f519e2248d19bb91b8dd0 (diff)
Design changes and mac cleanup
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist22
1 files changed, 11 insertions, 11 deletions
diff --git a/Info.plist b/Info.plist
index 7b64cd4c..d0db84d8 100644
--- a/Info.plist
+++ b/Info.plist
@@ -2,28 +2,28 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
<key>CFBundleDisplayName</key>
<string>QtPass @SHORT_VERSION@</string>
+ <key>CFBundleExecutable</key>
+ <string>@EXECUTABLE@</string>
+ <key>CFBundleGetInfoString</key>
+ <string>@SHORT_VERSION@</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
- <key>CFBundleGetInfoString</key>
- <string>@SHORT_VERSION@</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright © 2014-2015 IJhack
-This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string>
<key>CFBundleShortVersionString</key>
<string>@SHORT_VERSION@</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
- <key>CFBundleExecutable</key>
- <string>@EXECUTABLE@</string>
- <key>CFBundleIdentifier</key>
- <string>com.ijhack.QtPass</string>
<key>NOTE</key>
<string>QtPass is a multi-platform GUI for pass</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2014-2015 IJhack
+This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
</dict>
</plist>