Yes you can add this as a SharedSetting inside your template and it will automatically be set for your newly created project:
<key>Targets</key>
<array>
<dict>
<key>SharedSettings</key>
<dict>
<key>HEADER_SEARCH_PATHS</key>
<array>
<string>/usr/local/include</string>
<string>/usr/local/lib</string>
</array>
</dict>
</dict>
</array>
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: