XCode File Template

Hi,

How can I set Xcode 7.x header file template to generate Include guards in all capital like in cocos2d-x classes.

eg : #ifndef _APP_DELEGATE_H_

My default setting generate it like: `#ifndef Config_h``. I want to keep it consistent with cocos2d-x code, so need to make it all uppercase and add leading and trailing underscores.

Thanks

https://www.google.de/#q=xcode+file+templates

Follow this tutorial and modify it to your needs.