Re: Not including header files in embedded frameworks
Re: Not including header files in embedded frameworks
- Subject: Re: Not including header files in embedded frameworks
- From: David Dunham <email@hidden>
- Date: Sat, 8 Jul 2006 10:31:58 -0700
On 8 Jul 2006, at 10:11, Nick Zitzmann wrote:
I wonder if it's removing this directory twice, thanks to the
symbolic link? Is there a better way to handle this?
Does it go away if you add the -prune flag?
Yes -- the following works
find $TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH -name Headers -exec rm
-rf {} \; -prune
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
"People seem to misinterpret complexity as sophistication" -- Niklaus
Wirth
_______________________________________________
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