diff options
author | uvok | 2025-07-21 15:23:19 +0200 |
---|---|---|
committer | uvok | 2025-07-21 15:23:19 +0200 |
commit | 9532e812f84a089cbf7fe8f35b3fa119fa17d728 (patch) | |
tree | 95c0ca0a6b5bd83dcb86175356d554b8ad89c91b /macos/Flutter |
Add q&d flutter app
Diffstat (limited to 'macos/Flutter')
-rw-r--r-- | macos/Flutter/Flutter-Debug.xcconfig | 1 | ||||
-rw-r--r-- | macos/Flutter/Flutter-Release.xcconfig | 1 | ||||
-rw-r--r-- | macos/Flutter/GeneratedPluginRegistrant.swift | 12 |
3 files changed, 14 insertions, 0 deletions
diff --git a/macos/Flutter/Flutter-Debug.xcconfig b/macos/Flutter/Flutter-Debug.xcconfig new file mode 100644 index 0000000..c2efd0b --- /dev/null +++ b/macos/Flutter/Flutter-Debug.xcconfig @@ -0,0 +1 @@ +#include "ephemeral/Flutter-Generated.xcconfig" diff --git a/macos/Flutter/Flutter-Release.xcconfig b/macos/Flutter/Flutter-Release.xcconfig new file mode 100644 index 0000000..c2efd0b --- /dev/null +++ b/macos/Flutter/Flutter-Release.xcconfig @@ -0,0 +1 @@ +#include "ephemeral/Flutter-Generated.xcconfig" diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift new file mode 100644 index 0000000..75f0199 --- /dev/null +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -0,0 +1,12 @@ +// +// Generated file. Do not edit. +// + +import FlutterMacOS +import Foundation + +import flutter_blue_plus_darwin + +func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { + FlutterBluePlusPlugin.register(with: registry.registrar(forPlugin: "FlutterBluePlusPlugin")) +} |