• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Path names in executable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Path names in executable
      • From: "Shawn Erickson" <email@hidden>
    • Re: Path names in executable
      • From: Stefan Schüßler <email@hidden>
  • Prev by Date: Re: Why does this code not create a colored dot?
  • Next by Date: Re: Unwanted artifacts when using controls in NSView subclass
  • Previous by thread: Re: Path names in executable
  • Next by thread: Re: Path names in executable
  • Index(es):
    • Date
    • Thread