Modern Swift wrapper around macOS's Accessiblity APIs.
Originally created for Texts.com iMessage integration and published after git filter-repo
.
In Package.swift
, add:
dependencies: [
.package(url: "https://github.com/TextsHQ/BetterSwiftAX", .branch("main")),
]