A Java library and command-line tool for AppleSingle support.
Go to file
Rob Greene d488113b84 Adding information for pushing to Maven Central as well as using the api. 2018-05-26 18:07:56 -05:00
api Adding information for pushing to Maven Central as well as using the api. 2018-05-26 18:07:56 -05:00
gradle/wrapper Initial commit. 2018-05-24 11:59:29 -05:00
tools/asu Quick run in tandem with 'ac' tool. 2018-05-26 17:46:20 -05:00
.gitignore Excluding disk images files. 2018-05-26 17:47:24 -05:00
LICENSE Initial commit 2018-05-24 11:45:50 -05:00
README.md Split into a muti-project Gradle build in order to separate the API/lib from the command-line 'asu' tool. 2018-05-26 16:58:59 -05:00
gradle.properties Adding CLI; fixed a few glitches. 2018-05-24 22:31:15 -05:00
gradlew Initial commit. 2018-05-24 11:59:29 -05:00
gradlew.bat Initial commit. 2018-05-24 11:59:29 -05:00
settings.gradle Split into a muti-project Gradle build in order to separate the API/lib from the command-line 'asu' tool. 2018-05-26 16:58:59 -05:00

README.md

AppleSingle

This project is an off-shoot of AppleCommander's support for the AppleSingle format in that there are multiple Java-based tools that can benefit from a pre-built library to support the AppleSingle format.

Subprojects

This project is split into two sub-projects:

  • api is the Java API
  • asu is a command-line tool for manipulating images

Resources