Skip to content

Commit e9ddde5

Browse files
authored
Merge pull request #566 from petamas/add-xcodebuild-files
Add support for xcodebuild file formats
2 parents eece261 + e7ca39d commit e9ddde5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

identify/extensions.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,10 @@
301301
'wsgi': {'text', 'wsgi', 'python'},
302302
'xhtml': {'text', 'xml', 'html', 'xhtml'},
303303
'xacro': {'text', 'xml', 'urdf', 'xacro'},
304-
'xctestplan': {'text', 'json'},
304+
'xcconfig': {'text', 'xcconfig', 'xcodebuild'},
305+
'xcscheme': {'text', 'xml', 'xcscheme', 'xcodebuild'},
306+
'xctestplan': {'text', 'json', 'xctestplan', 'xcodebuild'},
307+
'xcworkspacedata': {'text', 'xml', 'xcworkspacedata', 'xcodebuild'},
305308
'xlf': {'text', 'xml', 'xliff'},
306309
'xliff': {'text', 'xml', 'xliff'},
307310
'xml': {'text', 'xml'},
@@ -328,6 +331,8 @@
328331
EXTENSIONS_NEED_BINARY_CHECK = {
329332
'plist': {'plist'},
330333
'ppm': {'image', 'ppm'},
334+
'xcprivacy': {'plist', 'xcprivacy', 'xcodebuild'},
335+
'xcsettings': {'plist', 'xcsettings', 'xcodebuild'},
331336
}
332337

333338
NAMES = {

0 commit comments

Comments
 (0)