From 82b80337fb489682d385f53276864631fe920f6f Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 11 Mar 2026 19:11:23 +0000 Subject: [PATCH] Eliminar creche_app/ios/Runner/AppDelegate.swift --- creche_app/ios/Runner/AppDelegate.swift | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 creche_app/ios/Runner/AppDelegate.swift diff --git a/creche_app/ios/Runner/AppDelegate.swift b/creche_app/ios/Runner/AppDelegate.swift deleted file mode 100644 index 6266644..0000000 --- a/creche_app/ios/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import Flutter -import UIKit - -@main -@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) - } -}