On Apr 16, 2016, at 7:19 AM, Uli Kusterer wrote:

> A precompiled prefix header is a compile-time construct that only applies to 
> the interior of your framework. You can't really tell people linking to your 
> framework to add a certain prefix header. So you can use a pch for actually 
> writing the framework implementation,

That is all I am trying to accomplish.

So, since we have to create a constants file in a framework with .h and .m 
files, I've never seen a .m compliment to a .pch.  I have no idea how this 
would work at all or how I would be able to set this up.

What I am trying to achieve is simply declare constants for all my classes 
within a framework (and only for the framework) and do it in one spot.  

It is my understanding that in a framework we need .h and .m files to declare 
the constants and I have set these up.

Now, I am trying to get this constants.m imported in one area that will allow 
every class within my framework to have access to them.

Thanks, Uli.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to