tauri/core
Fabian-Lars 38b8e67237
feat: Add support for deep links (#8680)
* initial windows impl

* macos

* adapt windows impl to config changes for macos

* debian

* add missing x-scheme-handler prefix

* bundle xdg-mime

* typo

* revert messed up fmt

* rm pnpm lock

* rm todo

* Update core/tauri-utils/src/config.rs

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* Update core/tauri-utils/src/config.rs

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* &Option<> -> Option<&>

* DL0 -> R7

---------

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2024-01-29 18:59:45 +02:00
..
tauri feat(acl): generate schema for scope (#8690) 2024-01-29 13:36:31 -03:00
tauri-build feat(acl): generate schema for scope (#8690) 2024-01-29 13:36:31 -03:00
tauri-codegen refactor(core): add support to multiple webviews on a Tauri window (#8280) 2024-01-24 11:05:18 -03:00
tauri-config-schema feat: Add support for deep links (#8680) 2024-01-29 18:59:45 +02:00
tauri-macros refactor: global scope error handling, fix usage with multiple plugins (#8669) 2024-01-24 20:57:46 -03:00
tauri-plugin feat(acl): generate schema for scope (#8690) 2024-01-29 13:36:31 -03:00
tauri-runtime refactor(core)!: App::run_iteration improvements (#8696) 2024-01-29 10:52:44 -03:00
tauri-runtime-wry refactor(core)!: App::run_iteration improvements (#8696) 2024-01-29 10:52:44 -03:00
tauri-utils feat: Add support for deep links (#8680) 2024-01-29 18:59:45 +02:00
tests feat(acl): generate schema for scope (#8690) 2024-01-29 13:36:31 -03:00