Swift: do not trace codesign binary

This commit is contained in:
Alex Denisov 2023-12-18 12:48:34 +01:00
Родитель 9543c23aba
Коммит 6cbf8abf59
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -119,6 +119,8 @@ function RegisterExtractorPack(id)
SwiftMatcher,
CreatePatternMatcher({ '^lsregister$' }, MatchCompilerName, nil,
{ trace = false }),
CreatePatternMatcher({ '^codesign$' }, MatchCompilerName, nil,
{ trace = false }),
CreatePatternMatcher({ '^sandbox%-exec$' }, MatchCompilerName, nil,
{ trace = false }),
}