fix(mobile): deeplinks (#2870)

* feat: android deeplinks

* feat: explicit app link declarations

* feat: add ios code

* fix: add ios deeplink adaptation

* feat: ios working

(some swift plugin api improvements needed)

* fix: revert ios to prior logic

* fix(cleanup): regen android files with old names

* fix: web link criteria

* fix: conditional auto verify intent filter for android app links

* fix: default to true

* fix: typo

* fix: pnpm version

* cleanup

* fix: web link regression

* trim androidmanifest update

* fix deep link validation broken due to appLink=true default

* implement update_info_plist

from https://github.com/tauri-apps/tauri/pull/13888

* fix: remove old patch crates

* fix: use latest patch tauri

* lint

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
SoSweetHam
2025-08-19 13:09:56 -03:00
committed by GitHub
co-authored by Lucas Nogueira
parent 5a963a0496
commit 75617a6a92
21 changed files with 331 additions and 195 deletions
Generated
+1
View File
@@ -6562,6 +6562,7 @@ name = "tauri-plugin-deep-link"
version = "2.4.1"
dependencies = [
"dunce",
"plist",
"rust-ini",
"serde",
"serde_json",