Interface MacPkgPackage

All Superinterfaces:
MacPackage, MacPackageMixin, MacPkgPackageMixin, Package

public interface MacPkgPackage extends MacPackage, MacPkgPackageMixin
  • Method Details

    • sign

      default boolean sign()
      Returns true if this PKG installer should be signed.
      Returns:
      true if this PKG installer should be signed
    • create

      static MacPkgPackage create(MacPackage pkg, MacPkgPackageMixin mixin)