Skip to content

Commit c9b6b94

Browse files
authored
Temporary fix for Xcode 14.1 (#56)
1 parent 2365d3e commit c9b6b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CustomDump/Conformances/GameKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(GameKit)
1+
#if canImport(GameKit) && compiler(<5.7.1) // NB: Xcode 14.1 beta can't import GameKit
22
import GameKit
33

44
#if !os(watchOS)

0 commit comments

Comments
 (0)