OpenSpace/openspace/local_server/platform_adapters
xlrrrr 59095d52c2 fix: separate atomacos import from AppKit to avoid disabling all macOS features
The original change removed atomacos from dependencies but left it
bundled in the same try/except as AppKit.  Without atomacos installed,
the ImportError made MACOS_LIBS_AVAILABLE=False, silently disabling
every macOS feature (screenshots, window control, etc.) even though
they never use atomacos.

- Split import into independent try/except blocks
- Guard get_accessibility_tree() with ATOMACOS_AVAILABLE
- Condense redundant comments in requirements files
- Tighten README note into a blockquote
2026-04-16 20:31:26 +08:00
..
__init__.py initial commit 2026-03-24 16:03:22 +08:00
linux_adapter.py initial commit 2026-03-24 16:03:22 +08:00
macos_adapter.py fix: separate atomacos import from AppKit to avoid disabling all macOS features 2026-04-16 20:31:26 +08:00
pyxcursor.py initial commit 2026-03-24 16:03:22 +08:00
windows_adapter.py initial commit 2026-03-24 16:03:22 +08:00