Thanks to D H Becker for sending in an icon. I'd have liked to have
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 10 Mar 2005 20:11:27 +0000 (20:11 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 10 Mar 2005 20:11:27 +0000 (20:11 +0000)
written a script which would generate the various graphical
components of the PuTTY icon suite at any given resolution and then
used that to generate the OS X icon as well as all the others, but I
can always do that later; this'll do for now.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5487 cda61777-01e9-0310-a592-d414129be87e

Recipe
macosx/README.OSX
macosx/info.plist [new file with mode: 0644]
macosx/putty.icns [new file with mode: 0644]

diff --git a/Recipe b/Recipe
index 344d3a5..4c8a059 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -287,4 +287,4 @@ PuTTYgen : [M] macpgen sshrsag sshdssg sshprime sshdes sshbn sshmd5 version
          + sshaes sshsh512 import macpgen.rsrc macpgkey macabout
 
 PuTTY    : [MX] osxmain OSXTERM OSXMISC CHARSET BE_ALL NONSSH UXSSH
-         + ux_x11 uxpty uxsignal testback
+         + ux_x11 uxpty uxsignal testback putty.icns info.plist
index 7a9ca95..24e2934 100644 (file)
@@ -79,5 +79,3 @@ Other missing features
  - no Event Log
 
  - no mid-session Change Settings
-
- - no icon (surprisingly important in an OS X app!)
diff --git a/macosx/info.plist b/macosx/info.plist
new file mode 100644 (file)
index 0000000..ce03a33
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleIconFile</key>
+       <string>PuTTY.icns</string>
+</dict>
+</plist>
diff --git a/macosx/putty.icns b/macosx/putty.icns
new file mode 100644 (file)
index 0000000..72eab29
Binary files /dev/null and b/macosx/putty.icns differ