We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c4bcc commit 794db24Copy full SHA for 794db24
1 file changed
Sources/TextFormation/MutableStringPartialSystem.swift
@@ -1,5 +1,6 @@
1
import Foundation
2
3
+#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
4
/// Implements a large portion of the TextSystem protocol for NSMutableAttributedString-compatible backing stores.
5
@available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
6
public struct MutableStringPartialSystem {
@@ -65,3 +66,4 @@ extension MutableStringPartialSystem {
65
66
return MutationOutput<NSRange>(selection: newSelection, delta: delta)
67
}
68
69
+#endif
0 commit comments