Re: Class is implemented in both
Re: Class is implemented in both
- Subject: Re: Class is implemented in both
- From: Stephane Sudre <email@hidden>
- Date: Tue, 16 Aug 2016 08:33:30 +0200
Regarding the solution that requires to change the name of the class
in the binary (and nib), here is what I used:
https://github.com/packagesdev/rsscommon/tree/master/refafactor/refafactor
It would require to change the name of the renamable classes (and
files if needed).
On Mon, Aug 15, 2016 at 9:41 AM, Stephane Sudre <email@hidden> wrote:
> - you could rename the class after one of the 2 projects has been
> built and then codesign the new binary. Basically, you scan the
> executable binary for the name of the class and you replace it with a
> name of the same length. I'm doing this for screen saver modules who
> share some code which is within a submodule.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden