Mercurial > hg > sonic-visualiser
comparison deploy/osx/deploy.sh @ 1286:2d48532a074b project-file-rework
OSX build updates
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 14:58:36 +0100 |
parents | 1e63105fc82d |
children | 45c1a6bb69d8 |
comparison
equal
deleted
inserted
replaced
1285:ac6db2ee1beb | 1286:2d48532a074b |
---|---|
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." | 48 echo "Copying in plugin load checker helper." |
49 cp checker/plugin-checker-helper.app/Contents/MacOS/plugin-checker-helper \ | 49 cp checker/plugin-checker-helper "$source"/Contents/MacOS/ |
50 "$source"/Contents/MacOS/ | 50 |
51 echo | |
52 echo "Copying in plugin server." | |
53 cp piper-vamp-server "$source"/Contents/MacOS/ | |
51 | 54 |
52 echo | 55 echo |
53 echo "Writing version $bundleVersion in to bundle." | 56 echo "Writing version $bundleVersion in to bundle." |
54 echo "(This should be a three-part number: major.minor.point)" | 57 echo "(This should be a three-part number: major.minor.point)" |
55 | 58 |
71 cp README README.OSC COPYING CHANGELOG "$volume/" | 74 cp README README.OSC COPYING CHANGELOG "$volume/" |
72 cp -rp "$source" "$target" | 75 cp -rp "$source" "$target" |
73 | 76 |
74 echo "Done" | 77 echo "Done" |
75 | 78 |
79 echo | |
80 echo "Code-signing volume..." | |
81 | |
76 deploy/osx/sign.sh "$volume" || exit 1 | 82 deploy/osx/sign.sh "$volume" || exit 1 |
83 | |
84 echo "Done" | |
77 | 85 |
78 echo | 86 echo |
79 echo "Making dmg..." | 87 echo "Making dmg..." |
80 | 88 |
81 hdiutil create -srcfolder "$volume" "$dmg" -volname "$volume" && | 89 hdiutil create -srcfolder "$volume" "$dmg" -volname "$volume" && |