Skip to content

Commit 538af25

Browse files
authored
Update platform_specific_instructions.md
1 parent de57e73 commit 538af25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/dev_guide/platform_specific_instructions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Rel
1414
<key>com.apple.security.files.user-selected.read-write</key>
1515
<true/>
1616
```
17-
### Why is this necessary?
18-
macOS uses **App Sandbox** to protect user data and system resources by restricting an app's access to certain capabilities. These entitlements explicitly grant your app the necessary permissions to:
19-
- Establish network connections (both as a client and server).
20-
- Access files in the user's Downloads folder and files selected by the user.
2117

2218
If not added, you can encounter a network connection error similar to the following while running your Flutter app on macOS:
2319

0 commit comments

Comments
 (0)