Skip to content

Commit

Permalink
Released MACOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed Feb 7, 2023
1 parent 0bd1c35 commit 3b95414
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 28 deletions.
2 changes: 0 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
import FlutterMacOS
import Foundation

import auto_updater
import dynamic_color
import macos_ui
import package_info_plus
import shared_preferences_foundation
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AutoUpdaterPlugin.register(with: registry.registrar(forPlugin: "AutoUpdaterPlugin"))
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
MacOSUiPlugin.register(with: registry.registrar(forPlugin: "MacOSUiPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
Expand Down
13 changes: 0 additions & 13 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
PODS:
- auto_updater (0.0.1):
- FlutterMacOS
- Sparkle
- dynamic_color (0.0.2):
- FlutterMacOS
- FlutterMacOS (1.0.0)
Expand All @@ -12,26 +9,18 @@ PODS:
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- Sparkle (2.3.0)
- url_launcher_macos (0.0.1):
- FlutterMacOS

DEPENDENCIES:
- auto_updater (from `Flutter/ephemeral/.symlinks/plugins/auto_updater/macos`)
- dynamic_color (from `Flutter/ephemeral/.symlinks/plugins/dynamic_color/macos`)
- FlutterMacOS (from `Flutter/ephemeral`)
- macos_ui (from `Flutter/ephemeral/.symlinks/plugins/macos_ui/macos`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/macos`)
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)

SPEC REPOS:
trunk:
- Sparkle

EXTERNAL SOURCES:
auto_updater:
:path: Flutter/ephemeral/.symlinks/plugins/auto_updater/macos
dynamic_color:
:path: Flutter/ephemeral/.symlinks/plugins/dynamic_color/macos
FlutterMacOS:
Expand All @@ -46,13 +35,11 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos

SPEC CHECKSUMS:
auto_updater: d3c03e9e5f2a00ec78572d9f7473cb8c9a6c0273
dynamic_color: 2eaa27267de1ca20d879fbd6e01259773fb1670f
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
macos_ui: 125c911559d646194386d84c017ad6819122e2db
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca
Sparkle: 568478a5d774eee0f5dab78535456c95fb8211b4
url_launcher_macos: c04e4fa86382d4f94f6b38f14625708be3ae52e2

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
Expand Down
8 changes: 0 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.10.0"
auto_updater:
dependency: "direct main"
description:
name: auto_updater
sha256: bd7525c70ec7a0ff2da32325cc1a5c87e0466f8f8d586ccf9e672e6b3d51bf4f
url: "https://pub.dev"
source: hosted
version: "0.1.6"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
package_info_plus: ^3.0.2
adaptive_dialog: ^1.8.2
launch_at_startup: ^0.2.1
auto_updater: ^0.1.6
#auto_updater: ^0.1.6 NEED ADDITIONAL REQUIREMENT
flutter_easyloading: ^3.0.5

dev_dependencies:
Expand Down
3 changes: 0 additions & 3 deletions windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@

#include "generated_plugin_registrant.h"

#include <auto_updater/auto_updater_plugin.h>
#include <dynamic_color/dynamic_color_plugin_c_api.h>
#include <url_launcher_windows/url_launcher_windows.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
AutoUpdaterPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AutoUpdaterPlugin"));
DynamicColorPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
UrlLauncherWindowsRegisterWithRegistrar(
Expand Down
1 change: 0 additions & 1 deletion windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#

list(APPEND FLUTTER_PLUGIN_LIST
auto_updater
dynamic_color
url_launcher_windows
)
Expand Down

0 comments on commit 3b95414

Please sign in to comment.