]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/gtkapp.c
Create OS X application bundles for PuTTY and pterm.
authorSimon Tatham <anakin@pobox.com>
Wed, 23 Mar 2016 22:14:13 +0000 (22:14 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 23 Mar 2016 22:22:48 +0000 (22:22 +0000)
commitc73f25564f8abf9747ab8a1168f6a2dfe2c80d21
tree82bc269e8c943151f2d3036abe7933d20a608bdd
parent7d705ed1bdfdf44f4af283ed3505030727d78084
Create OS X application bundles for PuTTY and pterm.

This commit adds two .plist files, which go in the app bundles; two
.bundle files, which are input to gtk-mac-bundler and explain to it
how to _create_ the bundles; and a piece of manual addition to
Makefile.am that actually runs gtk-mac-bundler after building the
gtkapp.c based binaries and the OSX launcher. The latter is
conditionalised on configuring --with-quartz (unlike the binaries
themselves, which you can build on other platforms too, though they
won't do much that's useful).
.gitignore
Recipe
configure.ac
unix/gtkapp.c
unix/pterm.bundle [new file with mode: 0644]
unix/pterm.plist [new file with mode: 0644]
unix/putty.bundle [new file with mode: 0644]
unix/putty.plist [new file with mode: 0644]