Skip to content

Commit

Permalink
Temporary fix for Xcode 14.1 (pointfreeco#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Sep 14, 2022
1 parent 2365d3e commit c9b6b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CustomDump/Conformances/GameKit.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if canImport(GameKit)
#if canImport(GameKit) && compiler(<5.7.1) // NB: Xcode 14.1 beta can't import GameKit
import GameKit

#if !os(watchOS)
Expand Down

0 comments on commit c9b6b94

Please sign in to comment.