Fix bug where agent could relaunch after being disabled (#743)

This commit is contained in:
Max Goedjen
2025-10-07 20:54:38 -07:00
committed by GitHub
parent f13bc23991
commit 275b6ef9bb
3 changed files with 7 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ import ServiceManagement
// The process corresponding to this instance of Secretive
var instanceSecretAgentProcess: NSRunningApplication? {
// FIXME: CHECK VERSION
// TODO: CHECK VERSION
let agents = allSecretAgentProcesses
for agent in agents {
guard let url = agent.bundleURL else { continue }