From 9b6637023c8af5821bd66599fae4304d7480c45d Mon Sep 17 00:00:00 2001 From: XMLHexagram Date: Fri, 3 Jan 2025 19:27:47 +0800 Subject: [PATCH] fix(iOS): Support secure bookmarks --- pubspec.lock | 11 ++++++----- pubspec.yaml | 5 ++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index dba49f531..41e347d39 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -718,11 +718,12 @@ packages: macos_secure_bookmarks: dependency: "direct main" description: - name: macos_secure_bookmarks - sha256: c3163875f8fd530a1654a7cf8aa426e6e208d28bf05724a1d4960e4b7d2ca1c6 - url: "https://pub.dev" - source: hosted - version: "0.2.1" + path: "." + ref: master + resolved-ref: c07abbf7c186c543de09a9c7df8577bbf5e27748 + url: "https://github.com/XMLHexagram/macos_secure_bookmarks.git" + source: git + version: "0.2.0" macos_window_utils: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e44399d4f..cda03f85d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -66,7 +66,10 @@ dependencies: very_good_infinite_list: ^0.9.0 flutter_fullscreen: ^1.0.1 device_info_plus: ^11.1.1 - macos_secure_bookmarks: ^0.2.1 + macos_secure_bookmarks: + git: + url: https://github.com/XMLHexagram/macos_secure_bookmarks.git + ref: master permission_handler: ^11.3.1 animated_flip_counter: ^0.3.4 intl: ^0.19.0