theengs / app

Theengs mobile application to read BLE sensors and push data to an MQTT broker
https://app.theengs.io
GNU General Public License v3.0
37 stars 7 forks source link

Icon file for macOS #3

Closed DigiH closed 2 years ago

DigiH commented 2 years ago

Curently the macOS app only has an icon in the dock when launched, with an alpha channel

Screenshot 2022-06-19 at 01 17 34

but the app itself in the Finder does not have it's own icon, but displays with a generic App icon.

Screenshot 2022-06-19 at 14 21 29

Followed the Apple guidlines to create a white background alpha rounded corner drop shadow .icns file

Screenshot 2022-06-19 at 02 15 08

The dock icon is still showing the full alpha version though, so am not sure how this was implemented.

Does it need

ICON = theengs.icns

in the build instructions?

https://doc.qt.io/qt-6/appicon.html

DigiH commented 2 years ago

Ok, got this sorted with

https://github.com/theengs/app/pull/4

now showing the new Apple UI guidlines adhering App icon in the Finder and the Dock. Nicely in between the similar Visual Studio Code and GitGub Desktop icons

Screenshot 2022-06-19 at 17 59 14
DigiH commented 2 years ago

Closing with merge of https://github.com/theengs/app/pull/4