Skip to content

Commit 3a5bdd8

Browse files
authored
Fix AsyncAwait build for mac and tv (#8449)
1 parent 0730063 commit 3a5bdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseStorageSwift/Sources/AsyncAwait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import FirebaseStorage
1616

1717
#if swift(>=5.5)
18-
@available(iOS 15, *)
18+
@available(iOS 15, tvOS 15, macOS 12, *)
1919
public extension StorageReference {
2020
/// Asynchronously downloads the object at the StorageReference to a Data object in memory.
2121
/// A Data object of the provided max size will be allocated, so ensure that the device has

0 commit comments

Comments
 (0)