57fc349c9537429e55d882c8917277e53e7279e9
[keepassx] / share / macx_bundle / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4   <dict>
5
6     <!-- For a full list of properties, see
7     http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html
8     -->
9
10
11
12     <key>CFBundleIconFile</key>
13     <string>icon.icns</string>
14
15     <key>CFBundlePackageType</key>
16     <string>APPL</string>
17
18     <key>CFBundleGetInfoString</key>
19     <string>KeePassX 0.4.1</string>
20
21     <key>CFBundleSignature</key>
22     <string>kpsx</string>
23
24     <key>CFBundleExecutable</key>
25     <string>KeePassX</string>
26
27     <key>CFBundleVersion</key>
28     <string>0.4.1</string>
29
30     <key>CFBundleShortVersionString</key>
31     <string>0.4.1</string>
32
33     <key>CFBundleName</key>
34     <string>KeePassX</string>
35
36     <key>CFBundleInfoDictionaryVersion</key>
37     <string>6.0</string>
38
39     <key>CFBundleIdentifier</key>
40     <string>com.apple.application-bundle</string>
41
42     <key>CFBundleDocumentTypes</key>
43     <array>
44       <dict>
45         <key>CFBundleTypeExtensions</key>
46           <array>
47             <string>kdb</string>
48           </array>
49         <key>CFBundleTypeIconFile</key>
50         <string>icon</string>
51         <key>CFBundleTypeName</key>
52         <string>KeePassX Password Database</string>
53         <key>CFBundleTypeOSTypes</key>
54            <array>
55              <string>kpsx</string>
56            </array>
57         <key>CFBundleTypeRole</key>
58         <string>Editor</string>
59       </dict>
60     </array>
61
62   </dict>
63 </plist>