feat(mac): add automation permission

This commit is contained in:
Peter Steinberger
2025-12-07 02:34:21 +01:00
parent 2e67c5a045
commit ea37ee6cb3
4 changed files with 10 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ import Foundation
// MARK: - Capabilities
public enum Capability: String, Codable, CaseIterable, Sendable {
/// AppleScript / Automation access to control other apps (TCC Automation).
case appleScript
case notifications
case accessibility
case screenRecording