]> git.cworth.org Git - lmno.games/blobdiff - flempires/ios/Runner/AppDelegate.swift
Rename flutterempires to flempires
[lmno.games] / flempires / ios / Runner / AppDelegate.swift
diff --git a/flempires/ios/Runner/AppDelegate.swift b/flempires/ios/Runner/AppDelegate.swift
new file mode 100644 (file)
index 0000000..70693e4
--- /dev/null
@@ -0,0 +1,13 @@
+import UIKit
+import Flutter
+
+@UIApplicationMain
+@objc class AppDelegate: FlutterAppDelegate {
+  override func application(
+    _ application: UIApplication,
+    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
+  ) -> Bool {
+    GeneratedPluginRegistrant.register(with: self)
+    return super.application(application, didFinishLaunchingWithOptions: launchOptions)
+  }
+}