com.mle.appbundler

Installer

case class Installer(rootOutput: Path, infoPlistConf: InfoPlistConf, launchdConf: Option[LaunchdConf] = None, iconFile: Option[Path] = None, additionalDmgFiles: Seq[FileMapping] = Nil, welcomeHtml: Option[Path] = None, licenseHtml: Option[Path] = None, conclusionHtml: Option[Path] = None, deleteOutOnComplete: Boolean = true) extends Log with Product with Serializable

To create a .pkg package of your app, run macPackage().

rootOutput

out dir

infoPlistConf
launchdConf
additionalDmgFiles

files to include in the image, such as .DS_Store for styling and a .background

welcomeHtml

wip

licenseHtml

wip

conclusionHtml

wip

deleteOutOnComplete

Linear Supertypes
Serializable, Serializable, Product, Equals, Log, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Installer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Log
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Installer(rootOutput: Path, infoPlistConf: InfoPlistConf, launchdConf: Option[LaunchdConf] = None, iconFile: Option[Path] = None, additionalDmgFiles: Seq[FileMapping] = Nil, welcomeHtml: Option[Path] = None, licenseHtml: Option[Path] = None, conclusionHtml: Option[Path] = None, deleteOutOnComplete: Boolean = true)

    rootOutput

    out dir

    infoPlistConf
    launchdConf
    additionalDmgFiles

    files to include in the image, such as .DS_Store for styling and a .background

    welcomeHtml

    wip

    licenseHtml

    wip

    conclusionHtml

    wip

    deleteOutOnComplete

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val additionalDmgFiles: Seq[FileMapping]

    files to include in the image, such as .DS_Store for styling and a .background

  5. val appIdentifier: String

  6. val appOutput: Path

  7. val applicationsDir: Path

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def buildDmg(pkgFile: Path, displayName: String, outFile: Path): Path

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val conclusionHtml: Option[Path]

    wip

  12. val deleteOutOnComplete: Boolean

  13. val displayName: String

  14. val distributionFile: Path

  15. val dmgFile: Path

  16. def dmgPackage(): Path

    returns

    the built .dmg file

  17. val dmgSourceDir: Path

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def execute(command: Seq[String]): Unit

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hdiutil(volumeName: String, sourceDir: Path, dmgOutFile: Path): Seq[String]

    A command that creates a volume named volumeName of the contents in sourceDir.

    A command that creates a volume named volumeName of the contents in sourceDir.

    volumeName

    name of volume

    sourceDir

    source dir

    dmgOutFile

    output .dmg file

    returns

    a command

  23. def hideExtension(file: Path): Seq[String]

    A command that, when run, hides the extension of file.

    A command that, when run, hides the extension of file.

    returns

    a command

  24. val iconFile: Option[Path]

  25. def iconify(icon: Path, file: Path): Unit

    Sets icon icon to file file.

    Sets icon icon to file file.

    icon

    icon file

    file

    target file

    See also

    http://apple.stackexchange.com/questions/6901/how-can-i-change-a-file-or-folder-icon-using-the-terminal

  26. val infoPlistConf: InfoPlistConf

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val launchdConf: Option[LaunchdConf]

  29. val licenseHtml: Option[Path]

    wip

  30. val log: Logger

    Attributes
    protected
    Definition Classes
    Log
  31. def macPackage(): Path

  32. val name: String

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. val packageFile: Path

  37. def pkgBuild: Seq[String]

  38. val pkgDir: Path

  39. def productBuild: Seq[String]

  40. val resourcesDir: Path

  41. val rootOutput: Path

    out dir

  42. val rootPath: Path

  43. def scriptify(buildDest: Path)(f: ⇒ String): Boolean

  44. val scriptsDir: Path

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. val version: String

  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val welcomeHtml: Option[Path]

    wip

  51. def withLaunchd(): Installer

  52. def writePostInstall(launchPlist: Path, buildDest: Path): Boolean

  53. def writePreInstall(identifier: String, launchPlist: Path, buildDest: Path): Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Log

Inherited from AnyRef

Inherited from Any

Ungrouped