It’s known that when accessing files in iPhone simulator the case of chars doesn’t matter. Is it possible to setup iPhone Simulator to not ignore cases?
Otherwise I can compare file path from my code with file path from disk. Then what method to use to get real file path with right cases corresponding to file path from code?
I solved with script on build phase:
And added some code to find file path in filelist.txt: