Skip to content

Commit 622f548

Browse files
committed
Fix annotation for streamingData
1 parent 2c7ca5b commit 622f548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TUSKit/Files.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ final class Files {
157157
}
158158
}
159159

160-
@available(iOS 13.4, *)
160+
@available(iOS 13.4, macOS 10.15, *)
161161
func streamingData(_ dataGenerator: () -> Data?, id: UUID, preferredFileExtension: String? = nil) throws -> URL {
162162
try queue.sync {
163163
try makeDirectoryIfNeeded()

0 commit comments

Comments
 (0)