4 references to IsAppBundle
Microsoft.DotNet.MacOsPkg (4)
Program.cs (4)
35
if (!File.Exists(srcPath) || (!Utilities.IsPkg(srcPath) && !Utilities.
IsAppBundle
(srcPath)))
46
else if (Utilities.
IsAppBundle
(srcPath))
58
if (!Utilities.IsPkg(dstPath) && !Utilities.
IsAppBundle
(dstPath))
69
else if (Utilities.
IsAppBundle
(dstPath))