mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-09-24 18:54:20 +02:00
8295083f05
CFBundleIdentifier was "org.qelectrotech", but Qt derives "org.qelectrotech.QElectroTech" from setOrganizationDomain() and setApplicationName() for the app's own preferences file (~/Library/Preferences/org.qelectrotech.QElectroTech.plist). Align the two so the shipped bundle and the CMake target (see CMakeLists.txt MACOSX_BUNDLE_GUI_IDENTIFIER) use the same identifier regardless of build path. Note: this changes the bundle's LaunchServices identity, so users may need to redo "Open With QElectroTech" file associations once after updating.