Перейти к файлу
Vsevolod Kukol 8077f66a1d
Merge pull request #17 from xamarin/dev/sevoku/fix-xcode12
Exclude arm64 when building to allow using latest Xcode
2021-05-05 14:16:48 +02:00
AtkCocoa Remove some logging that's probably not for production 2021-04-27 06:37:01 +03:00
AtkCocoa.xcodeproj Exclude arm64 when building to allow using latest Xcode 2021-05-03 23:34:01 +02:00
.gitignore Updated .gitignore 2017-08-30 16:53:43 -04:00
AUTHORS Initial commit. 2016-10-07 18:15:50 +01:00
COPYING Initial commit. 2016-10-07 18:15:50 +01:00
ChangeLog Initial commit. 2016-10-07 18:15:50 +01:00
Makefile Update install path 2020-02-18 16:44:47 +00:00
NEWS Initial commit. 2016-10-07 18:15:50 +01:00
README Update README 2019-08-28 11:22:35 +01:00
ThirdPartyNotices.txt Add the TPN and license files 2017-03-24 17:48:01 +00:00
license.txt Add the TPN and license files 2017-03-24 17:48:01 +00:00

README

AtkCocoa

AtkCocoa is a bridge between the Gtk accessibility toolkit: Atk and Cocoa's
NSAccessibility framework. It enables Gtk applications to be accessible on
macOS through technologies like VoiceOver

Building

AtkCocoa is set up as an Xcode project for macOS 10.10+. As such it can be built inside Xcode for development purposes but needs to be installed into
Monodevelop for testing using the provided Makefile

If you are building the AtkCocoa that is inside md-addins/external, then a development version can be installed using

$ make install

Alternatively, AtkCocoa can be developed outside the md-addins tree, if it is placed into the same folder as monodevelop and md-addins. In that case, it can be installed using

$ make install-standalone

Bugs

Bugs can be filed on the AtkCocoa issue tracker on Github