// // AppDelegate.swift // PHP Monitor Updater // // Created by Nico Verbruggen on 01/02/2023. // Copyright © 2023 Nico Verbruggen. All rights reserved. // import Cocoa let app = NSApplication.shared let delegate = Updater() app.delegate = delegate _ = NSApplicationMain(CommandLine.argc, CommandLine.unsafeArgv)