Update build files for android, ios, mac
This commit is contained in:
parent
55a3e6859e
commit
47fdc435e9
18 changed files with 96 additions and 105 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PRODUCT_NAME = nbteditor
|
||||
|
||||
// The application's bundle identifier
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.nbteditor
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.zontreck.nbteditor
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2023 com.example. All rights reserved.
|
||||
PRODUCT_COPYRIGHT = Copyright © 2025 Piccari Creations. All rights reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue