We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c3da1 commit 217c34aCopy full SHA for 217c34a
src/content/docs/security/capabilities.mdx
@@ -217,8 +217,9 @@ to higher privileged windows.
217
218
Tauri generates JSON schemas with all the permissions available to
219
your application, allowing autocompletion in your IDE.
220
-To use a schema, set the `$schema` property in your configuration to one of the
221
-platform-specific schemas located in the `gen/schemas` directory. Usually
+To use a schema, set the `$schema` property in your configuration file
+(either .json or .toml) to one of the platform-specific schemas
222
+located in the `gen/schemas` directory. Usually
223
you will set it to `../gen/schemas/desktop-schema.json` or
224
`../gen/schemas/mobile-schema.json` though you can also define a capability
225
for a specific target platform.
0 commit comments