GC changes to NSAttributedString creation category (WOCommon, 84bcfe4)

Under GC the attributedString method is effectively equivalent to sending a copy message, so mark the method as deprecated and advise callers to use copy instead.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Use Doxygen deprecated directive in NSArray creation category (WOCommon, 1cde1da)
Complete GC conversion of NSArrayController drag category (WOCommon, cc93f2a) →

All snippets