Skip to content

Commit 2bf5b0d

Browse files
authored
fix: add macos bookmark entitlements (#1238)
1 parent ff82a6e commit 2bf5b0d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

macos/Runner/DebugProfile.entitlements

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<key>com.apple.security.network.client</key>
1212
<true/>
1313
<key>com.apple.security.files.user-selected.read-write</key>
14-
<true/>
14+
<true/>
15+
<key>com.apple.security.files.bookmarks.app-scope</key>
16+
<true/>
1517
<key>com.apple.security.assets.music.read-write</key>
1618
<true/>
1719
</dict>

macos/Runner/Release.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<true/>
1111
<key>com.apple.security.files.user-selected.read-write</key>
1212
<true/>
13+
<key>com.apple.security.files.bookmarks.app-scope</key>
14+
<true/>
1315
<key>com.apple.security.network.client</key>
1416
<true/>
1517
</dict>

0 commit comments

Comments
 (0)