Added file types for headers.

pull/15/head
Jussi Pakkanen 11 years ago
parent 3b75acd70b
commit be627e479f
  1. 5
      xcodebackend.py

@ -28,6 +28,11 @@ class XCodeBackend(backends.Backend):
'cxx' : 'sourcecode.cpp.cpp',
'cpp' : 'sourcecode.cpp.cpp',
'c++' : 'sourcecode.cpp.cpp',
'h' : 'sourcecode.c.h',
'hpp' : 'sourcecode.cpp.h',
'hxx' : 'sourcecode.cpp.h',
'hh' : 'sourcecode.cpp.hh',
'inc' : 'sourcecode.c.h',
'dylib' : 'compiled.mach-o.dylib'}
self.maingroup_id = self.gen_id()
self.all_id = self.gen_id()

Loading…
Cancel
Save