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"]
17
17
[package .metadata .platforms .support ]
18
18
windows = { level = " full" , notes = " " }
19
19
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. " }
23
23
24
24
[build-dependencies ]
25
25
serde = { workspace = true }
You can’t perform that action at this time.
0 commit comments