Question

I've added a resources directory as a folder reference to the app bundle according to this question. I'd like to exclude some of underlying files, since I don't need them in my app.

The "Delete" context menu item is disabled on every file below the root folder. If I add the files with "Create Groups", they are added flat, without any hierarchy.

Is it possible to remove specific files under a folder reference? Is there another way to add files and keep the hierarchy?

Was it helpful?

Solution

As the name implies, it's a reference to the folder, not to the files. The folder gets included in your bundle. If you don't want some of the files in the bundle, you'll have to remove them from the folder.

OTHER TIPS

You could create a symbolic link to the folder, add a group that points to the link, and then remove references to any files unwanted in the group.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top