Omit Siri mention in macOS purchase

This commit is contained in:
Davide De Rosa 2021-02-05 16:32:59 +01:00
parent 4ebcfc207b
commit 7abc704c24

View File

@ -84,7 +84,7 @@ class PurchaseViewController: NSViewController {
rows.append(.feature) 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 return $0.localizedTitle
}.sortedCaseInsensitive() }.sortedCaseInsensitive()
let platformBullets = platformBulletsList.joined(separator: "\n") let platformBullets = platformBulletsList.joined(separator: "\n")