6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 5dad09e3
Changed files
.../macos/Flutter/GeneratedPluginRegistrant.swift | 26 ------------- .../Flutter/ephemeral/Flutter-Generated.xcconfig | 11 ------ .../ephemeral/flutter_export_environment.sh | 12 ------ comwell_key_app/macos/Podfile | 43 ---------------------- 4 files changed, 92 deletions(-)
Diff
diff --git a/comwell_key_app/macos/Flutter/GeneratedPluginRegistrant.swift b/comwell_key_app/macos/Flutter/GeneratedPluginRegistrant.swift
deleted file mode 100644
index 4850656d..00000000
--- a/comwell_key_app/macos/Flutter/GeneratedPluginRegistrant.swift
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// Generated file. Do not edit.
-//
-
-import FlutterMacOS
-import Foundation
-
-import device_info_plus
-import firebase_analytics
-import firebase_core
-import flutter_secure_storage_macos
-import path_provider_foundation
-import shared_preferences_foundation
-import sqlcipher_flutter_libs
-import webview_flutter_wkwebview
-
-func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
- FLTFirebaseAnalyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAnalyticsPlugin"))
- FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
- FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
- FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
-}
diff --git a/comwell_key_app/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/comwell_key_app/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
deleted file mode 100644
index 53cd44ee..00000000
--- a/comwell_key_app/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-// This is a generated file; do not edit or check into version control.
-FLUTTER_ROOT=/opt/homebrew/Caskroom/flutter/3.24.3/flutter
-FLUTTER_APPLICATION_PATH=/Users/nkl/Documents/GitHub/comwell-app/comwell_key_app
-COCOAPODS_PARALLEL_CODE_SIGN=true
-FLUTTER_BUILD_DIR=build
-FLUTTER_BUILD_NAME=0.0.1
-FLUTTER_BUILD_NUMBER=8
-DART_OBFUSCATION=false
-TRACK_WIDGET_CREATION=true
-TREE_SHAKE_ICONS=false
-PACKAGE_CONFIG=.dart_tool/package_config.json
diff --git a/comwell_key_app/macos/Flutter/ephemeral/flutter_export_environment.sh b/comwell_key_app/macos/Flutter/ephemeral/flutter_export_environment.sh
deleted file mode 100755
index 9ec80755..00000000
--- a/comwell_key_app/macos/Flutter/ephemeral/flutter_export_environment.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# This is a generated file; do not edit or check into version control.
-export "FLUTTER_ROOT=/opt/homebrew/Caskroom/flutter/3.24.3/flutter"
-export "FLUTTER_APPLICATION_PATH=/Users/nkl/Documents/GitHub/comwell-app/comwell_key_app"
-export "COCOAPODS_PARALLEL_CODE_SIGN=true"
-export "FLUTTER_BUILD_DIR=build"
-export "FLUTTER_BUILD_NAME=0.0.1"
-export "FLUTTER_BUILD_NUMBER=8"
-export "DART_OBFUSCATION=false"
-export "TRACK_WIDGET_CREATION=true"
-export "TREE_SHAKE_ICONS=false"
-export "PACKAGE_CONFIG=.dart_tool/package_config.json"
diff --git a/comwell_key_app/macos/Podfile b/comwell_key_app/macos/Podfile
deleted file mode 100644
index c795730d..00000000
--- a/comwell_key_app/macos/Podfile
+++ /dev/null
@@ -1,43 +0,0 @@
-platform :osx, '10.14'
-
-# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
-ENV['COCOAPODS_DISABLE_STATS'] = 'true'
-
-project 'Runner', {
- 'Debug' => :debug,
- 'Profile' => :release,
- 'Release' => :release,
-}
-
-def flutter_root
- generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__)
- unless File.exist?(generated_xcode_build_settings_path)
- raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \"flutter pub get\" is executed first"
- end
-
- File.foreach(generated_xcode_build_settings_path) do |line|
- matches = line.match(/FLUTTER_ROOT\=(.*)/)
- return matches[1].strip if matches
- end
- raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \"flutter pub get\""
-end
-
-require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
-
-flutter_macos_podfile_setup
-
-target 'Runner' do
- use_frameworks!
- use_modular_headers!
-
- flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
- target 'RunnerTests' do
- inherit! :search_paths
- end
-end
-
-post_install do |installer|
- installer.pods_project.targets.each do |target|
- flutter_additional_macos_build_settings(target)
- end
-end