skyfallsin/axswift
AXSwift is a Swift wrapper for macOS's C-based accessibility client APIs. Working with these APIs is
Using AXSwift
SPM
In your Package.swift:
.package(url: "https://github.com/skyfallsin/AXSwift", from: "2.0.0"),Carthage
In your Cartfile:
github "tmandry/AXSwift" ~> 0.3CocoaPods
In your Podfile:
pod 'AXSwift', '~> 0.3'See the source of AXSwiftExample and AXSwiftObserverExample for an example of the API.
Package Metadata
Repository: skyfallsin/axswift
Default branch: main
README: README.md