diff --git a/README.md b/README.md index 3ca9f59..fce2701 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,16 @@ For IOS and macOS, you need to add the following values to **Info.plist**: [Your description here] ``` +For macOS, you must have the following in `Release.entitlements` and `DebugProfile.entitlements`: +``` +... +com.apple.security.network.server + +com.apple.security.network.client + +... +``` + - `NSBonjourServices` For the `nearby_service` plugin, you should add the value `_mp-connection._tcp`. This key is @@ -603,4 +613,4 @@ assert( #### Flutter Configuration -If you're developing a plugin based on `nearby_service`, note that the `pubspec.yaml` now uses `sharedDarwinSource: true` to share code between iOS and macOS platforms. \ No newline at end of file +If you're developing a plugin based on `nearby_service`, note that the `pubspec.yaml` now uses `sharedDarwinSource: true` to share code between iOS and macOS platforms.