mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 23:02:14 +00:00
Add dummy "All providers" purchase
This commit is contained in:
parent
0c7b88f2c5
commit
c9577eb3fd
@ -65,6 +65,8 @@ public struct Product: RawRepresentable, Equatable, Hashable {
|
||||
}
|
||||
|
||||
// MARK: Features
|
||||
|
||||
public static let allProviders = Product(featureId: "all_providers")
|
||||
|
||||
public static let trustedNetworks = Product(featureId: "trusted_networks")
|
||||
|
||||
@ -77,6 +79,7 @@ public struct Product: RawRepresentable, Equatable, Hashable {
|
||||
public static let fullVersion = Product(featureId: "full_multi_version")
|
||||
|
||||
public static let allFeatures: [Product] = [
|
||||
.allProviders,
|
||||
.trustedNetworks,
|
||||
.siriShortcuts,
|
||||
.fullVersion_iOS,
|
||||
|
Loading…
Reference in New Issue
Block a user