6 references to IsAppBundle
Microsoft.DotNet.MacOsPkg (6)
Program.cs (6)
83if (!File.Exists(srcPath) || !Utilities.IsPkg(srcPath) && !Utilities.IsAppBundle(srcPath)) 92else if (Utilities.IsAppBundle(srcPath)) 118if (!Utilities.IsPkg(dstPath) && !Utilities.IsAppBundle(dstPath)) 130else if (Utilities.IsAppBundle(dstPath)) 151if (!File.Exists(srcPath) || (!Utilities.IsPkg(srcPath) && !Utilities.IsAppBundle(srcPath))) 161else if (Utilities.IsAppBundle(srcPath))