Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions WakaTime/Watchers/MonitoredApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ enum MonitoredApp: String, CaseIterable {
case figma = "com.figma.Desktop"
case firefox = "org.mozilla.firefox"
case github = "com.github.GitHubClient"
case hyper = "co.zeit.hyper"
case imessage = "com.apple.MobileSMS"
case inkscape = "org.inkscape.Inkscape"
case iterm2 = "com.googlecode.iterm2"
Expand All @@ -31,6 +32,7 @@ enum MonitoredApp: String, CaseIterable {
case slack = "com.tinyspeck.slackmacgap"
case tableplus = "com.tinyapp.TablePlus"
case terminal = "com.apple.Terminal"
case unity3d = "com.unity3d.UnityEditor5.x"
case warp = "dev.warp.Warp-Stable"
case wecom = "com.tencent.WeWorkMac"
case whatsapp = "net.whatsapp.WhatsApp"
Expand Down Expand Up @@ -118,11 +120,13 @@ enum MonitoredApp: String, CaseIterable {
MonitoredApp.canva.rawValue,
MonitoredApp.figma.rawValue,
MonitoredApp.github.rawValue,
MonitoredApp.hyper.rawValue,
MonitoredApp.linear.rawValue,
MonitoredApp.notes.rawValue,
MonitoredApp.notion.rawValue,
MonitoredApp.postman.rawValue,
MonitoredApp.tableplus.rawValue,
MonitoredApp.unity.rawValue,
MonitoredApp.xcode.rawValue,
MonitoredApp.zoom.rawValue,
MonitoredApp.zed.rawValue,
Expand Down
Loading