]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Thanks to D H Becker for sending in an icon. I'd have liked to have
authorSimon Tatham <anakin@pobox.com>
Thu, 10 Mar 2005 20:11:27 +0000 (20:11 +0000)
committerSimon Tatham <anakin@pobox.com>
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.

[originally from svn r5487]

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 344d3a59874c505a2782ff489a410fd509aa05f3..4c8a05924040fda1db1ccc4b7941fddd440933fe 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 7a9ca95dc8fbd514935ce54541e4f90f9cedf579..24e293423a151bc514fd71f4d09f3e47992edc1c 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