aboutsummaryrefslogtreecommitdiff
path: root/macos/Flutter/GeneratedPluginRegistrant.swift
diff options
context:
space:
mode:
Diffstat (limited to 'macos/Flutter/GeneratedPluginRegistrant.swift')
-rw-r--r--macos/Flutter/GeneratedPluginRegistrant.swift20
1 files changed, 0 insertions, 20 deletions
diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift
deleted file mode 100644
index bc89e71..0000000
--- a/macos/Flutter/GeneratedPluginRegistrant.swift
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-import flutter_local_notifications
-import path_provider_macos
-import share_plus_macos
-import shared_preferences_macos
-import url_launcher_macos
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
-}