pyramation
pyramation

Reputation: 1671

store folders in package contents (bundle resources) in xcode 4.0

I need to store a folder in the package contents, not all files in the project all in one root folder.

How can I do this in XCode 4.0?

Right now I am going to the Build Phases > Copy Bundle Resources to attempt these changes.

Upvotes: 10

Views: 9884

Answers (1)

Nick Weaver
Nick Weaver

Reputation: 47241

Create your folder in the filesystem, then drag it to the resource folder in XCode. In the following dialog select create folder reference for any added folder. The folder should be blue. This folder is copied to your bundle with its contents.

Upvotes: 29

Related Questions