4 references to IsAppBundle
Microsoft.DotNet.SignTool (4)
src\BatchSignUtil.cs (2)
543
else if (fileName.
IsAppBundle
())
615
else if (file.IsPkg() || file.
IsAppBundle
())
src\FileSignInfo.cs (1)
117
(
IsAppBundle
() && RuntimeInformation.IsOSPlatform(OSPlatform.OSX)) ||
src\ZipData.cs (1)
120
else if (FileSignInfo.IsPkg() || FileSignInfo.
IsAppBundle
())