feat: MacOS: add universal applink support - #1108
Merged
lucasfernog merged 1 commit intoAug 18, 2025
Merged
Conversation
Simon-Laux
commented
Apr 18, 2025
application:continueUserActivity:restorationHandler:
15 tasks
Simon-Laux
force-pushed
the
hunt-down-open-url-crash-and-add-application_continue_user_activity
branch
2 times, most recently
from
April 22, 2025 19:41
cd3da7f to
beef348
Compare
Contributor
Package Changes Through 32049e4There are 1 changes which include tao with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Simon-Laux
force-pushed
the
hunt-down-open-url-crash-and-add-application_continue_user_activity
branch
from
April 22, 2025 22:41
beef348 to
b3bbba1
Compare
application:continueUserActivity:restorationHandler:
Simon-Laux
force-pushed
the
hunt-down-open-url-crash-and-add-application_continue_user_activity
branch
from
April 22, 2025 22:46
b3bbba1 to
32049e4
Compare
Simon-Laux
marked this pull request as ready for review
April 22, 2025 23:03
by implementing `application:willContinueUserActivityWithType:` and `application:continueUserActivity:restorationHandler:`,
reusing the existing `Event::Opened { urls }` event for the user facing api.
Simon-Laux
force-pushed
the
hunt-down-open-url-crash-and-add-application_continue_user_activity
branch
from
May 13, 2025 00:26
32049e4 to
c75f9af
Compare
lucasfernog
approved these changes
Aug 18, 2025
lucasfernog
left a comment
Member
There was a problem hiding this comment.
works like a charm! all i needed to do was setup the entitlements and the provisioning profile
Merged
lucasfernog
added a commit
to tauri-apps/tauri
that referenced
this pull request
Aug 18, 2025
saurL
pushed a commit
to saurL/tao
that referenced
this pull request
Aug 21, 2025
by implementing `application:willContinueUserActivityWithType:` and `application:continueUserActivity:restorationHandler:`,
reusing the existing `Event::Opened { urls }` event for the user facing api.
WofWca
added a commit
to deltachat/deltachat-desktop
that referenced
this pull request
Sep 3, 2025
The MRs that we depend on have been merged and released: - tauri-apps/plugins-workspace#2609. - tauri-apps/tao#1108. So now we can use the release versions.
WofWca
added a commit
to deltachat/deltachat-desktop
that referenced
this pull request
Sep 4, 2025
The MRs that we depend on have been merged and released: - tauri-apps/plugins-workspace#2609. - tauri-apps/tao#1108. So now we can use the release versions.
lucasfernog
added a commit
to tauri-apps/tauri
that referenced
this pull request
Oct 7, 2025
* feat(core): add support to universal app links on macOS follow-up for tauri-apps/tao#1108 * fix ci * clippy * ignore empty schemes
This was referenced Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
by implementing
application:willContinueUserActivityWithType:andapplication:continueUserActivity:restorationHandler:,reusing the existing
Event::Opened { urls }event for the user facing api.Todo:
devbranchapplication_open_urls