Re: error strings in NSPropertyListSerialization
Re: error strings in NSPropertyListSerialization
- Subject: Re: error strings in NSPropertyListSerialization
- From: Jens Alfke <email@hidden>
- Date: Thu, 27 Mar 2008 18:20:32 -0700
On 27 Mar '08, at 6:10 PM, B.J. Buchalter wrote:
I am writing code that is linked to the 10.4u SDK. Does this mean
that I need to release the string?
Yes.
What happens if my app is run under 10.5?
Cocoa detects that your code was linked with the 10.4 SDK and follows
the old behavior. (Otherwise all apps that did do the right thing in
the past would crash when run under 10.5.)
If I move to the 10.5 SDK, does that mean that I must NOT release
the string?
Right. If you build your app for 10.5 then you need to start following
the correct/new behavior.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden