Skip to content

Commit 9321693

Browse files
authored
Fix preprocessor condition (#1201)
1 parent 90da23a commit 9321693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Player/PictureInPicture/CustomPictureInPicture.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class CustomPictureInPicture: NSObject {
2323
override init() {
2424
super.init()
2525
controller?.delegate = self
26-
#if os(ios)
26+
#if os(iOS)
2727
controller?.canStartPictureInPictureAutomaticallyFromInline = true
2828
#endif
2929
configureIsPossiblePublisher()

0 commit comments

Comments
 (0)