README zats/permiso
Permiso

Codex released a brilliant way to guide users around privacy permissions through the Settings app, see here this repo shows how to implement one yourself.
API
import Permiso
@MainActor
func showAccessibilityHelper() {
PermisoAssistant.shared.present(panel: .accessibility)
}