From b0f9ee641b57ac7b1d889e71ff64eee916c35248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Weckm=C3=BCller?= <47481567+do-me@users.noreply.github.com> Date: Sun, 9 Feb 2025 18:27:59 +0100 Subject: [PATCH] Update README.md fs doesn't work on iOS at the moment, see https://github.com/tauri-apps/tauri/issues/8843 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33039295..c6938f51 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repo and all plugins require a Rust version of at least **1.77.2** | [clipboard-manager](plugins/clipboard-manager) | Read and write to the system clipboard. | ✅ | ✅ | ✅ | ✅ | ✅ | | [deep-link](plugins/deep-link) | Set your Tauri application as the default handler for an URL. | ✅ | ✅ | ✅ | ✅ | ✅ | | [dialog](plugins/dialog) | Native system dialogs for opening and saving files along with message dialogs. | ✅ | ✅ | ✅ | ✅ | ✅ | -| [fs](plugins/fs) | Access the file system. | ✅ | ✅ | ✅ | ? | ? | +| [fs](plugins/fs) | Access the file system. | ✅ | ✅ | ✅ | ❌ | ? | | [geolocation](plugins/geolocation) | Get and track current device position. | ? | ? | ? | ✅ | ✅ | | [global-shortcut](plugins/global-shortcut) | Register global shortcuts. | ✅ | ✅ | ✅ | ? | ? | | [haptics](plugins/haptics) | Haptic feedback and vibrations. | ? | ? | ? | ✅ | ✅ |