Skip to content

Commit 5f243f9

Browse files
committed
update
1 parent c6203cf commit 5f243f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SwiftUI loop video player Video from URL or Local file
1+
# SwiftUI video player Video from URL or Local file
22

33
[![](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)
44
[![](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)

Sources/swiftui-loop-videoplayer/view/loop/ios/LoopingPlayerUIView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import SwiftUI
1111
import AVKit
1212
#endif
1313

14-
#if canImport(UIKit)
14+
#if os(iOS) || os(tvOS)
1515
import UIKit
1616

1717
@available(iOS 14.0, tvOS 14.0, *)

0 commit comments

Comments
 (0)