Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 369 Bytes

BetterSwiftAX

Modern Swift wrapper around macOS's Accessiblity APIs.

Originally created for Texts.com iMessage integration and published after git filter-repo.

Usage

In Package.swift, add:

dependencies: [
    .package(url: "https://github.com/TextsHQ/BetterSwiftAX", .branch("main")),
]

Related