autogenerated macos deskcam changes

This commit is contained in:
sneurlax 2024-07-26 03:34:00 -05:00 committed by julian-CStack
parent 1d49cc83e9
commit c708ace18c
3 changed files with 28 additions and 17 deletions

View file

@ -1,5 +1,7 @@
PODS: PODS:
- coinlib_flutter (0.3.2): - camera_macos (0.0.1):
- FlutterMacOS
- coinlib_flutter (0.5.0):
- Flutter - Flutter
- FlutterMacOS - FlutterMacOS
- connectivity_plus (0.0.1): - connectivity_plus (0.0.1):
@ -34,14 +36,14 @@ PODS:
- ReachabilitySwift (5.0.0) - ReachabilitySwift (5.0.0)
- share_plus (0.0.1): - share_plus (0.0.1):
- FlutterMacOS - FlutterMacOS
- sqlite3 (3.46.0): - "sqlite3 (3.46.0+1)":
- sqlite3/common (= 3.46.0) - "sqlite3/common (= 3.46.0+1)"
- sqlite3/common (3.46.0) - "sqlite3/common (3.46.0+1)"
- sqlite3/fts5 (3.46.0): - "sqlite3/fts5 (3.46.0+1)":
- sqlite3/common - sqlite3/common
- sqlite3/perf-threadsafe (3.46.0): - "sqlite3/perf-threadsafe (3.46.0+1)":
- sqlite3/common - sqlite3/common
- sqlite3/rtree (3.46.0): - "sqlite3/rtree (3.46.0+1)":
- sqlite3/common - sqlite3/common
- sqlite3_flutter_libs (0.0.1): - sqlite3_flutter_libs (0.0.1):
- FlutterMacOS - FlutterMacOS
@ -60,6 +62,7 @@ PODS:
- FlutterMacOS - FlutterMacOS
DEPENDENCIES: DEPENDENCIES:
- camera_macos (from `Flutter/ephemeral/.symlinks/plugins/camera_macos/macos`)
- coinlib_flutter (from `Flutter/ephemeral/.symlinks/plugins/coinlib_flutter/darwin`) - coinlib_flutter (from `Flutter/ephemeral/.symlinks/plugins/coinlib_flutter/darwin`)
- connectivity_plus (from `Flutter/ephemeral/.symlinks/plugins/connectivity_plus/macos`) - connectivity_plus (from `Flutter/ephemeral/.symlinks/plugins/connectivity_plus/macos`)
- desktop_drop (from `Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos`) - desktop_drop (from `Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos`)
@ -89,6 +92,8 @@ SPEC REPOS:
- sqlite3 - sqlite3
EXTERNAL SOURCES: EXTERNAL SOURCES:
camera_macos:
:path: Flutter/ephemeral/.symlinks/plugins/camera_macos/macos
coinlib_flutter: coinlib_flutter:
:path: Flutter/ephemeral/.symlinks/plugins/coinlib_flutter/darwin :path: Flutter/ephemeral/.symlinks/plugins/coinlib_flutter/darwin
connectivity_plus: connectivity_plus:
@ -135,7 +140,8 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/window_size/macos :path: Flutter/ephemeral/.symlinks/plugins/window_size/macos
SPEC CHECKSUMS: SPEC CHECKSUMS:
coinlib_flutter: 6abec900d67762a6e7ccfd567a3cd3ae00bbee35 camera_macos: c2603f5eed16f05076cf17e12030d2ce55a77839
coinlib_flutter: 9275e8255ef67d3da33beb6e117d09ced4f46eb5
connectivity_plus: 18d3c32514c886e046de60e9c13895109866c747 connectivity_plus: 18d3c32514c886e046de60e9c13895109866c747
desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898 desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
@ -152,7 +158,7 @@ SPEC CHECKSUMS:
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7 share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
sqlite3: 154b084339ede06960a5b3c8160066adc9176b7d sqlite3: 292c3e1bfe89f64e51ea7fc7dab9182a017c8630
sqlite3_flutter_libs: 1be4459672f8168ded2d8667599b8e3ca5e72b83 sqlite3_flutter_libs: 1be4459672f8168ded2d8667599b8e3ca5e72b83
stack_wallet_backup: 6ebc60b1bdcf11cf1f1cbad9aa78332e1e15778c stack_wallet_backup: 6ebc60b1bdcf11cf1f1cbad9aa78332e1e15778c
tor_ffi_plugin: 2566c1ed174688cca560fa0c64b7a799c66f07cb tor_ffi_plugin: 2566c1ed174688cca560fa0c64b7a799c66f07cb

View file

@ -1,9 +1,13 @@
import Cocoa import Cocoa
import FlutterMacOS import FlutterMacOS
@NSApplicationMain @main
class AppDelegate: FlutterAppDelegate { class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true return true
} }
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
} }

View file

@ -273,11 +273,12 @@ packages:
camera_windows: camera_windows:
dependency: "direct main" dependency: "direct main"
description: description:
name: camera_windows path: "packages/camera/camera_windows"
sha256: "04434bcc3b06e16d7fac13d5cefd5f75ad3a0cce600db0198197a1ce9a61513b" ref: HEAD
url: "https://pub.dev" resolved-ref: "9bfbfd643ba4e6865ec34124e42a1cc502c400c0"
source: hosted url: "https://github.com/cypherstack/packages.git"
version: "0.2.4+1" source: git
version: "0.2.4"
characters: characters:
dependency: transitive dependency: transitive
description: description:
@ -870,10 +871,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: freezed_annotation name: freezed_annotation
sha256: c3fd9336eb55a38cc1bbd79ab17573113a8deccd0ecbbf926cca3c62803b5c2d sha256: c2e2d632dd9b8a2b7751117abcfc2b4888ecfe181bd9fca7170d9ef02e595fe2
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.4.1" version: "2.4.4"
frontend_server_client: frontend_server_client:
dependency: transitive dependency: transitive
description: description: