summaryrefslogtreecommitdiffstats
path: root/qtpass.plist
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-23 22:55:42 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-23 22:55:42 +0100
commitacb203e13a5135de006127ed6f27018d94a0309d (patch)
tree1d40148a8447762775b9cedd34ed1de9a094baff /qtpass.plist
parent204a3aa50697a6b2b2f703124dbb70e10dda8a3e (diff)
Naming conventions
Diffstat (limited to 'qtpass.plist')
-rw-r--r--qtpass.plist29
1 files changed, 29 insertions, 0 deletions
diff --git a/qtpass.plist b/qtpass.plist
new file mode 100644
index 00000000..d0db84d8
--- /dev/null
+++ b/qtpass.plist
@@ -0,0 +1,29 @@
+<?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>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>CFBundleShortVersionString</key>
+ <string>@SHORT_VERSION@</string>
+ <key>CFBundleSignature</key>
+ <string>@TYPEINFO@</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>