fix five keywords max

Seto committed Feb 7, 2026 at 17:43 UTC 2547b94995289a588a67849c135b74013efb3963
1 file changed +1 -1
Cargo.toml
+1 -1
@@ -8,7 +8,7 @@ homepage = "https://github.com/setoelkahfi/tauri-plugin-ios-window"
8 repository = "https://github.com/setoelkahfi/tauri-plugin-ios-window"
9 documentation = "https://docs.rs/tauri-plugin-ios-window"
10 categories = ["api-bindings", "multimedia", "os"]
11 -keywords = ["tauri", "ios", "mobile", "plugin", "darwin", "apple"]
11 +keywords = ["tauri", "ios", "mobile", "plugin", "darwin"]
12 edition = "2021"
13 rust-version = "1.77.2"
14 exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]