6 references to IsAppBundle
Microsoft.DotNet.MacOsPkg.Core (6)
MacOsPkgCore.cs (6)
20if (!File.Exists(srcPath) || !Utilities.IsPkg(srcPath) && !Utilities.IsAppBundle(srcPath)) 29else if (Utilities.IsAppBundle(srcPath)) 62if (!Utilities.IsPkg(dstPath) && !Utilities.IsAppBundle(dstPath)) 74else if (Utilities.IsAppBundle(dstPath)) 102if (!File.Exists(srcPath) || (!Utilities.IsPkg(srcPath) && !Utilities.IsAppBundle(srcPath))) 114else if (Utilities.IsAppBundle(srcPath))