diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 20:12:09 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 20:12:09 -0500 |
| commit | 7c8b5676fecffe5468810b703c579acb6a5fd256 (patch) | |
| tree | 0c4ff107dfd012a4d03500f41f3607aff1d52616 /macos/Flutter | |
First commit
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 | 14 |
3 files changed, 16 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..d7ee0bc --- /dev/null +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -0,0 +1,14 @@ +// +// Generated file. Do not edit. +// + +import FlutterMacOS +import Foundation + +import geolocator_apple +import package_info_plus + +func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { + GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin")) + FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) +} |
