Re: NSCaledarDate's deprecation
Re: NSCaledarDate's deprecation
- Subject: Re: NSCaledarDate's deprecation
- From: Benjamin Dobson <email@hidden>
- Date: Thu, 22 Jan 2009 23:13:45 +0000
On 22 Jan 2009, at 22:52:56, email@hidden wrote:
in anticipation of the deprecation of NSCaledarDate, i am in the
process of converting my app to use NSDate and friends. and while
the process is mostly straightforward and not all that difficult, it
is tedious.
when i think i'm done, i'd like to be able to do a fresh build and
if possible have the compiler tell me any places i might have
missed... these would be places where i used a method of
NSCalendarDate that i missed with all my text searches.
is there anyway to get the compiler to do this for me?
If you delete all occurrences of NSCalendarDate and what relevant code
you can see, the compiler will pick up on undefined variables.
_______________________________________________
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