Skip to content

Commit d7fb562

Browse files
authored
docs(deep-link): update platform support wording
ref tauri-apps/tauri#13877
1 parent d4f8299 commit d7fb562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/deep-link/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ targets = ["x86_64-linux-android"]
1717
[package.metadata.platforms.support]
1818
windows = { level = "full", notes = "" }
1919
linux = { level = "full", notes = "" }
20-
macos = { level = "partial", notes = "Runtime deep link registration is not supported" }
21-
android = { level = "partial", notes = "Runtime deep link registration is not supported" }
22-
ios = { level = "partial", notes = "Runtime deep link registration is not supported" }
20+
macos = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
21+
android = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
22+
ios = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
2323

2424
[build-dependencies]
2525
serde = { workspace = true }

0 commit comments

Comments
 (0)