I just got the notification about an "Vitality ApS" being an login item allowed in the background. It shows in the control panel and I can disable it, but "How can I find the related application?"
Since I cannot find anything about this app via search engines, I tried to find the related application bundle on the M2 Apple.
Articles like Run command on startup / login (Mac OS X) point to seemingly empty (or now unused) folders.
I tried the following with no result:
launchctl list | grep -I vitality
find ~/Library/Launch* /Library/Launch* -iname 'vitality'
find ~/Library/Launch* /Library/Launch* -iname '*.plist' | while read F ; do
plutil -p "$F"
done | grep -I vitality
Without results.
What other options are there to find/locate the unknown app?
What is this "Vitality ApS"?
