Re: How to make system wide changes to Cocoa
Re: How to make system wide changes to Cocoa
- Subject: Re: How to make system wide changes to Cocoa
- From: Adam Atlas <email@hidden>
- Date: Mon, 13 May 2002 15:30:14 -0400
Get libPatch:
http://www.phasic.com/~arwyn/libPatch-1.2.tgz
It lets you load bundles (as in, libraries compiled using the -bundle
flag, not OS X packages) into any process. It also lets your program
know when a new process starts, which is how haxies like WindowShadeX
work.
That will let you patch Cocoa without modifying frameworks.
--
Adam Atlas
"During my service in the United States Congress, I took the initiative
in creating the Internet." - Al Gore, March 9, 1999: On CNN's Late
Edition
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.