docs(deep-link): update platform support wording

ref https://github.com/tauri-apps/tauri/issues/13877
pull/2869/head
Fabian-Lars 1 day ago committed by GitHub
parent d4f8299b12
commit d7fb5623d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,9 +17,9 @@ targets = ["x86_64-linux-android"]
[package.metadata.platforms.support]
windows = { level = "full", notes = "" }
linux = { level = "full", notes = "" }
macos = { level = "partial", notes = "Runtime deep link registration is not supported" }
android = { level = "partial", notes = "Runtime deep link registration is not supported" }
ios = { level = "partial", notes = "Runtime deep link registration is not supported" }
macos = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
android = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
ios = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
[build-dependencies]
serde = { workspace = true }

Loading…
Cancel
Save