feat: add plugin version to preview

This commit is contained in:
relikd
2025-12-04 18:37:23 +01:00
parent 644e107fca
commit 838ecae118
3 changed files with 14 additions and 12 deletions

View File

@@ -2,22 +2,17 @@ import Cocoa
@main
class AppDelegate: NSObject, NSApplicationDelegate {
@IBOutlet var window: NSWindow!
func applicationDidFinishLaunching(_ aNotification: Notification) {
// Insert code here to initialize your application
}
func applicationWillTerminate(_ aNotification: Notification) {
// Insert code here to tear down your application
}
func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}