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