feature/extend-tauri-generated-xcode-project-for-tvos-target
Default Permission
Default permissions for the plugin
This default permission set includes the following:
allow-pingallow-openallow-close
Permission Table
| Identifier | Description |
|---|---|
| `ios-window:allow-close` | Enables the close command without any pre-configured scope. |
| `ios-window:deny-close` | Denies the close command without any pre-configured scope. |
| `ios-window:allow-open` | Enables the open command without any pre-configured scope. |
| `ios-window:deny-open` | Denies the open command without any pre-configured scope. |
| `ios-window:allow-ping` | Enables the ping command without any pre-configured scope. |
| `ios-window:deny-ping` | Denies the ping command without any pre-configured scope. |