Re: Removing Sparkle headers from build
Re: Removing Sparkle headers from build
- Subject: Re: Removing Sparkle headers from build
- From: Citizen <email@hidden>
- Date: Wed, 06 Apr 2011 11:53:56 +0100
On 6 Apr 2011, at 10:23, Christiaan Hofman wrote: On Apr 6, 2011, at 11:16, Citizen wrote: I'm using Sparkle. Currently the framework is is copied into my application bundle in a "Copy Frameworks" build phase.
Is there a standard way to Copy such a precompiled framework without the header files being included?
AFAIK the only way is to do it yourself in a script phase. What I use myself is find "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}" -type file -name "*.h" -delete find "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}" \( -type d -or -type l \) -name Headers -delete
Thanks Christiaan this works beautifully.
Regards, Dave
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden