Skip to content

Commit

Permalink
fix: macos schema
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Dec 19, 2024
1 parent ecb2863 commit b7bb166
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/gen/schemas/acl-manifests.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-tauri/gen/schemas/capabilities.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"desktop-capability":{"identifier":"desktop-capability","description":"","local":true,"windows":["main"],"permissions":["updater:default","store:default","autostart:default","opener:default","autostart:default"],"platforms":["macOS","windows","linux"]},"migrated":{"identifier":"migrated","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":["core:default","fs:allow-write-file","fs:allow-read-dir","fs:allow-mkdir",{"identifier":"fs:scope","allow":["$APP/*","$DOCUMENT/*","$DOWNLOAD/*"]},"core:window:allow-maximize","core:window:allow-unmaximize","core:window:allow-minimize","core:window:allow-unminimize","core:window:allow-close","core:window:allow-set-decorations","core:window:allow-set-size","core:window:allow-set-fullscreen","core:window:allow-set-focus","core:window:allow-start-dragging","shell:allow-open","dialog:allow-message","notification:default","os:allow-platform","os:allow-version","os:allow-os-type","os:allow-family","os:allow-arch","os:allow-exe-extension","os:allow-locale","os:allow-hostname","process:allow-restart","fs:default","shell:default","notification:default","os:default","dialog:default","process:default","store:default","opener:default"]}}
{"desktop-capability":{"identifier":"desktop-capability","description":"","local":true,"windows":["main"],"permissions":["updater:default","store:default","autostart:default","opener:default","autostart:default","log:default"],"platforms":["macOS","windows","linux"]},"migrated":{"identifier":"migrated","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":["core:default","fs:allow-write-file","fs:allow-read-dir","fs:allow-mkdir",{"identifier":"fs:scope","allow":["$APP/*","$DOCUMENT/*","$DOWNLOAD/*"]},"core:window:allow-maximize","core:window:allow-unmaximize","core:window:allow-minimize","core:window:allow-unminimize","core:window:allow-close","core:window:allow-set-decorations","core:window:allow-set-size","core:window:allow-set-fullscreen","core:window:allow-set-focus","core:window:allow-start-dragging","shell:allow-open","dialog:allow-message","notification:default","os:allow-platform","os:allow-version","os:allow-os-type","os:allow-family","os:allow-arch","os:allow-exe-extension","os:allow-locale","os:allow-hostname","process:allow-restart","fs:default","shell:default","notification:default","os:default","dialog:default","process:default","store:default","opener:default","log:default"]}}
15 changes: 15 additions & 0 deletions src-tauri/gen/schemas/desktop-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5102,6 +5102,21 @@
"type": "string",
"const": "fs:write-files"
},
{
"description": "Allows the log command",
"type": "string",
"const": "log:default"
},
{
"description": "Enables the log command without any pre-configured scope.",
"type": "string",
"const": "log:allow-log"
},
{
"description": "Denies the log command without any pre-configured scope.",
"type": "string",
"const": "log:deny-log"
},
{
"description": "This permission set configures which\nnotification features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all notification related features.\n\n",
"type": "string",
Expand Down
15 changes: 15 additions & 0 deletions src-tauri/gen/schemas/macOS-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5102,6 +5102,21 @@
"type": "string",
"const": "fs:write-files"
},
{
"description": "Allows the log command",
"type": "string",
"const": "log:default"
},
{
"description": "Enables the log command without any pre-configured scope.",
"type": "string",
"const": "log:allow-log"
},
{
"description": "Denies the log command without any pre-configured scope.",
"type": "string",
"const": "log:deny-log"
},
{
"description": "This permission set configures which\nnotification features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all notification related features.\n\n",
"type": "string",
Expand Down

0 comments on commit b7bb166

Please sign in to comment.