8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9353a commit ff9c2aeCopy full SHA for ff9c2ae
plugins/file_selector/file_selector_macos/README.md
@@ -21,4 +21,19 @@ dependencies:
21
...
22
```
23
24
+### Entitlements
25
+
26
+You will need to [add an entitlement][2] for either read-only access:
27
+```
28
+ <key>com.apple.security.files.user-selected.read-only</key>
29
+ <true/>
30
31
+or read/write access: or read/write access:
32
33
+ <key>com.apple.security.files.user-selected.read-write</key>
34
35
36
+depending on your use case. depending on your use case.
37
38
[1]: https://github.com/flutter/plugins/tree/master/packages/file_selector
39
+[2]: https://flutter.dev/desktop#entitlements-and-the-app-sandbox
0 commit comments