Bump the version number in configure.ac to 1.0.5
[moonshot-ui.git] / mac / moonshot-ui.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleDevelopmentRegion</key>
6         <string>English</string>
7         <key>CFBundleExecutable</key>
8         <string>moonshot-ui</string>
9         <key>CFBundleGetInfoString</key>
10         <string>Copyright (c) 2011, JANET(UK)</string>
11         <key>CFBundleIconFile</key>
12         <string>moonshot-ui.icns</string>
13         <key>CFBundleIdentifier</key>
14         <string>net.ja.moonshot-ui</string>
15         <key>CFBundleInfoDictionaryVersion</key>
16         <string>0.1</string>
17         <key>CFBundlePackageType</key>
18         <string>APPL</string>
19         <key>CFBundleShortVersionString</key>
20         <string>0.1</string>
21         <key>CFBundleSignature</key>
22         <string>????</string>
23         <key>CFBundleVersion</key>
24         <string>0.1</string>
25         <key>NSHumanReadableCopyright</key>
26         <string>Copyright (c) 2011, JANET(UK)</string>
27         <key>LSMinimumSystemVersion</key>
28         <string>10.4</string>
29 <key>CFBundleDisplayName</key>
30 <string>Moonshot Identity Selector</string>
31 <key>CFBundleDocumentTypes</key>
32 <array>
33     <dict>
34         <key>CFBundleTypeName</key>
35         <string>Moonshot Identity Selector ID Card</string>
36         <key>LSHandlerRank</key>
37         <string>Owner</string>
38         <key>CFBundleTypeExtensions</key>
39         <array>
40             <string>msht</string>
41             <string>msht</string>
42         </array>
43         <key>CFBundleTypeMIMETypes</key>
44         <array>
45             <string>application/msht</string>
46             <string>application/msht</string>
47         </array>
48         <key>CFBundleTypeRole</key>
49         <string>Editor</string>
50     </dict>
51 </array>
52 </dict>
53 </plist>