Skip to content

Commit d19d374

Browse files
committed
Minor change
1 parent 61108fb commit d19d374

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

walletkit/flutter/installation.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ If you are on **Android** add jitpack support to your android (project's) build.
1919
}
2020
```
2121

22-
If you are on **MacOS** you will have to add different permissions to get the package to work.
23-
24-
Add the following to your `DebugProfile.entitlements` and `Release.entitlements` files so that it can connect to the WebSocket server.
22+
If you are on **MacOS** add the following to your `DebugProfile.entitlements` and `Release.entitlements` files so that it can connect to the WebSocket server.
2523

2624
```xml
2725
<key>com.apple.security.network.client</key>

0 commit comments

Comments
 (0)