Skip to content
forked from tmandry/AXSwift

Swift wrapper for accessibility clients

Notifications You must be signed in to change notification settings

mallexxx/AXSwift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AXSwift

AXSwift is a Swift wrapper for OS X's C-based accessibility client APIs. Working with these APIs is error-prone and a huge pain, so AXSwift makes everything easier:

  • Modern API that's 100% Swift
  • Explicit error handling
  • Complete coverage of the underlying C API
  • Better documentation than Apple's, which is pretty poor

This framework is intended as a basic wrapper and doesn't keep any state or do any "magic". That's up to you!

About

Swift wrapper for accessibility clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.1%
  • Other 0.9%