diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 19:54:36 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 19:54:36 -0500 |
| commit | 3fad3812e117c6bc16b5007076803f498538e4c4 (patch) | |
| tree | 197b7b27c3f1c1d2b8396e4c4150b37b4d3127e5 /macos/Flutter | |
Diffstat (limited to 'macos/Flutter')
| -rwxr-xr-x | macos/Flutter/Flutter-Debug.xcconfig | 1 | ||||
| -rwxr-xr-x | macos/Flutter/Flutter-Release.xcconfig | 1 | ||||
| -rwxr-xr-x | macos/Flutter/GeneratedPluginRegistrant.swift | 10 |
3 files changed, 12 insertions, 0 deletions
diff --git a/macos/Flutter/Flutter-Debug.xcconfig b/macos/Flutter/Flutter-Debug.xcconfig new file mode 100755 index 0000000..f022c34 --- /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 100755 index 0000000..f022c34 --- /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 100755 index 0000000..cccf817 --- /dev/null +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -0,0 +1,10 @@ +// +// Generated file. Do not edit. +// + +import FlutterMacOS +import Foundation + + +func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { +} |
