Skip to content

Commit be3342e

Browse files
committed
Fixed tvOS & watchOS build
1 parent a7f1212 commit be3342e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/MIDIKitIO/API Evolution/MIDIKit-0.9.3.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// © 2021-2023 Steffan Andrews • Licensed under MIT License
55
//
66

7+
#if !os(tvOS) && !os(watchOS)
8+
79
import Foundation
810

911
extension MIDIReceiver {
@@ -91,3 +93,5 @@ extension MIDIReceiver {
9193
)
9294
}
9395
}
96+
97+
#endif

0 commit comments

Comments
 (0)