Change the icon of an applescript-called notification
With OSX Mavericks we now can make notifications with applescript pretty easily. However, there doesn’t seem to be a way to change the icon that appears to a custom one. Is there a way to accomplish this? display notification will take application icon. You can set icon in bunlde content of applescript application. set fileName to choose file "Select a Folder" display notification "Parag Bafna" subtitle "Its working" & fileName display notification text required with title text optional subtitle text optional sound name text optional You change the icon by simply changing the icon of the