File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/swiftui-loop-videoplayer/view/loop/ios Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # SwiftUI loop video player Video from URL or Local file
1
+ # SwiftUI video player Video from URL or Local file
2
2
3
3
[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fswiftui-loop-videoplayer%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/The-Igor/swiftui-loop-videoplayer )
4
4
[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fswiftui-loop-videoplayer%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/The-Igor/swiftui-loop-videoplayer )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import SwiftUI
11
11
import AVKit
12
12
#endif
13
13
14
- #if canImport(UIKit )
14
+ #if os(iOS) || os(tvOS )
15
15
import UIKit
16
16
17
17
@available ( iOS 14 . 0 , tvOS 14 . 0 , * )
You can’t perform that action at this time.
0 commit comments