Re: Path names in executable
Re: Path names in executable
- Subject: Re: Path names in executable
- From: Erik Buck <email@hidden>
- Date: Tue, 4 Apr 2006 06:38:01 -0700 (PDT)
Path names in your executable are the least of your worries. Run class-dump sometime. Try F-Script Anywhere. Objective-C is a very dynamic language, and the runtime preserves a lot of information about objects. It is possible to find the name of every class, category, protocol, method, and instance variable in a compiled Objective-C executable. If you think it is unacceptable to embed paths in the executables, you may not want to use Objective-C at all.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden