# HG changeset patch # User Chris Cannam # Date 1302276913 -3600 # Node ID 663bfebdef4efcda39dd74e7a0cb91ee0956580e # Parent 27446c7f393544b3d573d8aba5c1425289ec48be Incorporate Dan's plist stuff and my plist stuff (automatic version writing etc) into a single plist diff -r 27446c7f3935 -r 663bfebdef4e deploy/osx/Info.plist --- a/deploy/osx/Info.plist Fri Apr 08 14:33:27 2011 +0100 +++ b/deploy/osx/Info.plist Fri Apr 08 16:35:13 2011 +0100 @@ -14,5 +14,128 @@ org.sonicvisualiser.SonicVisualiser CFBundleShortVersionString SV_VERSION - + CFBundleDocumentTypes + + + + CFBundleTypeExtensions + + sv + + + CFBundleTypeMIMETypes + + application/x-sonic-visualiser-session + + CFBundleTypeName + Sonic Visualiser Session + CFBundleTypeOSTypes + + **** + + CFBundleTypeRole + Editor + LSHandlerRank + Owner + LSIsAppleDefaultForType + + + + + + CFBundleTypeExtensions + + mp3 + + CFBundleTypeMIMETypes + + audio/mpeg + + CFBundleTypeName + MP3 Audio + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + LSHandlerRank + Alternate + + + CFBundleTypeExtensions + + ogg + oga + + CFBundleTypeMIMETypes + + audio/ogg + + CFBundleTypeName + Ogg Vorbis Audio + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + LSHandlerRank + Alternate + + + CFBundleTypeExtensions + + wav + + CFBundleTypeMIMETypes + + audio/x-wav + + CFBundleTypeName + Wave Audio + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + LSHandlerRank + Alternate + + + CFBundleTypeExtensions + + aif + aiff + + CFBundleTypeMIMETypes + + audio/x-aiff + + CFBundleTypeName + AIFF Audio + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + LSHandlerRank + Alternate + + + CFBundleTypeExtensions + + flac + + CFBundleTypeMIMETypes + + audio/flac + + CFBundleTypeName + FLAC Audio + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + LSHandlerRank + Alternate + + + diff -r 27446c7f3935 -r 663bfebdef4e deploy/osx/Info.plist.2 --- a/deploy/osx/Info.plist.2 Fri Apr 08 14:33:27 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,141 +0,0 @@ - - - - - CFBundleIconFile - sv-macicon.icns - CFBundlePackageType - APPL - CFBundleGetInfoString - Created by Qt/QMake - CFBundleSignature - SNCV - CFBundleExecutable - Sonic Visualiser - CFBundleIdentifier - org.isophonics.SonicVisualiser - CFBundleDocumentTypes - - - - CFBundleTypeExtensions - - sv - - - CFBundleTypeMIMETypes - - application/x-sonic-visualiser-project - - CFBundleTypeName - Sonic Visualiser Project - CFBundleTypeOSTypes - - **** - - CFBundleTypeRole - Editor - LSHandlerRank - Owner - LSIsAppleDefaultForType - - - - - - CFBundleTypeExtensions - - mp3 - - CFBundleTypeMIMETypes - - audio/mpeg - - CFBundleTypeName - MP3 Audio - CFBundleTypeRole - Viewer - LSIsAppleDefaultForType - - LSHandlerRank - Alternate - - - CFBundleTypeExtensions - - ogg - oga - - CFBundleTypeMIMETypes - - audio/ogg - - CFBundleTypeName - Ogg Vorbis Audio - CFBundleTypeRole - Viewer - LSIsAppleDefaultForType - - LSHandlerRank - Alternate - - - CFBundleTypeExtensions - - wav - - CFBundleTypeMIMETypes - - audio/x-wav - - CFBundleTypeName - Wave Audio - CFBundleTypeRole - Viewer - LSIsAppleDefaultForType - - LSHandlerRank - Alternate - - - CFBundleTypeExtensions - - aif - aiff - - CFBundleTypeMIMETypes - - audio/x-aiff - - CFBundleTypeName - AIFF Audio - CFBundleTypeRole - Viewer - LSIsAppleDefaultForType - - LSHandlerRank - Alternate - - - CFBundleTypeExtensions - - flac - - CFBundleTypeMIMETypes - - audio/flac - - CFBundleTypeName - FLAC Audio - CFBundleTypeRole - Viewer - LSIsAppleDefaultForType - - LSHandlerRank - Alternate - - - -