mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 04:28:30 +00:00
⚠️ Remove warning
This commit is contained in:
parent
a499822dd8
commit
73f2ca58d8
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue