Skip to content

Commit

Permalink
fix(iOS): Support secure bookmarks (#227)
Browse files Browse the repository at this point in the history
* fix(iOS): Support secure bookmarks

* fix(dependencies): Update macos_secure_bookmarks  source to use specific revision instead of branch
  • Loading branch information
XMLHexagram authored Jan 5, 2025
1 parent 4275e53 commit 48810b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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: c07abbf7c186c543de09a9c7df8577bbf5e27748
resolved-ref: c07abbf7c186c543de09a9c7df8577bbf5e27748
url: "https://github.com/XMLHexagram/macos_secure_bookmarks.git"
source: git
version: "0.2.0"
macos_window_utils:
dependency: transitive
description:
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: c07abbf7c186c543de09a9c7df8577bbf5e27748
permission_handler: ^11.3.1
animated_flip_counter: ^0.3.4
intl: ^0.19.0
Expand Down

0 comments on commit 48810b6

Please sign in to comment.