Skip to content

Commit 2b51ed6

Browse files
FabianLarsgezihuzi
authored andcommitted
docs(sql): iOS seems to work (tauri-apps#2233)
1 parent 92eec06 commit 2b51ed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This repo and all plugins require a Rust version of at least **1.77.2**
2929
| [process](plugins/process) | This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin. |||| ? | ? |
3030
| [shell](plugins/shell) | Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. |||| ? | ? |
3131
| [single-instance](plugins/single-instance) | Ensure a single instance of your tauri app is running. ||||||
32-
| [sql](plugins/sql) | Interface with SQL databases. |||| ? ||
32+
| [sql](plugins/sql) | Interface with SQL databases. |||| ||
3333
| [store](plugins/store) | Persistent key value storage. ||||||
3434
| [stronghold](plugins/stronghold) | Encrypted, secure database. |||| ? | ? |
3535
| [updater](plugins/updater) | In-app updates for Tauri applications. ||||||

plugins/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ windows = { level = "full", notes = "" }
1919
linux = { level = "full", notes = "" }
2020
macos = { level = "full", notes = "" }
2121
android = { level = "full", notes = "" }
22-
ios = { level = "none", notes = "" }
22+
ios = { level = "full", notes = "" }
2323

2424
[build-dependencies]
2525
tauri-plugin = { workspace = true, features = ["build"] }

0 commit comments

Comments
 (0)