Mercurial > hg > sonic-visualiser
annotate deploy/osx/Info.plist @ 409:27446c7f3935
Some deployment gubbins (to be refined)
author | Chris Cannam |
---|---|
date | Fri, 08 Apr 2011 14:33:27 +0100 |
parents | |
children | 663bfebdef4e |
rev | line source |
---|---|
Chris@409 | 1 <?xml version="1.0" encoding="UTF-8"?> |
Chris@409 | 2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
Chris@409 | 3 <plist version="0.9"> |
Chris@409 | 4 <dict> |
Chris@409 | 5 <key>CFBundlePackageType</key> |
Chris@409 | 6 <string>APPL</string> |
Chris@409 | 7 <key>CFBundleName</key> |
Chris@409 | 8 <string>SonicVisualiser</string> |
Chris@409 | 9 <key>CFBundleExecutable</key> |
Chris@409 | 10 <string>Sonic Visualiser</string> |
Chris@409 | 11 <key>CFBundleIconFile</key> |
Chris@409 | 12 <string>sv-macicon.icns</string> |
Chris@409 | 13 <key>CFBundleIdentifier</key> |
Chris@409 | 14 <string>org.sonicvisualiser.SonicVisualiser</string> |
Chris@409 | 15 <key>CFBundleShortVersionString</key> |
Chris@409 | 16 <string>SV_VERSION</string> |
Chris@409 | 17 </dict> |
Chris@409 | 18 </plist> |