Re: Class is implemented in both
Re: Class is implemented in both
- Subject: Re: Class is implemented in both
- From: Trygve Inda <email@hidden>
- Date: Mon, 15 Aug 2016 06:27:51 -0700
- Thread-topic: Class is implemented in both
>
>> On Aug 15, 2016, at 3:41 AM, Stephane Sudre <email@hidden> wrote:
>>
>> . you could redefine the class name in the .pch of one project.
>
> +1 — I’ve had to do this before, and it works fine. Just add
> #define MyDisplayManager MyDisplayManager_PP
> or whatever.
>
> The caveat is that of course IB doesn’t read the PCH, so you’ll have to
> manually change the class name in any nibs it may appear in.
>
> —Jens
Both projects share a common pch. Is there a way to add a second pch to just
one of them?
_______________________________________________
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