test
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build Mac Catalyst (push) Has been cancelled

This commit is contained in:
Francesco 2025-05-12 19:53:58 +02:00
parent 46962385b2
commit e1a671390c

View file

@ -300,7 +300,7 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
}
}
#if os(iOS)
#if os(iOS) && !targetEnvironment(macCatalyst)
if #available(iOS 16.0, *) {
playerViewController.allowsVideoFrameAnalysis = false
}