Skip to content

Commit ef32521

Browse files
committed
README: Update of pickFile() docs
1 parent 3849493 commit ef32521

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,11 @@ which also allows to access files outside the app sandbox.
848848

849849
**BEWARE:** On **macOS (Catalyst)** for this function to work you MUST go to
850850
_Signing & Capabilities_ settings of your project, and inside its _App Sandbox_
851-
section to set _File Access_ > _User Selected Files_ to _Read/Write_ or _Read_
852-
value. If it is left at the default _None_ value the call to [pickFile()] will
851+
section to set _File Access_ > _User Selected Files_ to _Read/Write_ value
852+
(with just _Read_ the file picker on **macOS** opens and seemingly works,
853+
but rather than returning the picked up URL, it signals the operation has been
854+
cancelled).
855+
If it is left at the default _None_ value the call to [pickFile()] will
853856
crash the app.
854857

855858
- `options` — [PickFileOptionsT] — Optional parameters. By default,

0 commit comments

Comments
 (0)