cocoanetics.com
Adding Last Build Date & Time
If you need or want the date and/or time the last time your app was built then there are two handy macros you can use. Consider the following example: char *date = __DATE__; // e.g. ‘Dec 15 2…