I\'m looking for a way to dynamically add in information about the application during the build process of an iOS application.
During testing, it would be great to k
You can also use standard macro __DATE__ which will result string like "Jun 25 1980" of course with proper current date of build.
__DATE__