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 0730063 commit 3a5bdd8Copy full SHA for 3a5bdd8
FirebaseStorageSwift/Sources/AsyncAwait.swift
@@ -15,7 +15,7 @@
15
import FirebaseStorage
16
17
#if swift(>=5.5)
18
- @available(iOS 15, *)
+ @available(iOS 15, tvOS 15, macOS 12, *)
19
public extension StorageReference {
20
/// Asynchronously downloads the object at the StorageReference to a Data object in memory.
21
/// A Data object of the provided max size will be allocated, so ensure that the device has
0 commit comments