Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update func that checks whether Spotify.app is installed #123

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 24, 2019

  1. Update func that checks whether Spotify.app is installed

    Use mdfind/ kMDItemKind == ‘Application’ functionality to locate Spotify.app.
    Rather than hard-conding and specifying specific locations.
    This helps users who may have unconventional install locations.
    LaurentFough committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    3164d08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from LaurentFough/LaurentFough-update-Spotify-i…

    …nstall-check
    
    Update func that checks whether Spotify.app is installed
    LaurentFough committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    54254db View commit details
    Browse the repository at this point in the history
  3. Remove reference to ggrep

    Use builtin `grep`
    LaurentFough committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    f0ca12c View commit details
    Browse the repository at this point in the history