# HG changeset patch # User Chris Cannam # Date 1302277163 -3600 # Node ID 9f6436615ac7a30928f018a8a37de2699b0a0b77 # Parent 663bfebdef4efcda39dd74e7a0cb91ee0956580e I had put the Info.plist in deploy/osx/ before I noticed it was also in osx/ -- sorry. Removing from osx/ -- we really need the plist to be written by deploy/osx/deploy.sh (and not by qmake) because we need the version number in it. However, leaving it in the .pro file anyway so we don't end up with nothing at least if nobody runs deploy.sh diff -r 663bfebdef4e -r 9f6436615ac7 osx/Info.plist --- a/osx/Info.plist Fri Apr 08 16:35:13 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 - - - - diff -r 663bfebdef4e -r 9f6436615ac7 sonic-visualiser.pro --- a/sonic-visualiser.pro Fri Apr 08 16:35:13 2011 +0100 +++ b/sonic-visualiser.pro Fri Apr 08 16:39:23 2011 +0100 @@ -41,5 +41,5 @@ main/Surveyer.cpp # for mac integration -QMAKE_INFO_PLIST = osx/Info.plist +QMAKE_INFO_PLIST = deploy/osx/Info.plist