comparison deploy/osx/deploy.sh @ 742:5462ac97d28f

OS/X build/deploy fixes
author Chris Cannam
date Fri, 04 Jul 2014 11:03:33 +0100
parents 6b8e6600fa02
children d18c89386a71
comparison
equal deleted inserted replaced
741:2d5c6920e814 742:5462ac97d28f
41 cp README README.OSC COPYING CHANGELOG "$volume/" 41 cp README README.OSC COPYING CHANGELOG "$volume/"
42 cp -rp "$source" "$target" 42 cp -rp "$source" "$target"
43 43
44 echo "Done" 44 echo "Done"
45 45
46 echo
47 echo "Copying in qt.conf to set local-only plugin paths."
48 echo "Make sure all necessary Qt plugins are in $target/Contents/plugins/*"
49 echo "You probably want platforms/, accessible/ and imageformats/ subdirectories."
50 cp deploy/osx/qt.conf "$target"/Contents/Resources/qt.conf
51
52 echo
46 echo "Writing version $bundleVersion in to bundle." 53 echo "Writing version $bundleVersion in to bundle."
47 echo "(This should be a three-part number: major.minor.point)" 54 echo "(This should be a three-part number: major.minor.point)"
48 55
49 perl -p -e "s/SV_VERSION/$bundleVersion/" deploy/osx/Info.plist \ 56 perl -p -e "s/SV_VERSION/$bundleVersion/" deploy/osx/Info.plist \
50 > "$target"/Contents/Info.plist 57 > "$target"/Contents/Info.plist