I have vertex and pixel shaders in my iPad app.
one of the vertex and pixel shader pairs (the one that "came with" the default GL game app example) copies down to the iPhone just fine. I noticed that one of them is marked "application" in Finder and in XCode (even though it's just a plain text file).
The other shader (that I added to the project myself) doesn't.
I tried cleaning but it still won't copy the file.
How can I make my shader files go down to the iPhone simulator? They don't seem to be going.