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