1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Thanks to D H Becker for sending in an icon. I'd have liked to have

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]
This commit is contained in:
Simon Tatham 2005-03-10 20:11:27 +00:00
parent 7726a0c49c
commit a1f0e69fe4
4 changed files with 9 additions and 3 deletions

2
Recipe
View File

@ -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

View 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!)

8
macosx/info.plist Normal file
View File

@ -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>

BIN
macosx/putty.icns Normal file

Binary file not shown.