Solaar/tools
Din Tort 39aeaf07ef docs: Explain macOS Python.app Dock icon limitation
This change adds a comment to the `create-macos-app.sh` script to explain why the Solaar application may still show a Dock icon on macOS, even when it is not desired for a background utility.

On macOS, Python often runs as `Python.app`, which has its own `Info.plist` file. This built-in `Info.plist` takes precedence over the one generated for the Solaar app bundle. As a result, settings like `LSUIElement=true`, which would normally hide the Dock icon, are overridden. This comment clarifies that this behavior is a known limitation of the Python distribution on macOS and not a bug in the Solaar packaging script.
2025-10-27 21:39:59 +01:00
..
clean.sh misc: restore tools/clean.sh 2023-05-19 09:38:53 -04:00
create-macos-app.sh docs: Explain macOS Python.app Dock icon limitation 2025-10-27 21:39:59 +01:00
create-macos-launchagent.sh refactor: Improve Solaar path resolution in macOS helper scripts 2025-10-27 21:01:03 +01:00
hidconsole Apply ruff format 2024-02-20 15:41:10 -05:00
po-compile.sh started i18n support 2013-07-15 17:16:44 +02:00
po-update.sh po-update.sh without arguments re-formats all translation files 2013-08-08 22:22:39 +02:00
scan-registers.sh tools: fix bug in scan-registers 2023-09-16 10:35:26 -04:00