I have lua working in my iPhone project, but I have one nasty problem. When I add a new lua file, I use xcode to create an empty default file. Xcode recognizes the ".lua" extension as the source file and places it in the Target folder "Compile Sources" instead of "Copy Bundle Resources".
Is there a way for xcode to put my lua file in the "Copy Bundle resources" without manually moving it?
Thanks.
source share