Skip to content

Commit

Permalink
Ignore new macOS 11 apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 17, 2020
1 parent 30f8cc2 commit 76fd05b
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 354 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $(DEPENDENCIES): poetry.lock

ifndef CI
poetry.lock: pyproject.toml
poetry lock
poetry lock --no-update
@ touch $@
endif

Expand Down
8 changes: 7 additions & 1 deletion mine/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,13 @@ class MacManager(BaseManager): # pragma: no cover (manual)
NAME = 'Darwin'
FRIENDLY = 'Mac'

IGNORED_APPLICATION_NAMES = ["iTunesHelper.app", "slack helper.app", "garcon.appex"]
IGNORED_APPLICATION_NAMES = [
"iTunesHelper.app",
"slack helper.app",
"garcon.appex",
"musiccacheextension",
"podcastswidget",
]

@log_running
def is_running(self, application):
Expand Down

0 comments on commit 76fd05b

Please sign in to comment.