I'm trying to setup a Custom Menubar Icon for Jamf Connect by following the instructions here:
https://learn.jamf.com/bundle/jamf-connect-documentation-current/page/Menu_Bar_App_Preferences.html
I created a 16x16 png file and saved it as /user/local/icon.png Then I added these lines to the Profile,
<key>MenubarIcon</key
<string>/usr/local/icon.png</string>
I quit Jamf Connect and when it relaunches, I just get a white square where the icon should be. The details of the image are not there. So it is trying to display it, but it just can't parse the file? When I click on About Jamf Connect, it also displays a small white square where the icon should be. I made sure the file had 755 permissions on it. Is there a particular DPI or color pallet I need to set on the image? Is there something I'm missing?