fix(tvos): explicitly link AVKit for avDisplayManager category

This commit is contained in:
edde746
2026-05-12 22:46:38 +02:00
parent de129fbb0a
commit 0f4629f52b
3 changed files with 13 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
import AVFoundation
#if os(tvOS)
import AVKit
#endif
import QuartzCore
import UIKit