From c3dd4a3b7e80fe10422db3de14def3c24e9ba49d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A1rton=20Kiss?=
 <70794496+kimaah@users.noreply.github.com>
Date: Sat, 26 Aug 2023 12:51:32 +0200
Subject: [PATCH] Delete GeneratedPluginRegistrant.swift

---
 .../Flutter/GeneratedPluginRegistrant.swift   | 30 -------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift

diff --git a/filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift b/filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift
deleted file mode 100644
index 53df988..0000000
--- a/filcnaplo/macos/Flutter/GeneratedPluginRegistrant.swift
+++ /dev/null
@@ -1,30 +0,0 @@
-//
-//  Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-import connectivity_plus
-import dynamic_color
-import file_selector_macos
-import flutter_local_notifications
-import macos_window_utils
-import package_info_plus
-import path_provider_foundation
-import share_plus
-import sqflite
-import url_launcher_macos
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
-  ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
-  DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
-  FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
-  FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
-  MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
-  FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
-  PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
-  SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
-  SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
-  UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
-}