How do I have all files in a folder get copied to xcode at compilation time?

For an app I'm working on (mainly for myself) I'd like to have all the files in a folder copied (I guess referred to since they don't actually need to move)? They're basically text files that I update frequently that the app needs to render

How do I have all files in a folder get copied to xcode at compilation time?
 
 
Q