A Java library and command-line tool for AppleSingle support.
Go to file
2022-06-05 16:47:31 -05:00
api Enforcing Java 11. 2022-06-05 16:46:04 -05:00
gradle/wrapper First round of updates. Leaving publication for later. #1 2020-11-24 19:37:27 -06:00
tools/asu AppleSingle entry can have a length of 0. Adjusting how 0 byte entries 2022-06-05 16:47:31 -05:00
.gitignore
build.gradle Gradle tweaks: fix for Oracle javadoc doclint strictness; made the signing task a bit more intelligent. 2018-05-29 10:46:19 -05:00
gradle.properties Setting snapshot version. 2022-06-05 16:45:50 -05:00
gradlew First round of updates. Leaving publication for later. #1 2020-11-24 19:37:27 -06:00
gradlew.bat First round of updates. Leaving publication for later. #1 2020-11-24 19:37:27 -06:00
LICENSE
README.md
settings.gradle

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