mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-29 07:20:27 +00:00
8ed95eb83b
`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>. |
||
---|---|---|
.. | ||
BGMApp | ||
BGMApp.xcodeproj | ||
BGMAppTests | ||
BGMXPCHelper | ||
BGMXPCHelperTests | ||
OptimizationProfiles | ||
PublicUtility | ||
Background Music.entitlements |