Skip to content

Commit

Permalink
fix(cordova/apple): fix pluginkit command in README (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Dec 15, 2023
1 parent 4eae890 commit 70d4b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cordova/apple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Note how `VpnExtension.appex` is inside `Outline.app/`.
It's safe to unregister all the Outline VPN Extensions, since the system will load them on demand. To do so, for each of them, call

```
plugintkit -r $APP_EXTENSION_PATH
pluginkit -r $APP_EXTENSION_PATH
```

Where the `$APP_EXTENSION_PATH` is the location of the `VpnExtension.appex` file from the pluginkit command.
Expand Down

0 comments on commit 70d4b77

Please sign in to comment.