IPASorter/README.md
2021-10-03 19:45:36 -07:00

11 lines
326 B
Markdown

# IPASorter
Cross platform sorter for iOS app packages (IPAs)
## Command line arguments
`IPASorter <path>` or
`dotnet IPASorter.dll <path>`
Running with no arguments will sort from the directory the program is in.
requires .net core 3.1 or later
plist parsing from https://github.com/animetrics/PlistCS