BackgroundMusic/BGMApp
Kyle Neideck 8ed95eb83b
Make sure Homebrew Travis CI builds won't show a password prompt.
`sudo` is usually passwordless in Travis CI builds, but for some reason
`sudo -v` still causes a password prompt in macOS Travis builds.

_uninstall-non-interactive.sh already included a workaround for this,
but it doesn't work when the Travis build for the Homebrew Cask calls
`brew uninstall background-music`, which then calls
_uninstall-non-interactive.sh. The old workaround used the `TRAVIS` env
var, but Homebrew seems to run the script in an environment without it.

See <https://github.com/Homebrew/homebrew-cask/pull/67524>.
2019-08-14 21:58:10 +10:00
..
BGMApp Make sure Homebrew Travis CI builds won't show a password prompt. 2019-08-14 21:58:10 +10:00
BGMApp.xcodeproj Enable Hardened Runtime in BGMApp, BGMXPCHelper and BGMDriver. 2019-08-05 21:25:57 +10:00
BGMAppTests Fix compilation errors with Clang 8 in BGMAppUITests. 2018-11-04 18:15:52 +11:00
BGMXPCHelper Update the README to link to v0.3.1. 2019-08-13 18:46:25 +10:00
BGMXPCHelperTests Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00
OptimizationProfiles Add the Vox music player to BGMApp. 2016-04-18 00:36:55 +10:00
PublicUtility Enable Hardened Runtime in BGMApp, BGMXPCHelper and BGMDriver. 2019-08-05 21:25:57 +10:00
Background Music.entitlements Enable Hardened Runtime in BGMApp, BGMXPCHelper and BGMDriver. 2019-08-05 21:25:57 +10:00