Re: Strings in Release Binary
Re: Strings in Release Binary
- Subject: Re: Strings in Release Binary
- From: Chris Hanson <email@hidden>
- Date: Sun, 9 Jul 2006 20:47:03 -0700
On Jul 9, 2006, at 1:14 PM, Eric Albert wrote:
I'm not sure about the question of variables -- that might be
necessary for Obj-C's dynamism, but it might not.
Information about the internal structure of classes, including the
names of instance variables and methods, is preserved because it's
needed by the dynamic Objective-C runtime.
Some Cocoa examples of why it's necessary include outlets and actions
in nib files and Key-Value Coding & Observing, the foundation for
Cocoa bindings and Core Data.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden