X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=flempires%2Fios%2FRunner%2FAppDelegate.swift;fp=flempires%2Fios%2FRunner%2FAppDelegate.swift;h=70693e4a8c128fc4350b157416374ca599ac8c7b;hp=0000000000000000000000000000000000000000;hb=5a60d2577ec9346fcaacd04260fc4a4c27696e92;hpb=b9c184f2a7fd491e736c32b02baa38b18f906eb9 diff --git a/flempires/ios/Runner/AppDelegate.swift b/flempires/ios/Runner/AppDelegate.swift new file mode 100644 index 0000000..70693e4 --- /dev/null +++ b/flempires/ios/Runner/AppDelegate.swift @@ -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) + } +}