|
301 | 301 | 'wsgi': {'text', 'wsgi', 'python'}, |
302 | 302 | 'xhtml': {'text', 'xml', 'html', 'xhtml'}, |
303 | 303 | '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'}, |
305 | 308 | 'xlf': {'text', 'xml', 'xliff'}, |
306 | 309 | 'xliff': {'text', 'xml', 'xliff'}, |
307 | 310 | 'xml': {'text', 'xml'}, |
|
328 | 331 | EXTENSIONS_NEED_BINARY_CHECK = { |
329 | 332 | 'plist': {'plist'}, |
330 | 333 | 'ppm': {'image', 'ppm'}, |
| 334 | + 'xcprivacy': {'plist', 'xcprivacy', 'xcodebuild'}, |
| 335 | + 'xcsettings': {'plist', 'xcsettings', 'xcodebuild'}, |
331 | 336 | } |
332 | 337 |
|
333 | 338 | NAMES = { |
|
0 commit comments