mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-22 23:39:53 -05:00
Apparently `#if canImport(CoreMediaIO)` is now true even if you are trying to run the App on iOS instead of macOS, so this PR wraps it also under `#if targetEnvironment(macCatalyst)`