com.mle.appbundler

Installer

case class Installer(rootOutput: Path, infoPlistConf: InfoPlistConf, launchdConf: Option[LaunchdConf] = scala.None, iconFile: Option[Path] = scala.None, additionalDmgFiles: Seq[FileMapping] = immutable.this.Nil, welcomeHtml: Option[Path] = scala.None, licenseHtml: Option[Path] = scala.None, conclusionHtml: Option[Path] = scala.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] = scala.None, iconFile: Option[Path] = scala.None, additionalDmgFiles: Seq[FileMapping] = immutable.this.Nil, welcomeHtml: Option[Path] = scala.None, licenseHtml: Option[Path] = scala.None, conclusionHtml: Option[Path] = scala.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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. val additionalDmgFiles: Seq[FileMapping]

    files to include in the image, such as .

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

  7. val appIdentifier: String

  8. val appOutput: Path

  9. val applicationsDir: Path

  10. final def asInstanceOf[T0]: T0

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

  12. def clone(): AnyRef

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

    wip

  14. val deleteOutOnComplete: Boolean

  15. val displayName: String

  16. val distributionFile: Path

  17. val dmgFile: Path

  18. def dmgPackage(): Path

    returns

    the built .dmg file

  19. val dmgSourceDir: Path

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

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

  22. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  24. 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

  25. 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

  26. val iconFile: Option[Path]

  27. 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

  28. val infoPlistConf: InfoPlistConf

  29. final def isInstanceOf[T0]: Boolean

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

  31. val licenseHtml: Option[Path]

    wip

  32. val log: Logger

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

  34. val name: String

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

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

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

    Definition Classes
    AnyRef
  38. val packageFile: Path

  39. def pkgBuild: Seq[String]

  40. val pkgDir: Path

  41. def productBuild: Seq[String]

  42. val resourcesDir: Path

  43. val rootOutput: Path

    out dir

  44. val rootPath: Path

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

  46. val scriptsDir: Path

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

    Definition Classes
    AnyRef
  48. val version: String

  49. final def wait(): Unit

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

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

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

    wip

  53. def withLaunchd(): Installer

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

  55. 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