Eds
Eds

Reputation: 157

iPhone project - collect files into one place

Sorry if this has been answered before but all my searches do not return anything related to this.

Is there a way to collect all the files referenced in a project and save them in the procject folder automatically? Rather that having links to places where you may accidentally delete the files.

Thanks,

Eds

Upvotes: 1

Views: 227

Answers (2)

murat hacioglu
murat hacioglu

Reputation: 166

What do you mean collect all the files? Do you mean your external files or class files. Your external files like images or audio/video files should be added into Resources directory, it does not matter where is the root directory of these files. Then, you can access with their name in the project.

Upvotes: 0

ThomasW
ThomasW

Reputation: 17317

Xcode doesn't have a particular feature to support this, but when you add items to your Xcode project it does give you the option to copy those items to the project directory. Otherwise you need to manually copy the items to a common location.

Upvotes: 3

Related Questions