How do I find all those new APIs in the newest MacOS release?
22/07/03 19:09
Just got your hands on that juicy pre-release of MacOS X, and wondering how to find all those new methods and functions and classes when all you have are the framework header files? |
Just got your hands on that juicy pre-release of MacOS X, and wondering how to find all those new methods and functions and classes when all you have are the framework header files? It's simple. Apple have littered all their source code with neat preprocessor conditionals like: | #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2