Initial commit
[keepassx] / share / macx_bundle / Info_cmake.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         <!-- For a full list of properties, see
6         http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html
7         -->
8                 
9         <key>CFBundleIconFile</key>
10         <string>${MACOSX_BUNDLE_ICON_FILE}</string>
11         
12         <key>CFBundlePackageType</key>
13         <string>APPL</string>
14         
15         <key>CFBundleGetInfoString</key>
16         <string>${MACOSX_BUNDLE_INFO_STRING}</string>
17         
18         <key>CFBundleSignature</key>
19         <string>kpsx</string>
20         
21         <key>CFBundleExecutable</key>
22         <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
23         
24         <key>CFBundleVersion</key>
25         <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
26         
27         <key>CFBundleShortVersionString</key>
28         <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
29         
30         <key>CFBundleLongVersionString</key>
31         <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</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>org.keepassx.KeePassX</string>
41         
42         <key>NSHumanReadableCopyright</key>
43         <string>© 2005-2009, KeePassX Development Team</string>
44         
45         <key>CFBundleDocumentTypes</key>
46         <array>
47                 <dict>
48                         <key>CFBundleTypeExtensions</key>
49                         <array>
50                                 <string>kdb</string>
51                         </array>
52                         
53                         <key>CFBundleTypeIconFile</key>
54                         <string>icon</string>
55                         
56                         <key>CFBundleTypeName</key>
57                         <string>KeePassX Password Database</string>
58                         
59                         <key>CFBundleTypeOSTypes</key>
60                         <array>
61                                 <string>kpsx</string>
62                         </array>
63                         
64                         <key>CFBundleTypeRole</key>
65                         <string>Editor</string>
66                 </dict>
67         </array>
68         
69 </dict>
70 </plist>