Use dict-based format strings for numbers (bug 1165)
[gpodder.git] / data / osx / Info.plist
blobf8fb15a4a0e74df567e61a5e9d400bffeca984e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
3 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4 <plist version="1.0">
5 <dict>
6 <key>CFBundleName</key>
7 <string>gPodder</string>
8 <key>CFBundleShortVersionString</key>
9 <string>__VERSION__</string>
10 <key>CFBundleGetInfoString</key>
11 <string>gPodder v__VERSION__</string>
12 <key>CFBundleAllowMixedLocalizations</key>
13 <string>false</string>
14 <key>CFBundleInfoDictionaryVersion</key>
15 <string>6.0</string>
16 <key>CFBundleExecutable</key>
17 <string>gpodder</string>
18 <key>CFBundleDevelopmentRegion</key>
19 <string>English</string>
20 <key>CFBundlePackageType</key>
21 <string>APPL</string>
22 <key>CFBundleSignature</key>
23 <string>GPOD</string>
24 <key>CFBundleVersion</key>
25 <string>__VERSION__</string>
26 <key>CFBundleIconFile</key>
27 <string>icon.icns</string>
28 <key>CFBundleIdentifier</key>
29 <string>org.gpodder.gpodder</string>
30 <key>CFBundleDocumentTypes</key>
31 <array>
32 <dict>
33 <key>CFBundleTypeExtensions</key>
34 <array>
35 <string>opml</string>
36 <string>xml</string>
37 </array>
38 <key>CFBundleTypeMIMETypes</key>
39 <array>
40 <string>text/xml</string>
41 <string>application/xml</string>
42 <string>text/x-opml</string>
43 </array>
44 <key>CFBundleTypeName</key>
45 <string>OPML Documents</string>
46 <key>CFBundleTypeRole</key>
47 <string>Viewer</string>
48 </dict>
49 </array>
50 </dict>
51 </plist>