⚠️ Remove warning

This commit is contained in:
Chris Araman 2021-11-03 16:03:54 -07:00
parent a499822dd8
commit 73f2ca58d8
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -7,19 +7,10 @@
//
import Commandant
import Foundation
import MasKit
MasKit.initialize()
let monterey = OperatingSystemVersion(majorVersion: 12, minorVersion: 0, patchVersion: 0)
if ProcessInfo.processInfo.isOperatingSystemAtLeast(monterey) {
printWarning(
"mas is not yet functional on macOS Monterey (12) due to changes in macOS frameworks. "
+ "To track progress or to *contribute* to fixing this issue, please see: "
+ "https://github.com/mas-cli/mas/issues/417")
}
let registry = CommandRegistry<MASError>()
let helpCommand = HelpCommand(registry: registry)