diff --git a/plugins/deep-link/Cargo.toml b/plugins/deep-link/Cargo.toml index 7ede2dc9..f3198f61 100644 --- a/plugins/deep-link/Cargo.toml +++ b/plugins/deep-link/Cargo.toml @@ -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 }