A Java library and command-line tool for AppleSingle support.
Go to file
dependabot[bot] e56a9d32df
Bump org.springframework.boot from 2.6.1 to 3.2.5
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.6.1 to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.1...v3.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 01:35:16 +00:00
.github Adding automatic builds 2023-10-28 11:37:26 -05:00
api Adding an AppleSingle edit command. 2024-02-07 18:54:43 -06:00
gradle/wrapper Bumping to Gradle 7.3.1 (same as AppleCommander). #1 2023-10-28 11:30:54 -05:00
tools/asu Bump org.springframework.boot from 2.6.1 to 3.2.5 2024-04-22 01:35:16 +00: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 an AppleSingle edit command. 2024-02-07 18:54:43 -06:00
gradlew Bumping to Gradle 7.3.1 (same as AppleCommander). #1 2023-10-28 11:30:54 -05:00
gradlew.bat First round of updates. Leaving publication for later. #1 2020-11-24 19:37:27 -06:00
settings.gradle Noticed that the tools subproject (which is empty) shows up in Eclipse. 2018-05-28 22:38:57 -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