tauri-apps / tauri-apps/plugins-workspace
[autostart] Allow Configurable Bundle Identifier for LaunchAgent (macOS)
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
Currently, `tauri-plugin-autostart` does not set an associated bundle identifier when creating the LaunchAgent plist on macOS. This can result in issues such as macOS not displaying the correct app name in the Startup Items settings. It would be better to add a configuration option to allow developers to specify a custom associated bundle identifier for the LaunchAgent plist on macOS.
# References
- [Updating helper executables from earlier versions of macOS](https://developer.apple.com/documentation/servicemanagement/updating-helper-executables-from-earlier-versions-of-macos#Connect-services-to-app-names-in-System-Settings)
Contributor guide
Assessment
This issue has not been assessed yet.