fix: Improve macOS support

This commit is contained in:
LukeGus
2025-10-19 20:33:56 -05:00
parent c38cfc2850
commit f25ef9db12

View File

@@ -87,7 +87,8 @@
"type": "distribution", "type": "distribution",
"category": "public.app-category.developer-tools", "category": "public.app-category.developer-tools",
"extendInfo": { "extendInfo": {
"ITSAppUsesNonExemptEncryption": false "ITSAppUsesNonExemptEncryption": false,
"NSAppleEventsUsageDescription": "Termix needs access to control other applications for terminal operations."
} }
} }
} }