You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS 15 compatibility issues for Mac M1 build
- Replace deprecated CGDisplayCreateImageForRect and CGWindowListCreateImage with fallback implementation
- Update IOMasterPort to IOMainPort for better compatibility
- Fix Unicode string pointer type casting in keypress.c
- Replace string literal comparison with strcmp in window_manager.mm
- Add version checking for NSApplicationActivateIgnoringOtherApps
- Set macOS deployment target to 10.15 in CMakeLists.txt
- Enable successful compilation on macOS 15 with Apple Silicon
0 commit comments