diff --git a/WakaTime/Watchers/MonitoredApp.swift b/WakaTime/Watchers/MonitoredApp.swift index 80e239a..45be18b 100644 --- a/WakaTime/Watchers/MonitoredApp.swift +++ b/WakaTime/Watchers/MonitoredApp.swift @@ -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" @@ -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" @@ -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,