summaryrefslogtreecommitdiffstats
path: root/Info.plist
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-06 07:13:43 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-06 07:13:43 +0200
commit3e363c98abd69029ce6806a74143055d5ceee7fa (patch)
treed1010991c525ade0ae975764ce7976771679c935 /Info.plist
parent493f9f34ad82794ea0d9419efc8f92c27d9a7eb6 (diff)
more info in mac app
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 00000000..d4495efe
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>CFBundleIconFile</key>
+ <string>icon.icns</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleGetInfoString</key>
+ <string>GUI for the standard unix password store</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>
+</dict>
+</plist>