We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d2428c + 2d00fa7 commit 69db5bfCopy full SHA for 69db5bf
Sources/AppStoreServerLibrary/Models/PurchasePlatform.swift
@@ -3,7 +3,7 @@
3
///Values that represent Apple platforms.
4
///
5
///[AppStore.Platform](https://developer.apple.com/documentation/storekit/appstore/platform)
6
-public enum PurchasePlatform: String, Decodable, Encodable, Hashable {
+public enum PurchasePlatform: String, Decodable, Encodable, Hashable, Sendable {
7
case iOS = "iOS"
8
case macOS = "macOS"
9
case tvOS = "tvOS"
0 commit comments