Re: Best way to copy files into package
Re: Best way to copy files into package
- Subject: Re: Best way to copy files into package
- From: Scott Tooker <email@hidden>
- Date: Sat, 19 Jun 2004 00:45:10 -0700
If you have a set of folders that you want to copy into
Contents/Resources I'd recommend using folder references so that Xcode
copies the folder and it's contents into the proper location. Then you
don't have to worry about additional files being added (as long as they
are inside the folder reference).
You can choose to create folder references when adding files or folders
to the project.
Scott
On Jun 18, 2004, at 5:44 PM, David Dunham wrote:
> At 19:27 -0500 04-06-18, Ricky Sharp wrote:
>
>>> I'm porting a game, and would like to copy a number of files to
>>> subfolders inside Contents/Resources (since the code is looking for
>>> files inside folders).
>
>> I had that same problem as well (where you'd get duplicates in both
>> Resources/ and the sub folder.
>>
>> Don't know what triggered it, but I removed all the files from the
>> project, removed by Copy Files phase and started over.
>
> I think what had happened was that when I dragged the files into the
> project (since otherwise I couldn't get them into the Copy Files
> phase), they ended up in the Bundle Resources phase. I deleted them
> from this, and then my Copy Files did the right thing.
>
> But I'm still concerned over not copying all files in my folder, if an
> artist adds a new one and I forget to add it the the Xcode project.
> --
>
> David Dunham Macintosh Game Developer GameHouse Studios
> email@hidden 206 442 5881 x22 http://www.gamehouse.com
> "They said it couldn't be done but sometimes it doesn't
> work out that way." -- Casey Stengel
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.