﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20133	Set macOS icon on macOS startup	Stereo	Stereo	"In `src/org/openstreetmap/josm/tools/PlatformHookOsx.java`, line 84 updates the dock icon:

`eawtApplication.getDeclaredMethod(""setDockIconImage"", Image.class).invoke(appli, ImageProvider.get(""logo"").getImage());`

This sets the icon to the 'normal' icon instead of the macOS icon.

The line should be updated to read

`eawtApplication.getDeclaredMethod(""setDockIconImage"", Image.class).invoke(appli, ImageProvider.get(""JOSM-BigSur-Pencil"").getImage());`

The image JOSM-BigSur-Pencil.png is attached to the ticket."	enhancement	closed	normal	21.02	Installer MacOS	latest	fixed	macos	
