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