OK. So you have: your.dll (which is your app) monotouch.dll
and you want to obfuscate both, and roll it out to the iOS app store like normal. Correct? You dont need to. Whats in the .app file is a binary (machine code) of all the dll's (which can't be decompiled, mostly), inculding all the .NET framework, monotouch, your stuff, and any .a (obj-c) stuff you put in there too. There is also a few .dll's in the .app, but those are only meta data, no actual code is in there. No one could get your code from this. It's for debugging only. Does that help? On Thu, Jun 30, 2011 at 14:49, fernir <[email protected]> wrote: > Nic, Abe, thank you for your answers. In my case i have a IL dll (not .app), > this is .net library, but with references to iOS (monotouch) .net > assemblies. This is product of our company (http://gogybot.com). I was not > found otfuscator for Mac and was tried to obfuscate using windows > Dotfuscator. > Now looks like i found solution for this, i just copied all assemblies from > Mac (all System. and core dlls) to Win to the same catalog as my dll and > dotfuscator did work well ). > Thanks all for your help, i begginer in monotouch, but i like it! > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-to-obfuscate-monotouch-dll-tp3635441p3635697.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ | http://www.flickr.com/photos/nicwise mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
