Well, I just want to see if my Cocoa project use deprecated (10.4) API function. Like JAVA_COMPILER_DEPRECATED_WARNINGS
Do you know a elegant way to do this?
JM Marino
Just a reply to my self : http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross_development/Using/chapter_3_section_6.html
and you can also search NSDeprecated category interface into Xcode Developer Documentation.
JM Marino