Re: Copy Files Build Phase for Spotlight copies other files too?
Re: Copy Files Build Phase for Spotlight copies other files too?
- Subject: Re: Copy Files Build Phase for Spotlight copies other files too?
- From: David Dunham <email@hidden>
- Date: Tue, 24 Oct 2006 15:17:47 -0700
On 24 Oct 2006, at 13:20, Keith Blount wrote:
I am using a Copy Files build phase to copy my spotlight MDI into
my application bundle, as I found recommended in the Xcode-users
list archives. The way I have it set up is as follows:
Destination: Resources
Path: ../Library/Spotlight
Copy only when installing: OFF
Mine is to Wrapper, Contents/Library/Spotlight.
The problem, however, is that whenever I create or import class
files in my project, the .h file always gets placed inside this
copy files build phase automatically.
I don't think I've seen this as such, but I have had problem with
headers ending up in my build. I ended up just adding a script phase
to get rid of them:
find $TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH -name Headers -exec rm
-rf {} \; -prune
David Dunham Development Manager
+1 206 926 5722 GameHouse Studios
_______________________________________________
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