Skip to main content
new information
Source Link
craig
  • 1.8k
  • 1
  • 24
  • 40

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/Resources directory

  • 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?

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/Resources directory

  • Modified the bundle's /Contents/Info.plist:

     <key>CFBundleIconFile</key> <string>applet.icns</string> 

What am I missing?

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/Resources directory

  • 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?

Source Link
craig
  • 1.8k
  • 1
  • 24
  • 40

Specify AppleScript bundle icon

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/Resources directory

  • Modified the bundle's /Contents/Info.plist:

     <key>CFBundleIconFile</key> <string>applet.icns</string> 

What am I missing?