Add a portfolio entry for NBT Editor, and update all dependencies.

This commit is contained in:
zontreck 2025-01-30 20:10:29 -07:00
parent 9e5ab72b94
commit 071a5ccea4
37 changed files with 247 additions and 117 deletions

View file

@ -1,9 +1,13 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}

View file

@ -8,7 +8,7 @@
PRODUCT_NAME = zontreck
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.zontreck
PRODUCT_BUNDLE_IDENTIFIER = dev.zontreck.zontreck
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2025 dev.zontreck. All rights reserved.