7 references to AppBundle
Microsoft.DotNet.MacOsPkg (7)
Package.cs (4)
102
IEnumerable<string> nestedApps = Directory.GetDirectories(dstPath, "*.app", SearchOption.AllDirectories).Where(app =>
AppBundle
.IsBundle(app));
106
AppBundle
.Pack(app, tempDest);
145
IEnumerable<string> zippedNestedApps = Directory.GetFiles(srcPath, "*.app", SearchOption.AllDirectories).Where(app =>
AppBundle
.IsBundle(app));
150
AppBundle
.Unpack(appZip, tempDest);
Program.cs (3)
94
AppBundle
.VerifySignature(srcPath);
132
AppBundle
.Pack(srcPath, dstPath);
163
AppBundle
.Unpack(srcPath, dstPath);