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