aboutsummaryrefslogtreecommitdiff
path: root/ios/Runner/AppDelegate.swift
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-03-05 12:08:21 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-03-05 12:08:21 +0100
commit1855978738793fd0f80023e3e8ff09c939c33dfe (patch)
tree65bf6af27ef9e0fa857ca608218d3e16063cb79b /ios/Runner/AppDelegate.swift
parent7c365cd35a4222e9fa92e61206c12bc79db24faa (diff)
Remove ios & macos project structure
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)
- }
-}