X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e02b0bc2a713edfdf9bf183ca6561a6768483eba..7440fd4419acfc9c784f142fb9dee3e64c9a18c2:/mac/macpgen.r diff --git a/mac/macpgen.r b/mac/macpgen.r index 7bc8c294..11bea8d5 100644 --- a/mac/macpgen.r +++ b/mac/macpgen.r @@ -1,6 +1,6 @@ -/* $Id: macpgen.r,v 1.4 2003/02/20 22:55:09 ben Exp $ */ +/* $Id: macpgen.r,v 1.6 2003/02/27 23:21:23 ben Exp $ */ /* - * Copyright (c) 1999, 2002 Ben Harris + * Copyright (c) 1999, 2002, 2003 Ben Harris * All rights reserved. * * Permission is hereby granted, free of charge, to any person @@ -58,10 +58,10 @@ resource 'pGen' (0, purgeable) { resource 'SIZE' (-1) { reserved, - ignoreSuspendResumeEvents, + acceptSuspendResumeEvents, reserved, canBackground, - needsActivateOnFGSwitch, + doesActivateOnFGSwitch, backgroundAndForeground, dontGetFrontClicks, ignoreAppDiedEvents, @@ -111,6 +111,36 @@ resource 'kind' (129) { } }; +#if TARGET_API_MAC_CARBON +/* + * Mac OS X Info.plist. + * See Tech Note TN2013 for details. + * We don't bother with things that Mac OS X seems to be able to get from + * other resources. + */ +type 'plst' as 'TEXT'; + +resource 'plst' (0) { + "\n" + "\n" + "\n" + " \n" + " CFBundleInfoDictionaryVersion 6.0\n" + " CFBundleIdentifier\n" + " org.tartarus.projects.putty.puttygen\n" + " CFBundleName PuTTYgen\n" + " CFBundlePackageType APPL\n" + " CFBundleSignature pGen\n" + " \n" + "\n" +}; + +/* Mac OS X doesn't use this, but Mac OS 9 does. */ +type 'carb' as 'TEXT'; +resource 'carb' (0) { "" }; +#endif + /* Icons, courtesy of DeRez */ /* Random seed icon */