comparison deploy/osx/deploy.sh @ 2170:23be8dccb855

Add microphone permission request message for macOS. Thanks to Lucas Thompson for pointing out the problem & solution.
author Chris Cannam
date Fri, 04 Jan 2019 12:48:19 +0000
parents 4f4eb416fcb4
children d33dff02b39b 9ca6872a5d0f
comparison
equal deleted inserted replaced
2169:73fc2e6975e9 2170:23be8dccb855
61 > "$source"/Contents/Info.plist 61 > "$source"/Contents/Info.plist
62 62
63 echo "Done: check $source/Contents/Info.plist for sanity please" 63 echo "Done: check $source/Contents/Info.plist for sanity please"
64 64
65 echo 65 echo
66 echo "Copying in lproj directories containing InfoPlist.strings translation files."
67 cp -r i18n/*.lproj "$source"/Contents/Resources/
68
69 echo
66 echo "Making target tree." 70 echo "Making target tree."
67 71
68 volume="$app"-"$version" 72 volume="$app"-"$version"
69 target="$volume"/"$app".app 73 target="$volume"/"$app".app
70 dmg="$dmg"-"$version".dmg 74 dmg="$dmg"-"$version".dmg