Skip to content

Commit 90d3671

Browse files
committed
Update Entitlement.swift
1 parent 68b8b26 commit 90d3671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SuperwallKit/StoreKit/Products/StoreProduct/Entitlement.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ public final class Entitlement: NSObject, Codable, Sendable {
5858
/// The entitlement came from the web.
5959
case web
6060

61-
/// The entitlement was granted from iOS
61+
/// The entitlement was granted from the iOS App Store
6262
case appStore
6363

64+
/// The entitlement was granted from the Google Play Store
6465
case playStore
6566
}
6667

0 commit comments

Comments
 (0)