Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apollo-ios/Sources/ApolloAPI/DataDict.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ extension DataDict {
/// we need to do some additional unwrapping and casting of the values to avoid crashes and other
/// run time bugs.
public static let _AnyHashableCanBeCoerced: Bool = {
if #available(iOS 14.5, *) {
if #available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) {
return true
} else {
return false
Expand Down
Loading