Skip to content

Commit

Permalink
Merge pull request #170 from TelemetryDeck/feature/xcode-150
Browse files Browse the repository at this point in the history
Fix a compilation error in Xcode 15.0
  • Loading branch information
Jeehut authored Jul 6, 2024
2 parents 410ef5e + 15fb1b9 commit 25d7fba
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 25d7fba

Please sign in to comment.