Skip to content

Commit 1715d66

Browse files
committed
fix: enable read-write file access on macOS
1 parent dc13aea commit 1715d66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

macos/Runner/DebugProfile.entitlements

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

macos/Runner/Release.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
<true/>
77
<key>com.apple.security.network.client</key>
88
<true/>
9+
<key>com.apple.security.files.user-selected.read-write</key>
10+
<true/>
911
</dict>
1012
</plist>

0 commit comments

Comments
 (0)