File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ targets = ["x86_64-linux-android"]
1717[package .metadata .platforms .support ]
1818windows = { level = " full" , notes = " " }
1919linux = { 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 ]
2525serde = { workspace = true }
You can’t perform that action at this time.
0 commit comments