We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90db4d6 commit 2f89da0Copy full SHA for 2f89da0
lib/pbxFile.js
@@ -3,7 +3,7 @@ var $path = require('path'),
3
HEADER_FILE_TYPE_SUFFIX = ".h",
4
SOURCE_CODE_FILE_TYPE_PREFIX = "sourcecode.",
5
M_EXTENSION = /[.]m$/, SOURCE_FILE = 'sourcecode.c.objc',
6
- C_EXTENSION = /[.]c$/, C_SOURCE_FILE = 'sourcecode.c',
+ C_EXTENSION = /[.]c$/, C_SOURCE_FILE = 'sourcecode.c.c',
7
H_EXTENSION = /[.]h$/, HEADER_FILE = 'sourcecode.c.h',
8
MM_EXTENSION = /[.]mm$/, MM_SOURCE_FILE = 'sourcecode.cpp.objcpp',
9
HPP_EXTENSION = /[.](hpp|hxx|h\+\+|hh)$/, CPP_HEADER_FILE = 'sourcecode.cpp.h',
0 commit comments