disguising method and variable names in binary

2009-07-09 Thread justin webster
is there a way to replace all method and variable names with something meaningless at build time? obviously these things need meaningful names for my sake but I don't care what they're called in the binary. I've tried setting the strip build settings for my target but still see method

Re: disguising method and variable names in binary

2009-07-09 Thread Kyle Sluder
On Thu, Jul 9, 2009 at 5:15 PM, justin websterm...@justinwebster.com wrote: is there a way to replace all method and variable names with something meaningless at build time? No, there isn't. Why would you want to do this? obviously these things need meaningful names for my sake but I don't

Re: disguising method and variable names in binary

2009-07-09 Thread Bill Bumgarner
On Jul 9, 2009, at 5:15 PM, justin webster wrote: is there a way to replace all method and variable names with something meaningless at build time? obviously these things need meaningful names for my sake but I don't care what they're called in the binary. Not really; KVO, KVC, Bindings,