I'm trying to assign an icon to my AppleScript bundle, but without success.
Steps:
- Added the icon (applet.icns) to the bundle's
/Contents/Resourcesdirectory Modified the bundle's
/Contents/Info.plist:<key>CFBundleIconFile</key> <string>applet.icns</string>
** edit **
I ran the 'Set Bundle Icon File' script in the Applet Bundle Tools. It did not change the situation.
What am I missing?