mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-01 05:22:13 +00:00
Omit Siri mention in macOS purchase
This commit is contained in:
parent
4ebcfc207b
commit
7abc704c24
@ -84,7 +84,7 @@ class PurchaseViewController: NSViewController {
|
||||
rows.append(.feature)
|
||||
}
|
||||
|
||||
let platformBulletsList: [String] = ProductManager.shared.featureProducts(excluding: [.fullVersion, .fullVersion_iOS, .fullVersion_macOS]).map {
|
||||
let platformBulletsList: [String] = ProductManager.shared.featureProducts(excluding: [.siriShortcuts, .fullVersion, .fullVersion_iOS, .fullVersion_macOS]).map {
|
||||
return $0.localizedTitle
|
||||
}.sortedCaseInsensitive()
|
||||
let platformBullets = platformBulletsList.joined(separator: "\n")
|
||||
|
Loading…
Reference in New Issue
Block a user