Re: How to eliminate header files from builds
Re: How to eliminate header files from builds
- Subject: Re: How to eliminate header files from builds
- From: Steve Checkoway <email@hidden>
- Date: Fri, 19 May 2006 03:58:02 -0700
On May 19, 2006, at 3:15 AM, Ulf Dunkel wrote:
I have a complex build with framework stuff in it and don't want to
have all those copied header files in it before I give the build to
others.
How can I eliminate these header files in the build process?
Is there a way of writing a script which removes all Headers
folders in a build app?
Any example or hint is welcome. :-)
find 'My Great App.app' -name Headers -print0|xargs -0 rm -rf
- Steve
_______________________________________________
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