Skip to content

fix: change identifier in tauri configuration to net.activitywatch.tauri#214

Merged
ErikBjare merged 1 commit intomasterfrom
ErikBjare-patch-1
Apr 10, 2026
Merged

fix: change identifier in tauri configuration to net.activitywatch.tauri#214
ErikBjare merged 1 commit intomasterfrom
ErikBjare-patch-1

Conversation

@ErikBjare
Copy link
Copy Markdown
Member

tauri build was emitting the warning:

Warn The bundle identifier "net.activitywatch.app" set in "tauri.conf.json" identifier ends with .app. This is not recommended because it conflicts with the application bundle extension on macOS."

This adresses that.

`tauri build` was emitting the warning: 

> Warn The bundle identifier "net.activitywatch.app" set in `"tauri.conf.json" identifier` ends with `.app`. This is not recommended because it conflicts with the application bundle extension on macOS."

This adresses that.
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 9, 2026

Greptile Summary

This PR renames the Tauri bundle identifier from net.activitywatch.app to net.activitywatch.tauri to resolve a Tauri build warning about identifiers ending with .app conflicting with the macOS application bundle extension. The change is a single-line edit to src-tauri/tauri.conf.json.

Confidence Score: 5/5

Safe to merge — trivial config fix with no runtime impact on the codebase.

Single-line config change that resolves a documented Tauri build warning. The only note is a P2 observation about OS-level side effects of changing the bundle identifier, which is minor given the 0.1.0 version and small user base.

No files require special attention.

Important Files Changed

Filename Overview
src-tauri/tauri.conf.json Bundle identifier changed from net.activitywatch.app to net.activitywatch.tauri to fix Tauri's macOS .app suffix warning; no other fields modified.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[tauri build] --> B{Bundle Identifier Check}
    B -->|Old: net.activitywatch.app| C[⚠️ Warning: ends with .app\nconflicts with macOS bundle extension]
    B -->|New: net.activitywatch.tauri| D[✅ No warning\nValid reverse-DNS identifier]
    D --> E[macOS .app bundle]
    D --> F[Windows installer]
    D --> G[Linux package]
Loading

Reviews (1): Last reviewed commit: "fix: change identifier in tauri configur..." | Re-trigger Greptile

Comment thread src-tauri/tauri.conf.json
@ErikBjare ErikBjare merged commit f12def5 into master Apr 10, 2026
7 checks passed
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.

1 participant