Skip to content

Commit

Permalink
Fix a compilation error in Xcode 15.0
Browse files Browse the repository at this point in the history
Fixes #169
  • Loading branch information
Jeehut committed Jul 6, 2024
1 parent 9ec0f0c commit 15fb1b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if canImport(StoreKit)
#if canImport(StoreKit) && compiler(>=5.9.2)
import StoreKit
import Foundation

Expand Down

0 comments on commit 15fb1b9

Please sign in to comment.