mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-27 00:05:39 +00:00
The Swift helper binaries were compiled with -target macos14.0, causing dyld symbol-not-found crashes on macOS 13. The ScreenCaptureKit audio APIs require macOS 13.0 minimum, so the deployment target is lowered to 13.0 and an #available guard is added for the macOS 14-only ignoreShadowsSingleWindow API. README updated accordingly. Fixes #199, fixes #200