comparison deploy/osx/deploy.sh @ 1161:0ef711a400a2 spectrogram-minor-refactor

Merge from default branch
author Chris Cannam
date Mon, 13 Jun 2016 12:46:36 +0100
parents 1e63105fc82d
children 2d48532a074b
comparison
equal deleted inserted replaced
1130:ecb946764afe 1161:0ef711a400a2
43 echo "Make sure all necessary Qt plugins are in $source/Contents/plugins/*" 43 echo "Make sure all necessary Qt plugins are in $source/Contents/plugins/*"
44 echo "You probably want platforms/, accessible/ and imageformats/ subdirectories." 44 echo "You probably want platforms/, accessible/ and imageformats/ subdirectories."
45 cp deploy/osx/qt.conf "$source"/Contents/Resources/qt.conf 45 cp deploy/osx/qt.conf "$source"/Contents/Resources/qt.conf
46 46
47 echo 47 echo
48 echo "Copying in plugin load checker helper."
49 cp checker/plugin-checker-helper.app/Contents/MacOS/plugin-checker-helper \
50 "$source"/Contents/MacOS/
51
52 echo
48 echo "Writing version $bundleVersion in to bundle." 53 echo "Writing version $bundleVersion in to bundle."
49 echo "(This should be a three-part number: major.minor.point)" 54 echo "(This should be a three-part number: major.minor.point)"
50 55
51 perl -p -e "s/SV_VERSION/$bundleVersion/" deploy/osx/Info.plist \ 56 perl -p -e "s/SV_VERSION/$bundleVersion/" deploy/osx/Info.plist \
52 > "$source"/Contents/Info.plist 57 > "$source"/Contents/Info.plist