Skip to content

Commit 69db5bf

Browse files
Merge pull request #83 from alexanderjordanbaker/PurchsePlatformSendable
Make PurchasePlatform Sendable
2 parents 7d2428c + 2d00fa7 commit 69db5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AppStoreServerLibrary/Models/PurchasePlatform.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
///Values that represent Apple platforms.
44
///
55
///[AppStore.Platform](https://developer.apple.com/documentation/storekit/appstore/platform)
6-
public enum PurchasePlatform: String, Decodable, Encodable, Hashable {
6+
public enum PurchasePlatform: String, Decodable, Encodable, Hashable, Sendable {
77
case iOS = "iOS"
88
case macOS = "macOS"
99
case tvOS = "tvOS"

0 commit comments

Comments
 (0)