Bladeren bron

fix(build): ignore changes on autogenerated files (#8736)

Lucas Fernandes Nogueira 1 jaar geleden
bovenliggende
commit
791e291a9f
100 gewijzigde bestanden met toevoegingen van 18 en 1801 verwijderingen
  1. 1 1
      core/tauri-plugin/src/build/mod.rs
  2. 9 1
      core/tauri-utils/src/acl/build.rs
  3. 8 5
      core/tauri/build.rs
  4. 0 1
      core/tauri/permissions/.gitignore
  5. 0 16
      core/tauri/permissions/app/autogenerated/commands/app_hide.toml
  6. 0 16
      core/tauri/permissions/app/autogenerated/commands/app_show.toml
  7. 0 16
      core/tauri/permissions/app/autogenerated/commands/name.toml
  8. 0 16
      core/tauri/permissions/app/autogenerated/commands/tauri_version.toml
  9. 0 16
      core/tauri/permissions/app/autogenerated/commands/version.toml
  10. 0 8
      core/tauri/permissions/app/autogenerated/default.toml
  11. 0 329
      core/tauri/permissions/app/schemas/schema.json
  12. 0 16
      core/tauri/permissions/event/autogenerated/commands/emit.toml
  13. 0 16
      core/tauri/permissions/event/autogenerated/commands/emit_to.toml
  14. 0 16
      core/tauri/permissions/event/autogenerated/commands/listen.toml
  15. 0 16
      core/tauri/permissions/event/autogenerated/commands/unlisten.toml
  16. 0 8
      core/tauri/permissions/event/autogenerated/default.toml
  17. 0 16
      core/tauri/permissions/menu/autogenerated/commands/append.toml
  18. 0 16
      core/tauri/permissions/menu/autogenerated/commands/create_default.toml
  19. 0 16
      core/tauri/permissions/menu/autogenerated/commands/get.toml
  20. 0 16
      core/tauri/permissions/menu/autogenerated/commands/insert.toml
  21. 0 16
      core/tauri/permissions/menu/autogenerated/commands/is_checked.toml
  22. 0 16
      core/tauri/permissions/menu/autogenerated/commands/is_enabled.toml
  23. 0 16
      core/tauri/permissions/menu/autogenerated/commands/items.toml
  24. 0 16
      core/tauri/permissions/menu/autogenerated/commands/new.toml
  25. 0 16
      core/tauri/permissions/menu/autogenerated/commands/popup.toml
  26. 0 16
      core/tauri/permissions/menu/autogenerated/commands/prepend.toml
  27. 0 16
      core/tauri/permissions/menu/autogenerated/commands/remove.toml
  28. 0 16
      core/tauri/permissions/menu/autogenerated/commands/remove_at.toml
  29. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_accelerator.toml
  30. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_as_app_menu.toml
  31. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_as_help_menu_for_nsapp.toml
  32. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_as_window_menu.toml
  33. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_as_windows_menu_for_nsapp.toml
  34. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_checked.toml
  35. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_enabled.toml
  36. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_icon.toml
  37. 0 16
      core/tauri/permissions/menu/autogenerated/commands/set_text.toml
  38. 0 16
      core/tauri/permissions/menu/autogenerated/commands/text.toml
  39. 0 8
      core/tauri/permissions/menu/autogenerated/default.toml
  40. 0 16
      core/tauri/permissions/path/autogenerated/commands/basename.toml
  41. 0 16
      core/tauri/permissions/path/autogenerated/commands/dirname.toml
  42. 0 16
      core/tauri/permissions/path/autogenerated/commands/extname.toml
  43. 0 16
      core/tauri/permissions/path/autogenerated/commands/is_absolute.toml
  44. 0 16
      core/tauri/permissions/path/autogenerated/commands/join.toml
  45. 0 16
      core/tauri/permissions/path/autogenerated/commands/normalize.toml
  46. 0 16
      core/tauri/permissions/path/autogenerated/commands/resolve.toml
  47. 0 16
      core/tauri/permissions/path/autogenerated/commands/resolve_directory.toml
  48. 0 8
      core/tauri/permissions/path/autogenerated/default.toml
  49. 0 16
      core/tauri/permissions/resources/autogenerated/commands/close.toml
  50. 0 8
      core/tauri/permissions/resources/autogenerated/default.toml
  51. 0 16
      core/tauri/permissions/tray/autogenerated/commands/new.toml
  52. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_icon.toml
  53. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_icon_as_template.toml
  54. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_menu.toml
  55. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_show_menu_on_left_click.toml
  56. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_temp_dir_path.toml
  57. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_title.toml
  58. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_tooltip.toml
  59. 0 16
      core/tauri/permissions/tray/autogenerated/commands/set_visible.toml
  60. 0 8
      core/tauri/permissions/tray/autogenerated/default.toml
  61. 0 16
      core/tauri/permissions/webview/autogenerated/commands/create_webview.toml
  62. 0 16
      core/tauri/permissions/webview/autogenerated/commands/create_webview_window.toml
  63. 0 16
      core/tauri/permissions/webview/autogenerated/commands/internal_toggle_devtools.toml
  64. 0 16
      core/tauri/permissions/webview/autogenerated/commands/print.toml
  65. 0 16
      core/tauri/permissions/webview/autogenerated/commands/set_webview_focus.toml
  66. 0 16
      core/tauri/permissions/webview/autogenerated/commands/set_webview_position.toml
  67. 0 16
      core/tauri/permissions/webview/autogenerated/commands/set_webview_size.toml
  68. 0 16
      core/tauri/permissions/webview/autogenerated/commands/webview_close.toml
  69. 0 16
      core/tauri/permissions/webview/autogenerated/commands/webview_position.toml
  70. 0 16
      core/tauri/permissions/webview/autogenerated/commands/webview_size.toml
  71. 0 8
      core/tauri/permissions/webview/autogenerated/default.toml
  72. 0 16
      core/tauri/permissions/window/autogenerated/commands/available_monitors.toml
  73. 0 16
      core/tauri/permissions/window/autogenerated/commands/center.toml
  74. 0 16
      core/tauri/permissions/window/autogenerated/commands/close.toml
  75. 0 16
      core/tauri/permissions/window/autogenerated/commands/create.toml
  76. 0 16
      core/tauri/permissions/window/autogenerated/commands/current_monitor.toml
  77. 0 16
      core/tauri/permissions/window/autogenerated/commands/destroy.toml
  78. 0 16
      core/tauri/permissions/window/autogenerated/commands/hide.toml
  79. 0 16
      core/tauri/permissions/window/autogenerated/commands/inner_position.toml
  80. 0 16
      core/tauri/permissions/window/autogenerated/commands/inner_size.toml
  81. 0 16
      core/tauri/permissions/window/autogenerated/commands/internal_on_mousedown.toml
  82. 0 16
      core/tauri/permissions/window/autogenerated/commands/internal_on_mousemove.toml
  83. 0 16
      core/tauri/permissions/window/autogenerated/commands/internal_toggle_maximize.toml
  84. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_closable.toml
  85. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_decorated.toml
  86. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_focused.toml
  87. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_fullscreen.toml
  88. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_maximizable.toml
  89. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_maximized.toml
  90. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_minimizable.toml
  91. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_minimized.toml
  92. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_resizable.toml
  93. 0 16
      core/tauri/permissions/window/autogenerated/commands/is_visible.toml
  94. 0 16
      core/tauri/permissions/window/autogenerated/commands/maximize.toml
  95. 0 16
      core/tauri/permissions/window/autogenerated/commands/minimize.toml
  96. 0 16
      core/tauri/permissions/window/autogenerated/commands/outer_position.toml
  97. 0 16
      core/tauri/permissions/window/autogenerated/commands/outer_size.toml
  98. 0 16
      core/tauri/permissions/window/autogenerated/commands/primary_monitor.toml
  99. 0 16
      core/tauri/permissions/window/autogenerated/commands/request_user_attention.toml
  100. 0 16
      core/tauri/permissions/window/autogenerated/commands/scale_factor.toml

+ 1 - 1
core/tauri-plugin/src/build/mod.rs

@@ -52,7 +52,7 @@ impl<'a> Builder<'a> {
     // requirement: links MUST be set and MUST match the name
     let _links = build_var("CARGO_MANIFEST_LINKS")?;
 
-    let autogenerated = Path::new("permissions/autogenerated");
+    let autogenerated = Path::new("permissions").join(acl::build::AUTOGENERATED_FOLDER_NAME);
     let commands_dir = &autogenerated.join("commands");
 
     std::fs::create_dir_all(&autogenerated).expect("unable to create permissions dir");

+ 9 - 1
core/tauri-utils/src/acl/build.rs

@@ -21,6 +21,9 @@ use serde::Deserialize;
 
 use super::{capability::Capability, plugin::PermissionFile};
 
+/// Known name of the folder containing autogenerated permissions.
+pub const AUTOGENERATED_FOLDER_NAME: &str = "autogenerated";
+
 /// Cargo cfg key for permissions file paths
 pub const PERMISSION_FILES_PATH_KEY: &str = "PERMISSION_FILES_PATH";
 
@@ -78,7 +81,12 @@ pub fn define_permissions(
     .collect::<Vec<PathBuf>>();
 
   for path in &permission_files {
-    println!("cargo:rerun-if-changed={}", path.display());
+    if !path
+      .components()
+      .any(|c| c.as_os_str() == AUTOGENERATED_FOLDER_NAME)
+    {
+      println!("cargo:rerun-if-changed={}", path.display());
+    }
   }
 
   let permission_files_path = out_dir.join(format!("{}-permission-files", pkg_name));

+ 8 - 5
core/tauri/build.rs

@@ -312,7 +312,9 @@ fn define_permissions(out_dir: &Path) {
 "#;
 
   for (plugin, commands) in PLUGINS {
-    let autogenerated = PathBuf::from(format!("permissions/{plugin}/autogenerated/"));
+    let permissions_out_dir = out_dir.join("permissions").join(plugin);
+    let autogenerated =
+      permissions_out_dir.join(tauri_utils::acl::build::AUTOGENERATED_FOLDER_NAME);
     let commands_dir = autogenerated.join("commands");
 
     tauri_utils::acl::build::autogenerate_command_permissions(
@@ -345,14 +347,15 @@ permissions = [{default_permissions}]
         .unwrap_or_else(|_| panic!("unable to autogenerate default permissions"));
     }
 
-    let permissions = tauri_utils::acl::build::define_permissions(
-      &format!("./permissions/{plugin}/**/*.toml"),
+    tauri_utils::acl::build::define_permissions(
+      &permissions_out_dir
+        .join("**")
+        .join("*.toml")
+        .to_string_lossy(),
       &format!("tauri:{plugin}"),
       out_dir,
     )
     .unwrap_or_else(|e| panic!("failed to define permissions for {plugin}: {e}"));
-    tauri_utils::acl::build::generate_schema(&permissions, format!("./permissions/{plugin}"))
-      .unwrap_or_else(|e| panic!("failed to generate schema for {plugin}: {e}"));
   }
 }
 

+ 0 - 1
core/tauri/permissions/.gitignore

@@ -1 +0,0 @@
-*/schemas/schema.json

+ 0 - 16
core/tauri/permissions/app/autogenerated/commands/app_hide.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-app-hide"
-description = "Enables the app_hide command without any pre-configured scope."
-commands.allow = ["app_hide"]
-
-[[permission]]
-identifier = "deny-app-hide"
-description = "Denies the app_hide command without any pre-configured scope."
-commands.deny = ["app_hide"]

+ 0 - 16
core/tauri/permissions/app/autogenerated/commands/app_show.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-app-show"
-description = "Enables the app_show command without any pre-configured scope."
-commands.allow = ["app_show"]
-
-[[permission]]
-identifier = "deny-app-show"
-description = "Denies the app_show command without any pre-configured scope."
-commands.deny = ["app_show"]

+ 0 - 16
core/tauri/permissions/app/autogenerated/commands/name.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-name"
-description = "Enables the name command without any pre-configured scope."
-commands.allow = ["name"]
-
-[[permission]]
-identifier = "deny-name"
-description = "Denies the name command without any pre-configured scope."
-commands.deny = ["name"]

+ 0 - 16
core/tauri/permissions/app/autogenerated/commands/tauri_version.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-tauri-version"
-description = "Enables the tauri_version command without any pre-configured scope."
-commands.allow = ["tauri_version"]
-
-[[permission]]
-identifier = "deny-tauri-version"
-description = "Denies the tauri_version command without any pre-configured scope."
-commands.deny = ["tauri_version"]

+ 0 - 16
core/tauri/permissions/app/autogenerated/commands/version.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-version"
-description = "Enables the version command without any pre-configured scope."
-commands.allow = ["version"]
-
-[[permission]]
-identifier = "deny-version"
-description = "Denies the version command without any pre-configured scope."
-commands.deny = ["version"]

+ 0 - 8
core/tauri/permissions/app/autogenerated/default.toml

@@ -1,8 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-[default]
-description = "Default permissions for the plugin."
-permissions = ["allow-version", "allow-name", "allow-tauri-version"]

+ 0 - 329
core/tauri/permissions/app/schemas/schema.json

@@ -1,329 +0,0 @@
-{
-  "$schema": "http://json-schema.org/draft-07/schema#",
-  "title": "PermissionFile",
-  "description": "Permission file that can define a default permission, a set of permissions or a list of inlined permissions.",
-  "type": "object",
-  "properties": {
-    "default": {
-      "description": "The default permission set for the plugin",
-      "anyOf": [
-        {
-          "$ref": "#/definitions/DefaultPermission"
-        },
-        {
-          "type": "null"
-        }
-      ]
-    },
-    "set": {
-      "description": "A list of permissions sets defined",
-      "default": [],
-      "type": "array",
-      "items": {
-        "$ref": "#/definitions/PermissionSet"
-      }
-    },
-    "permission": {
-      "description": "A list of inlined permissions",
-      "default": [],
-      "type": "array",
-      "items": {
-        "$ref": "#/definitions/Permission"
-      }
-    }
-  },
-  "definitions": {
-    "DefaultPermission": {
-      "description": "The default permission set of the plugin.\n\nWorks similarly to a permission with the \"default\" identifier.",
-      "type": "object",
-      "required": [
-        "permissions"
-      ],
-      "properties": {
-        "version": {
-          "description": "The version of the permission.",
-          "type": [
-            "integer",
-            "null"
-          ],
-          "format": "uint64",
-          "minimum": 1.0
-        },
-        "description": {
-          "description": "Human-readable description of what the permission does.",
-          "type": [
-            "string",
-            "null"
-          ]
-        },
-        "permissions": {
-          "description": "All permissions this set contains.",
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        }
-      }
-    },
-    "PermissionSet": {
-      "description": "A set of direct permissions grouped together under a new name.",
-      "type": "object",
-      "required": [
-        "description",
-        "identifier",
-        "permissions"
-      ],
-      "properties": {
-        "identifier": {
-          "description": "A unique identifier for the permission.",
-          "type": "string"
-        },
-        "description": {
-          "description": "Human-readable description of what the permission does.",
-          "type": "string"
-        },
-        "permissions": {
-          "description": "All permissions this set contains.",
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PermissionKind"
-          }
-        }
-      }
-    },
-    "Permission": {
-      "description": "Descriptions of explicit privileges of commands.\n\nIt can enable commands to be accessible in the frontend of the application.\n\nIf the scope is defined it can be used to fine grain control the access of individual or multiple commands.",
-      "type": "object",
-      "required": [
-        "identifier"
-      ],
-      "properties": {
-        "version": {
-          "description": "The version of the permission.",
-          "type": [
-            "integer",
-            "null"
-          ],
-          "format": "uint64",
-          "minimum": 1.0
-        },
-        "identifier": {
-          "description": "A unique identifier for the permission.",
-          "type": "string"
-        },
-        "description": {
-          "description": "Human-readable description of what the permission does.",
-          "type": [
-            "string",
-            "null"
-          ]
-        },
-        "commands": {
-          "description": "Allowed or denied commands when using this permission.",
-          "default": {
-            "allow": [],
-            "deny": []
-          },
-          "allOf": [
-            {
-              "$ref": "#/definitions/Commands"
-            }
-          ]
-        },
-        "scope": {
-          "description": "Allowed or denied scoped when using this permission.",
-          "default": {},
-          "allOf": [
-            {
-              "$ref": "#/definitions/Scopes"
-            }
-          ]
-        }
-      }
-    },
-    "Commands": {
-      "description": "Allowed and denied commands inside a permission.\n\nIf two commands clash inside of `allow` and `deny`, it should be denied by default.",
-      "type": "object",
-      "properties": {
-        "allow": {
-          "description": "Allowed command.",
-          "default": [],
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "deny": {
-          "description": "Denied command, which takes priority.",
-          "default": [],
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        }
-      }
-    },
-    "Scopes": {
-      "description": "A restriction of the command/endpoint functionality.\n\nIt can be of any serde serializable type and is used for allowing or preventing certain actions inside a Tauri command.\n\nThe scope is passed to the command and handled/enforced by the command itself.",
-      "type": "object",
-      "properties": {
-        "allow": {
-          "description": "Data that defines what is allowed by the scope.",
-          "type": [
-            "array",
-            "null"
-          ],
-          "items": {
-            "$ref": "#/definitions/Value"
-          }
-        },
-        "deny": {
-          "description": "Data that defines what is denied by the scope.",
-          "type": [
-            "array",
-            "null"
-          ],
-          "items": {
-            "$ref": "#/definitions/Value"
-          }
-        }
-      }
-    },
-    "Value": {
-      "description": "All supported ACL values.",
-      "anyOf": [
-        {
-          "description": "Represents a null JSON value.",
-          "type": "null"
-        },
-        {
-          "description": "Represents a [`bool`].",
-          "type": "boolean"
-        },
-        {
-          "description": "Represents a valid ACL [`Number`].",
-          "allOf": [
-            {
-              "$ref": "#/definitions/Number"
-            }
-          ]
-        },
-        {
-          "description": "Represents a [`String`].",
-          "type": "string"
-        },
-        {
-          "description": "Represents a list of other [`Value`]s.",
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/Value"
-          }
-        },
-        {
-          "description": "Represents a map of [`String`] keys to [`Value`]s.",
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/Value"
-          }
-        }
-      ]
-    },
-    "Number": {
-      "description": "A valid ACL number.",
-      "anyOf": [
-        {
-          "description": "Represents an [`i64`].",
-          "type": "integer",
-          "format": "int64"
-        },
-        {
-          "description": "Represents a [`f64`].",
-          "type": "number",
-          "format": "double"
-        }
-      ]
-    },
-    "PermissionKind": {
-      "type": "string",
-      "oneOf": [
-        {
-          "description": "allow-app-hide -> Enables the app_hide command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "allow-app-hide"
-          ]
-        },
-        {
-          "description": "deny-app-hide -> Denies the app_hide command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "deny-app-hide"
-          ]
-        },
-        {
-          "description": "allow-app-show -> Enables the app_show command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "allow-app-show"
-          ]
-        },
-        {
-          "description": "deny-app-show -> Denies the app_show command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "deny-app-show"
-          ]
-        },
-        {
-          "description": "allow-name -> Enables the name command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "allow-name"
-          ]
-        },
-        {
-          "description": "deny-name -> Denies the name command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "deny-name"
-          ]
-        },
-        {
-          "description": "allow-tauri-version -> Enables the tauri_version command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "allow-tauri-version"
-          ]
-        },
-        {
-          "description": "deny-tauri-version -> Denies the tauri_version command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "deny-tauri-version"
-          ]
-        },
-        {
-          "description": "allow-version -> Enables the version command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "allow-version"
-          ]
-        },
-        {
-          "description": "deny-version -> Denies the version command without any pre-configured scope.",
-          "type": "string",
-          "enum": [
-            "deny-version"
-          ]
-        },
-        {
-          "description": "default -> Default permissions for the plugin.",
-          "type": "string",
-          "enum": [
-            "default"
-          ]
-        }
-      ]
-    }
-  }
-}

+ 0 - 16
core/tauri/permissions/event/autogenerated/commands/emit.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-emit"
-description = "Enables the emit command without any pre-configured scope."
-commands.allow = ["emit"]
-
-[[permission]]
-identifier = "deny-emit"
-description = "Denies the emit command without any pre-configured scope."
-commands.deny = ["emit"]

+ 0 - 16
core/tauri/permissions/event/autogenerated/commands/emit_to.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-emit-to"
-description = "Enables the emit_to command without any pre-configured scope."
-commands.allow = ["emit_to"]
-
-[[permission]]
-identifier = "deny-emit-to"
-description = "Denies the emit_to command without any pre-configured scope."
-commands.deny = ["emit_to"]

+ 0 - 16
core/tauri/permissions/event/autogenerated/commands/listen.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-listen"
-description = "Enables the listen command without any pre-configured scope."
-commands.allow = ["listen"]
-
-[[permission]]
-identifier = "deny-listen"
-description = "Denies the listen command without any pre-configured scope."
-commands.deny = ["listen"]

+ 0 - 16
core/tauri/permissions/event/autogenerated/commands/unlisten.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-unlisten"
-description = "Enables the unlisten command without any pre-configured scope."
-commands.allow = ["unlisten"]
-
-[[permission]]
-identifier = "deny-unlisten"
-description = "Denies the unlisten command without any pre-configured scope."
-commands.deny = ["unlisten"]

+ 0 - 8
core/tauri/permissions/event/autogenerated/default.toml

@@ -1,8 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-[default]
-description = "Default permissions for the plugin."
-permissions = ["allow-listen", "allow-unlisten", "allow-emit", "allow-emit-to"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/append.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-append"
-description = "Enables the append command without any pre-configured scope."
-commands.allow = ["append"]
-
-[[permission]]
-identifier = "deny-append"
-description = "Denies the append command without any pre-configured scope."
-commands.deny = ["append"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/create_default.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-create-default"
-description = "Enables the create_default command without any pre-configured scope."
-commands.allow = ["create_default"]
-
-[[permission]]
-identifier = "deny-create-default"
-description = "Denies the create_default command without any pre-configured scope."
-commands.deny = ["create_default"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/get.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-get"
-description = "Enables the get command without any pre-configured scope."
-commands.allow = ["get"]
-
-[[permission]]
-identifier = "deny-get"
-description = "Denies the get command without any pre-configured scope."
-commands.deny = ["get"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/insert.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-insert"
-description = "Enables the insert command without any pre-configured scope."
-commands.allow = ["insert"]
-
-[[permission]]
-identifier = "deny-insert"
-description = "Denies the insert command without any pre-configured scope."
-commands.deny = ["insert"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/is_checked.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-checked"
-description = "Enables the is_checked command without any pre-configured scope."
-commands.allow = ["is_checked"]
-
-[[permission]]
-identifier = "deny-is-checked"
-description = "Denies the is_checked command without any pre-configured scope."
-commands.deny = ["is_checked"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/is_enabled.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-enabled"
-description = "Enables the is_enabled command without any pre-configured scope."
-commands.allow = ["is_enabled"]
-
-[[permission]]
-identifier = "deny-is-enabled"
-description = "Denies the is_enabled command without any pre-configured scope."
-commands.deny = ["is_enabled"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/items.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-items"
-description = "Enables the items command without any pre-configured scope."
-commands.allow = ["items"]
-
-[[permission]]
-identifier = "deny-items"
-description = "Denies the items command without any pre-configured scope."
-commands.deny = ["items"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/new.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-new"
-description = "Enables the new command without any pre-configured scope."
-commands.allow = ["new"]
-
-[[permission]]
-identifier = "deny-new"
-description = "Denies the new command without any pre-configured scope."
-commands.deny = ["new"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/popup.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-popup"
-description = "Enables the popup command without any pre-configured scope."
-commands.allow = ["popup"]
-
-[[permission]]
-identifier = "deny-popup"
-description = "Denies the popup command without any pre-configured scope."
-commands.deny = ["popup"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/prepend.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-prepend"
-description = "Enables the prepend command without any pre-configured scope."
-commands.allow = ["prepend"]
-
-[[permission]]
-identifier = "deny-prepend"
-description = "Denies the prepend command without any pre-configured scope."
-commands.deny = ["prepend"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/remove.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-remove"
-description = "Enables the remove command without any pre-configured scope."
-commands.allow = ["remove"]
-
-[[permission]]
-identifier = "deny-remove"
-description = "Denies the remove command without any pre-configured scope."
-commands.deny = ["remove"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/remove_at.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-remove-at"
-description = "Enables the remove_at command without any pre-configured scope."
-commands.allow = ["remove_at"]
-
-[[permission]]
-identifier = "deny-remove-at"
-description = "Denies the remove_at command without any pre-configured scope."
-commands.deny = ["remove_at"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_accelerator.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-accelerator"
-description = "Enables the set_accelerator command without any pre-configured scope."
-commands.allow = ["set_accelerator"]
-
-[[permission]]
-identifier = "deny-set-accelerator"
-description = "Denies the set_accelerator command without any pre-configured scope."
-commands.deny = ["set_accelerator"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_as_app_menu.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-as-app-menu"
-description = "Enables the set_as_app_menu command without any pre-configured scope."
-commands.allow = ["set_as_app_menu"]
-
-[[permission]]
-identifier = "deny-set-as-app-menu"
-description = "Denies the set_as_app_menu command without any pre-configured scope."
-commands.deny = ["set_as_app_menu"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_as_help_menu_for_nsapp.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-as-help-menu-for-nsapp"
-description = "Enables the set_as_help_menu_for_nsapp command without any pre-configured scope."
-commands.allow = ["set_as_help_menu_for_nsapp"]
-
-[[permission]]
-identifier = "deny-set-as-help-menu-for-nsapp"
-description = "Denies the set_as_help_menu_for_nsapp command without any pre-configured scope."
-commands.deny = ["set_as_help_menu_for_nsapp"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_as_window_menu.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-as-window-menu"
-description = "Enables the set_as_window_menu command without any pre-configured scope."
-commands.allow = ["set_as_window_menu"]
-
-[[permission]]
-identifier = "deny-set-as-window-menu"
-description = "Denies the set_as_window_menu command without any pre-configured scope."
-commands.deny = ["set_as_window_menu"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_as_windows_menu_for_nsapp.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-as-windows-menu-for-nsapp"
-description = "Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope."
-commands.allow = ["set_as_windows_menu_for_nsapp"]
-
-[[permission]]
-identifier = "deny-set-as-windows-menu-for-nsapp"
-description = "Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope."
-commands.deny = ["set_as_windows_menu_for_nsapp"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_checked.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-checked"
-description = "Enables the set_checked command without any pre-configured scope."
-commands.allow = ["set_checked"]
-
-[[permission]]
-identifier = "deny-set-checked"
-description = "Denies the set_checked command without any pre-configured scope."
-commands.deny = ["set_checked"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_enabled.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-enabled"
-description = "Enables the set_enabled command without any pre-configured scope."
-commands.allow = ["set_enabled"]
-
-[[permission]]
-identifier = "deny-set-enabled"
-description = "Denies the set_enabled command without any pre-configured scope."
-commands.deny = ["set_enabled"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_icon.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-icon"
-description = "Enables the set_icon command without any pre-configured scope."
-commands.allow = ["set_icon"]
-
-[[permission]]
-identifier = "deny-set-icon"
-description = "Denies the set_icon command without any pre-configured scope."
-commands.deny = ["set_icon"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/set_text.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-text"
-description = "Enables the set_text command without any pre-configured scope."
-commands.allow = ["set_text"]
-
-[[permission]]
-identifier = "deny-set-text"
-description = "Denies the set_text command without any pre-configured scope."
-commands.deny = ["set_text"]

+ 0 - 16
core/tauri/permissions/menu/autogenerated/commands/text.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-text"
-description = "Enables the text command without any pre-configured scope."
-commands.allow = ["text"]
-
-[[permission]]
-identifier = "deny-text"
-description = "Denies the text command without any pre-configured scope."
-commands.deny = ["text"]

+ 0 - 8
core/tauri/permissions/menu/autogenerated/default.toml

@@ -1,8 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-[default]
-description = "Default permissions for the plugin."
-permissions = []

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/basename.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-basename"
-description = "Enables the basename command without any pre-configured scope."
-commands.allow = ["basename"]
-
-[[permission]]
-identifier = "deny-basename"
-description = "Denies the basename command without any pre-configured scope."
-commands.deny = ["basename"]

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/dirname.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-dirname"
-description = "Enables the dirname command without any pre-configured scope."
-commands.allow = ["dirname"]
-
-[[permission]]
-identifier = "deny-dirname"
-description = "Denies the dirname command without any pre-configured scope."
-commands.deny = ["dirname"]

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/extname.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-extname"
-description = "Enables the extname command without any pre-configured scope."
-commands.allow = ["extname"]
-
-[[permission]]
-identifier = "deny-extname"
-description = "Denies the extname command without any pre-configured scope."
-commands.deny = ["extname"]

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/is_absolute.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-absolute"
-description = "Enables the is_absolute command without any pre-configured scope."
-commands.allow = ["is_absolute"]
-
-[[permission]]
-identifier = "deny-is-absolute"
-description = "Denies the is_absolute command without any pre-configured scope."
-commands.deny = ["is_absolute"]

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/join.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-join"
-description = "Enables the join command without any pre-configured scope."
-commands.allow = ["join"]
-
-[[permission]]
-identifier = "deny-join"
-description = "Denies the join command without any pre-configured scope."
-commands.deny = ["join"]

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/normalize.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-normalize"
-description = "Enables the normalize command without any pre-configured scope."
-commands.allow = ["normalize"]
-
-[[permission]]
-identifier = "deny-normalize"
-description = "Denies the normalize command without any pre-configured scope."
-commands.deny = ["normalize"]

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/resolve.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-resolve"
-description = "Enables the resolve command without any pre-configured scope."
-commands.allow = ["resolve"]
-
-[[permission]]
-identifier = "deny-resolve"
-description = "Denies the resolve command without any pre-configured scope."
-commands.deny = ["resolve"]

+ 0 - 16
core/tauri/permissions/path/autogenerated/commands/resolve_directory.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-resolve-directory"
-description = "Enables the resolve_directory command without any pre-configured scope."
-commands.allow = ["resolve_directory"]
-
-[[permission]]
-identifier = "deny-resolve-directory"
-description = "Denies the resolve_directory command without any pre-configured scope."
-commands.deny = ["resolve_directory"]

+ 0 - 8
core/tauri/permissions/path/autogenerated/default.toml

@@ -1,8 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-[default]
-description = "Default permissions for the plugin."
-permissions = ["allow-resolve-directory", "allow-resolve", "allow-normalize", "allow-join", "allow-dirname", "allow-extname", "allow-basename", "allow-is-absolute"]

+ 0 - 16
core/tauri/permissions/resources/autogenerated/commands/close.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-close"
-description = "Enables the close command without any pre-configured scope."
-commands.allow = ["close"]
-
-[[permission]]
-identifier = "deny-close"
-description = "Denies the close command without any pre-configured scope."
-commands.deny = ["close"]

+ 0 - 8
core/tauri/permissions/resources/autogenerated/default.toml

@@ -1,8 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-[default]
-description = "Default permissions for the plugin."
-permissions = ["allow-close"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/new.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-new"
-description = "Enables the new command without any pre-configured scope."
-commands.allow = ["new"]
-
-[[permission]]
-identifier = "deny-new"
-description = "Denies the new command without any pre-configured scope."
-commands.deny = ["new"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_icon.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-icon"
-description = "Enables the set_icon command without any pre-configured scope."
-commands.allow = ["set_icon"]
-
-[[permission]]
-identifier = "deny-set-icon"
-description = "Denies the set_icon command without any pre-configured scope."
-commands.deny = ["set_icon"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_icon_as_template.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-icon-as-template"
-description = "Enables the set_icon_as_template command without any pre-configured scope."
-commands.allow = ["set_icon_as_template"]
-
-[[permission]]
-identifier = "deny-set-icon-as-template"
-description = "Denies the set_icon_as_template command without any pre-configured scope."
-commands.deny = ["set_icon_as_template"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_menu.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-menu"
-description = "Enables the set_menu command without any pre-configured scope."
-commands.allow = ["set_menu"]
-
-[[permission]]
-identifier = "deny-set-menu"
-description = "Denies the set_menu command without any pre-configured scope."
-commands.deny = ["set_menu"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_show_menu_on_left_click.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-show-menu-on-left-click"
-description = "Enables the set_show_menu_on_left_click command without any pre-configured scope."
-commands.allow = ["set_show_menu_on_left_click"]
-
-[[permission]]
-identifier = "deny-set-show-menu-on-left-click"
-description = "Denies the set_show_menu_on_left_click command without any pre-configured scope."
-commands.deny = ["set_show_menu_on_left_click"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_temp_dir_path.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-temp-dir-path"
-description = "Enables the set_temp_dir_path command without any pre-configured scope."
-commands.allow = ["set_temp_dir_path"]
-
-[[permission]]
-identifier = "deny-set-temp-dir-path"
-description = "Denies the set_temp_dir_path command without any pre-configured scope."
-commands.deny = ["set_temp_dir_path"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_title.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-title"
-description = "Enables the set_title command without any pre-configured scope."
-commands.allow = ["set_title"]
-
-[[permission]]
-identifier = "deny-set-title"
-description = "Denies the set_title command without any pre-configured scope."
-commands.deny = ["set_title"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_tooltip.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-tooltip"
-description = "Enables the set_tooltip command without any pre-configured scope."
-commands.allow = ["set_tooltip"]
-
-[[permission]]
-identifier = "deny-set-tooltip"
-description = "Denies the set_tooltip command without any pre-configured scope."
-commands.deny = ["set_tooltip"]

+ 0 - 16
core/tauri/permissions/tray/autogenerated/commands/set_visible.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-visible"
-description = "Enables the set_visible command without any pre-configured scope."
-commands.allow = ["set_visible"]
-
-[[permission]]
-identifier = "deny-set-visible"
-description = "Denies the set_visible command without any pre-configured scope."
-commands.deny = ["set_visible"]

+ 0 - 8
core/tauri/permissions/tray/autogenerated/default.toml

@@ -1,8 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-[default]
-description = "Default permissions for the plugin."
-permissions = []

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/create_webview.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-create-webview"
-description = "Enables the create_webview command without any pre-configured scope."
-commands.allow = ["create_webview"]
-
-[[permission]]
-identifier = "deny-create-webview"
-description = "Denies the create_webview command without any pre-configured scope."
-commands.deny = ["create_webview"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/create_webview_window.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-create-webview-window"
-description = "Enables the create_webview_window command without any pre-configured scope."
-commands.allow = ["create_webview_window"]
-
-[[permission]]
-identifier = "deny-create-webview-window"
-description = "Denies the create_webview_window command without any pre-configured scope."
-commands.deny = ["create_webview_window"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/internal_toggle_devtools.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-internal-toggle-devtools"
-description = "Enables the internal_toggle_devtools command without any pre-configured scope."
-commands.allow = ["internal_toggle_devtools"]
-
-[[permission]]
-identifier = "deny-internal-toggle-devtools"
-description = "Denies the internal_toggle_devtools command without any pre-configured scope."
-commands.deny = ["internal_toggle_devtools"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/print.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-print"
-description = "Enables the print command without any pre-configured scope."
-commands.allow = ["print"]
-
-[[permission]]
-identifier = "deny-print"
-description = "Denies the print command without any pre-configured scope."
-commands.deny = ["print"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/set_webview_focus.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-webview-focus"
-description = "Enables the set_webview_focus command without any pre-configured scope."
-commands.allow = ["set_webview_focus"]
-
-[[permission]]
-identifier = "deny-set-webview-focus"
-description = "Denies the set_webview_focus command without any pre-configured scope."
-commands.deny = ["set_webview_focus"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/set_webview_position.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-webview-position"
-description = "Enables the set_webview_position command without any pre-configured scope."
-commands.allow = ["set_webview_position"]
-
-[[permission]]
-identifier = "deny-set-webview-position"
-description = "Denies the set_webview_position command without any pre-configured scope."
-commands.deny = ["set_webview_position"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/set_webview_size.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-set-webview-size"
-description = "Enables the set_webview_size command without any pre-configured scope."
-commands.allow = ["set_webview_size"]
-
-[[permission]]
-identifier = "deny-set-webview-size"
-description = "Denies the set_webview_size command without any pre-configured scope."
-commands.deny = ["set_webview_size"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/webview_close.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-webview-close"
-description = "Enables the webview_close command without any pre-configured scope."
-commands.allow = ["webview_close"]
-
-[[permission]]
-identifier = "deny-webview-close"
-description = "Denies the webview_close command without any pre-configured scope."
-commands.deny = ["webview_close"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/webview_position.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-webview-position"
-description = "Enables the webview_position command without any pre-configured scope."
-commands.allow = ["webview_position"]
-
-[[permission]]
-identifier = "deny-webview-position"
-description = "Denies the webview_position command without any pre-configured scope."
-commands.deny = ["webview_position"]

+ 0 - 16
core/tauri/permissions/webview/autogenerated/commands/webview_size.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-webview-size"
-description = "Enables the webview_size command without any pre-configured scope."
-commands.allow = ["webview_size"]
-
-[[permission]]
-identifier = "deny-webview-size"
-description = "Denies the webview_size command without any pre-configured scope."
-commands.deny = ["webview_size"]

+ 0 - 8
core/tauri/permissions/webview/autogenerated/default.toml

@@ -1,8 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-[default]
-description = "Default permissions for the plugin."
-permissions = ["allow-webview-position", "allow-webview-size", "allow-internal-toggle-devtools"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/available_monitors.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-available-monitors"
-description = "Enables the available_monitors command without any pre-configured scope."
-commands.allow = ["available_monitors"]
-
-[[permission]]
-identifier = "deny-available-monitors"
-description = "Denies the available_monitors command without any pre-configured scope."
-commands.deny = ["available_monitors"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/center.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-center"
-description = "Enables the center command without any pre-configured scope."
-commands.allow = ["center"]
-
-[[permission]]
-identifier = "deny-center"
-description = "Denies the center command without any pre-configured scope."
-commands.deny = ["center"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/close.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-close"
-description = "Enables the close command without any pre-configured scope."
-commands.allow = ["close"]
-
-[[permission]]
-identifier = "deny-close"
-description = "Denies the close command without any pre-configured scope."
-commands.deny = ["close"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/create.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-create"
-description = "Enables the create command without any pre-configured scope."
-commands.allow = ["create"]
-
-[[permission]]
-identifier = "deny-create"
-description = "Denies the create command without any pre-configured scope."
-commands.deny = ["create"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/current_monitor.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-current-monitor"
-description = "Enables the current_monitor command without any pre-configured scope."
-commands.allow = ["current_monitor"]
-
-[[permission]]
-identifier = "deny-current-monitor"
-description = "Denies the current_monitor command without any pre-configured scope."
-commands.deny = ["current_monitor"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/destroy.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-destroy"
-description = "Enables the destroy command without any pre-configured scope."
-commands.allow = ["destroy"]
-
-[[permission]]
-identifier = "deny-destroy"
-description = "Denies the destroy command without any pre-configured scope."
-commands.deny = ["destroy"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/hide.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-hide"
-description = "Enables the hide command without any pre-configured scope."
-commands.allow = ["hide"]
-
-[[permission]]
-identifier = "deny-hide"
-description = "Denies the hide command without any pre-configured scope."
-commands.deny = ["hide"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/inner_position.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-inner-position"
-description = "Enables the inner_position command without any pre-configured scope."
-commands.allow = ["inner_position"]
-
-[[permission]]
-identifier = "deny-inner-position"
-description = "Denies the inner_position command without any pre-configured scope."
-commands.deny = ["inner_position"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/inner_size.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-inner-size"
-description = "Enables the inner_size command without any pre-configured scope."
-commands.allow = ["inner_size"]
-
-[[permission]]
-identifier = "deny-inner-size"
-description = "Denies the inner_size command without any pre-configured scope."
-commands.deny = ["inner_size"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/internal_on_mousedown.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-internal-on-mousedown"
-description = "Enables the internal_on_mousedown command without any pre-configured scope."
-commands.allow = ["internal_on_mousedown"]
-
-[[permission]]
-identifier = "deny-internal-on-mousedown"
-description = "Denies the internal_on_mousedown command without any pre-configured scope."
-commands.deny = ["internal_on_mousedown"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/internal_on_mousemove.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-internal-on-mousemove"
-description = "Enables the internal_on_mousemove command without any pre-configured scope."
-commands.allow = ["internal_on_mousemove"]
-
-[[permission]]
-identifier = "deny-internal-on-mousemove"
-description = "Denies the internal_on_mousemove command without any pre-configured scope."
-commands.deny = ["internal_on_mousemove"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/internal_toggle_maximize.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-internal-toggle-maximize"
-description = "Enables the internal_toggle_maximize command without any pre-configured scope."
-commands.allow = ["internal_toggle_maximize"]
-
-[[permission]]
-identifier = "deny-internal-toggle-maximize"
-description = "Denies the internal_toggle_maximize command without any pre-configured scope."
-commands.deny = ["internal_toggle_maximize"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_closable.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-closable"
-description = "Enables the is_closable command without any pre-configured scope."
-commands.allow = ["is_closable"]
-
-[[permission]]
-identifier = "deny-is-closable"
-description = "Denies the is_closable command without any pre-configured scope."
-commands.deny = ["is_closable"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_decorated.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-decorated"
-description = "Enables the is_decorated command without any pre-configured scope."
-commands.allow = ["is_decorated"]
-
-[[permission]]
-identifier = "deny-is-decorated"
-description = "Denies the is_decorated command without any pre-configured scope."
-commands.deny = ["is_decorated"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_focused.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-focused"
-description = "Enables the is_focused command without any pre-configured scope."
-commands.allow = ["is_focused"]
-
-[[permission]]
-identifier = "deny-is-focused"
-description = "Denies the is_focused command without any pre-configured scope."
-commands.deny = ["is_focused"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_fullscreen.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-fullscreen"
-description = "Enables the is_fullscreen command without any pre-configured scope."
-commands.allow = ["is_fullscreen"]
-
-[[permission]]
-identifier = "deny-is-fullscreen"
-description = "Denies the is_fullscreen command without any pre-configured scope."
-commands.deny = ["is_fullscreen"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_maximizable.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-maximizable"
-description = "Enables the is_maximizable command without any pre-configured scope."
-commands.allow = ["is_maximizable"]
-
-[[permission]]
-identifier = "deny-is-maximizable"
-description = "Denies the is_maximizable command without any pre-configured scope."
-commands.deny = ["is_maximizable"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_maximized.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-maximized"
-description = "Enables the is_maximized command without any pre-configured scope."
-commands.allow = ["is_maximized"]
-
-[[permission]]
-identifier = "deny-is-maximized"
-description = "Denies the is_maximized command without any pre-configured scope."
-commands.deny = ["is_maximized"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_minimizable.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-minimizable"
-description = "Enables the is_minimizable command without any pre-configured scope."
-commands.allow = ["is_minimizable"]
-
-[[permission]]
-identifier = "deny-is-minimizable"
-description = "Denies the is_minimizable command without any pre-configured scope."
-commands.deny = ["is_minimizable"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_minimized.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-minimized"
-description = "Enables the is_minimized command without any pre-configured scope."
-commands.allow = ["is_minimized"]
-
-[[permission]]
-identifier = "deny-is-minimized"
-description = "Denies the is_minimized command without any pre-configured scope."
-commands.deny = ["is_minimized"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_resizable.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-resizable"
-description = "Enables the is_resizable command without any pre-configured scope."
-commands.allow = ["is_resizable"]
-
-[[permission]]
-identifier = "deny-is-resizable"
-description = "Denies the is_resizable command without any pre-configured scope."
-commands.deny = ["is_resizable"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/is_visible.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-is-visible"
-description = "Enables the is_visible command without any pre-configured scope."
-commands.allow = ["is_visible"]
-
-[[permission]]
-identifier = "deny-is-visible"
-description = "Denies the is_visible command without any pre-configured scope."
-commands.deny = ["is_visible"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/maximize.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-maximize"
-description = "Enables the maximize command without any pre-configured scope."
-commands.allow = ["maximize"]
-
-[[permission]]
-identifier = "deny-maximize"
-description = "Denies the maximize command without any pre-configured scope."
-commands.deny = ["maximize"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/minimize.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-minimize"
-description = "Enables the minimize command without any pre-configured scope."
-commands.allow = ["minimize"]
-
-[[permission]]
-identifier = "deny-minimize"
-description = "Denies the minimize command without any pre-configured scope."
-commands.deny = ["minimize"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/outer_position.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-outer-position"
-description = "Enables the outer_position command without any pre-configured scope."
-commands.allow = ["outer_position"]
-
-[[permission]]
-identifier = "deny-outer-position"
-description = "Denies the outer_position command without any pre-configured scope."
-commands.deny = ["outer_position"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/outer_size.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-outer-size"
-description = "Enables the outer_size command without any pre-configured scope."
-commands.allow = ["outer_size"]
-
-[[permission]]
-identifier = "deny-outer-size"
-description = "Denies the outer_size command without any pre-configured scope."
-commands.deny = ["outer_size"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/primary_monitor.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-primary-monitor"
-description = "Enables the primary_monitor command without any pre-configured scope."
-commands.allow = ["primary_monitor"]
-
-[[permission]]
-identifier = "deny-primary-monitor"
-description = "Denies the primary_monitor command without any pre-configured scope."
-commands.deny = ["primary_monitor"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/request_user_attention.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-request-user-attention"
-description = "Enables the request_user_attention command without any pre-configured scope."
-commands.allow = ["request_user_attention"]
-
-[[permission]]
-identifier = "deny-request-user-attention"
-description = "Denies the request_user_attention command without any pre-configured scope."
-commands.deny = ["request_user_attention"]

+ 0 - 16
core/tauri/permissions/window/autogenerated/commands/scale_factor.toml

@@ -1,16 +0,0 @@
-# Copyright 2019-2023 Tauri Programme within The Commons Conservancy
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: MIT
-# Automatically generated - DO NOT EDIT!
-
-"$schema" = "../../../schemas/schema.json"
-
-[[permission]]
-identifier = "allow-scale-factor"
-description = "Enables the scale_factor command without any pre-configured scope."
-commands.allow = ["scale_factor"]
-
-[[permission]]
-identifier = "deny-scale-factor"
-description = "Denies the scale_factor command without any pre-configured scope."
-commands.deny = ["scale_factor"]

Some files were not shown because too many files changed in this diff