opt.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
PRODUCT_NAME = server_box
|
||||
|
||||
// The application's bundle identifier
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.serverBox
|
||||
PRODUCT_BUNDLE_IDENTIFIER = tech.lolli.serverBox
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2023 com.lollipopkit. All rights reserved.
|
||||
PRODUCT_COPYRIGHT = Copyright © 2023 tech.lolli. All rights reserved.
|
||||
|
||||
@@ -3,7 +3,7 @@ import FlutterMacOS
|
||||
|
||||
class MainFlutterWindow: NSWindow {
|
||||
override func awakeFromNib() {
|
||||
let flutterViewController = FlutterViewController.init()
|
||||
let flutterViewController = FlutterViewController()
|
||||
let windowFrame = self.frame
|
||||
self.contentViewController = flutterViewController
|
||||
self.setFrame(windowFrame, display: true)
|
||||
|
||||
Reference in New Issue
Block a user