Ticket #40139: Info.plist

File Info.plist, 832 bytes (added by dliessi (Davide Liessi), 11 years ago)
Line 
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>CFBundlePackageType</key>
6    <string>APPL</string>
7    <key>CFBundleIdentifier</key>
8    <string>org.frescobaldi.frescobaldi</string>
9    <key>CFBundleSignature</key>
10    <string>????</string>
11    <key>CFBundleExecutable</key>
12    <string>Frescobaldi</string>
13    <key>CFBundleDisplayName</key>
14    <string>Frescobaldi</string>
15    <key>CFBundleVersion</key>
16    <string>%VERSION%</string>
17    <key>CFBundleName</key>
18    <string>Frescobaldi</string>
19    <key>CFBundleIconFile</key>
20    <string>frescobaldi.icns</string>
21    <key>NSHumanReadableCopyright</key>
22    <string>Copyright © 2008-2012 Wilbert Berendsen.</string>
23</dict>
24</plist>