Skip to content

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.

License

Notifications You must be signed in to change notification settings

ago75/gradle-macappbundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.

Available at plugins.gradle.org.

Version 2.1.8 released 24 October 2017.

Now available via the Gradle Plugin Portal. Please see: http://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle

To add to a gradle project, add this to build.gradle and run gradle createApp or gradle createDmg. The first should work on most systems, the second will only work on Mac OSX as it uses hdiutils which is a Mac-only application. Also see the Wiki for more information.

For gradle 2.1 or later:

plugins {
  id "edu.sc.seis.macAppBundle" version "2.1.8"
}

About

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 100.0%