Skip to content

Commit b21e2d7

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios/' changes from 9d8aafbe..79187048
79187048 fix: Bug with AnyHashable coercion for non-iOS platforms (#517) git-subtree-dir: apollo-ios git-subtree-split: 7918704815048da9e9953ebf61ad8b292687a16d
1 parent 709a649 commit b21e2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ApolloAPI/DataDict.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ extension DataDict {
174174
/// we need to do some additional unwrapping and casting of the values to avoid crashes and other
175175
/// run time bugs.
176176
public static let _AnyHashableCanBeCoerced: Bool = {
177-
if #available(iOS 14.5, *) {
177+
if #available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) {
178178
return true
179179
} else {
180180
return false

0 commit comments

Comments
 (0)