Running "strings" on a (non-debug) iPhone app binary reveals a bunch of filenames of my source files... These are full paths and so reveal my username, which I'd rather keep private.
I understand these strings are there for some Obj-C magic that I don't currently need, what I'm hoping is that there's a compiler switch I can flip that will hide my username. Something -Wl,dontusefullpathsthanks ?