# HG changeset patch # User Dan Stowell # Date 1286805271 -3600 # Node ID 4e16d48c693da7ad92f159a69751e400a3812411 # Parent 43205eda54bd744cfc472f9a90b793dd83a89d78 Custom Mac Info.plist - the app now registers as a viewer of MP3 files, and an editor of SV files diff -r 43205eda54bd -r 4e16d48c693d osx/Info.plist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/osx/Info.plist Mon Oct 11 14:54:31 2010 +0100 @@ -0,0 +1,67 @@ + + + + + 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 + + + + diff -r 43205eda54bd -r 4e16d48c693d sonic-visualiser.pro --- a/sonic-visualiser.pro Mon Oct 11 14:20:26 2010 +0100 +++ b/sonic-visualiser.pro Mon Oct 11 14:54:31 2010 +0100 @@ -40,4 +40,6 @@ main/PreferencesDialog.cpp \ main/Surveyer.cpp +# for mac integration +QMAKE_INFO_PLIST = osx/Info.plist