Re: Proper way to set up constants when building an iOS framework
Re: Proper way to set up constants when building an iOS framework
- Subject: Re: Proper way to set up constants when building an iOS framework
- From: Quincey Morris <email@hidden>
- Date: Tue, 19 Apr 2016 11:44:06 -0700
- Feedback-id: 167118m:167118agrif8a:167118sGgInLklHG:SMTPCORP
On Apr 19, 2016, at 11:41 , Quincey Morris <email@hidden> wrote:
>
> There is a build setting for “Prefix Header” […]
Sorry, after I posted, I realized my description was a bit fuzzy. To clarify:
— There is a per-target build setting that specifies the *name* of the prefix header, typically with a .pch extension.
— There is a prefix header file of this name, which belongs to the project, just like other source files.
— The contents of the prefix header file is source code, typically #import statements such as #import constants.h.
_______________________________________________
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