comparison deploy/osx/deploy.sh @ 1153:1e63105fc82d 3.0-integration

Deploy plugin checker helper; update deployment for current Qt
author Chris Cannam
date Wed, 27 Apr 2016 11:26:49 +0100
parents b2c45b831ea8
children 2d48532a074b
comparison
equal deleted inserted replaced
1152:2e83525cf638 1153:1e63105fc82d
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