Docs: mention requiement for macOS entitlements

This commit is contained in:
talksik
2025-08-05 10:08:50 -07:00
parent 5bc73f2803
commit 0485d46172
+10
View File
@@ -128,6 +128,16 @@ For IOS and macOS, you need to add the following values to **Info.plist**:
<string>[Your description here]</string> <string>[Your description here]</string>
``` ```
For macOS, you must have the following in `Release.entitlements` and `DebugProfile.entitlements`:
```
...
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
...
```
- `NSBonjourServices` - `NSBonjourServices`
For the `nearby_service` plugin, you should add the value `<string>_mp-connection._tcp</string>`. This key is For the `nearby_service` plugin, you should add the value `<string>_mp-connection._tcp</string>`. This key is