Is there any option to disable file names being case sensitive on iPhone? And if there isn’t such option is there any way to rename all files that are copied in the application bundle to use only lowercase? I have many files that have upper cases and lower cases in their names and when I’m trying to open them from my application I use only lower case names and the file are not found. I can’t change the file opening process now because it’s an engine that works on windows/xbox/ps3.
Thanks for help!
Use a specific file renaming tool, or since you are on a Mac you could always delve into Automator to create a purpose built method for changing the case of all your files.
Here’s an applicable tutorial
You can have this all set up within 5 minutes and get back to concentrate on your code, without having to do a mass refactor within your codebase.