aboutsummaryrefslogtreecommitdiff
path: root/ios/Runner/AppDelegate.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/Runner/AppDelegate.swift')
-rw-r--r--ios/Runner/AppDelegate.swift13
1 files changed, 0 insertions, 13 deletions
diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift
deleted file mode 100644
index 70693e4..0000000
--- a/ios/Runner/AppDelegate.swift
+++ /dev/null
@@ -1,13 +0,0 @@
-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)
- }
-}