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:
parent
7726a0c49c
commit
a1f0e69fe4
2
Recipe
2
Recipe
@ -287,4 +287,4 @@ PuTTYgen : [M] macpgen sshrsag sshdssg sshprime sshdes sshbn sshmd5 version
|
|||||||
+ sshaes sshsh512 import macpgen.rsrc macpgkey macabout
|
+ sshaes sshsh512 import macpgen.rsrc macpgkey macabout
|
||||||
|
|
||||||
PuTTY : [MX] osxmain OSXTERM OSXMISC CHARSET BE_ALL NONSSH UXSSH
|
PuTTY : [MX] osxmain OSXTERM OSXMISC CHARSET BE_ALL NONSSH UXSSH
|
||||||
+ ux_x11 uxpty uxsignal testback
|
+ ux_x11 uxpty uxsignal testback putty.icns info.plist
|
||||||
|
@ -79,5 +79,3 @@ Other missing features
|
|||||||
- no Event Log
|
- no Event Log
|
||||||
|
|
||||||
- no mid-session Change Settings
|
- no mid-session Change Settings
|
||||||
|
|
||||||
- no icon (surprisingly important in an OS X app!)
|
|
||||||
|
8
macosx/info.plist
Normal file
8
macosx/info.plist
Normal 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
BIN
macosx/putty.icns
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user