Skip to content

feat(cli): UTExportedTypeDeclarations support for file associations - #14128

Merged
lucasfernog merged 6 commits into
devfrom
feat/macos-exported-type
Oct 7, 2025
Merged

feat(cli): UTExportedTypeDeclarations support for file associations#14128
lucasfernog merged 6 commits into
devfrom
feat/macos-exported-type

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

closes #13314

@lucasfernog
lucasfernog requested a review from a team as a code owner August 31, 2025 13:39
@github-actions

github-actions Bot commented Aug 31, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 1890a15

There are 9 changes which include @tauri-apps/api with minor, tauri-cli with minor, tauri-utils with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri with minor, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-macros with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.8.0 2.9.0
tauri-utils 2.7.0 2.8.0
tauri-bundler 2.6.1 2.7.0
tauri-runtime 2.8.0 2.9.0
tauri-runtime-wry 2.8.1 2.9.0
tauri-codegen 2.4.0 2.4.1
tauri-macros 2.4.0 2.4.1
tauri-plugin 2.4.0 2.4.1
tauri-build 2.4.1 2.4.2
tauri 2.8.5 2.9.0
@tauri-apps/cli 2.8.4 2.9.0
tauri-cli 2.8.4 2.9.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Comment thread crates/tauri-utils/src/config.rs Outdated
pub identifier: String,
/// The types that this type conforms to. Maps to `UTTypeConformsTo`.
///
/// Examples are `public.data`, `public.image`, `public.image`, `public.database`.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate public.image

@FabianLars

Copy link
Copy Markdown
Member

@FabianLars FabianLars left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't test this rn either but looks like my request for the example update did the trick as well :D

@lucasfernog
lucasfernog merged commit 3d6868d into dev Oct 7, 2025
31 checks passed
@lucasfernog
lucasfernog deleted the feat/macos-exported-type branch October 7, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] Use UTExportedTypeDeclarations for registering

2 participants