Skip to content

Commit e7ca39d

Browse files
committed
Add support for xcodebuild file formats
1 parent e31a62b commit e7ca39d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

identify/extensions.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,10 @@
299299
'wsgi': {'text', 'wsgi', 'python'},
300300
'xhtml': {'text', 'xml', 'html', 'xhtml'},
301301
'xacro': {'text', 'xml', 'urdf', 'xacro'},
302-
'xctestplan': {'text', 'json'},
302+
'xcconfig': {'text', 'xcconfig', 'xcodebuild'},
303+
'xcscheme': {'text', 'xml', 'xcscheme', 'xcodebuild'},
304+
'xctestplan': {'text', 'json', 'xctestplan', 'xcodebuild'},
305+
'xcworkspacedata': {'text', 'xml', 'xcworkspacedata', 'xcodebuild'},
303306
'xlf': {'text', 'xml', 'xliff'},
304307
'xliff': {'text', 'xml', 'xliff'},
305308
'xml': {'text', 'xml'},
@@ -326,6 +329,8 @@
326329
EXTENSIONS_NEED_BINARY_CHECK = {
327330
'plist': {'plist'},
328331
'ppm': {'image', 'ppm'},
332+
'xcprivacy': {'plist', 'xcprivacy', 'xcodebuild'},
333+
'xcsettings': {'plist', 'xcsettings', 'xcodebuild'},
329334
}
330335

331336
NAMES = {

0 commit comments

Comments
 (0)