* patch binary with bundle type info * only patch if the updater is included * fix linux warnings * patch binary when updaer is configured * patch binary with bundle type info only patch if the updater is included fix linux warnings patch binary when updaer is configured * fix formatting * fix license header * fix taplo error * move __TAURI_BUNDLE_TYPE to utils * export get_current_bundle_type * macos fix * cleanup, add api * update change file * fix windows * fmt, fix rust version support * fix macos --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
3.5 KiB
Default Permission
Default permissions for the plugin.
This default permission set includes the following:
allow-versionallow-nameallow-tauri-versionallow-identifierallow-bundle-type
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the app_hide command without any pre-configured scope. |
|
|
Denies the app_hide command without any pre-configured scope. |
|
|
Enables the app_show command without any pre-configured scope. |
|
|
Denies the app_show command without any pre-configured scope. |
|
|
Enables the bundle_type command without any pre-configured scope. |
|
|
Denies the bundle_type command without any pre-configured scope. |
|
|
Enables the default_window_icon command without any pre-configured scope. |
|
|
Denies the default_window_icon command without any pre-configured scope. |
|
|
Enables the fetch_data_store_identifiers command without any pre-configured scope. |
|
|
Denies the fetch_data_store_identifiers command without any pre-configured scope. |
|
|
Enables the identifier command without any pre-configured scope. |
|
|
Denies the identifier command without any pre-configured scope. |
|
|
Enables the name command without any pre-configured scope. |
|
|
Denies the name command without any pre-configured scope. |
|
|
Enables the remove_data_store command without any pre-configured scope. |
|
|
Denies the remove_data_store command without any pre-configured scope. |
|
|
Enables the set_app_theme command without any pre-configured scope. |
|
|
Denies the set_app_theme command without any pre-configured scope. |
|
|
Enables the set_dock_visibility command without any pre-configured scope. |
|
|
Denies the set_dock_visibility command without any pre-configured scope. |
|
|
Enables the tauri_version command without any pre-configured scope. |
|
|
Denies the tauri_version command without any pre-configured scope. |
|
|
Enables the version command without any pre-configured scope. |
|
|
Denies the version command without any pre-configured scope. |