2021-10-03 10:51:23 -07:00
|
|
|
# IPASorter
|
|
|
|
Cross platform sorter for iOS app packages (IPAs)
|
|
|
|
|
|
|
|
## Command line arguments
|
2021-10-03 19:45:36 -07:00
|
|
|
`IPASorter <path>` or
|
|
|
|
`dotnet IPASorter.dll <path>`
|
|
|
|
Running with no arguments will sort from the directory the program is in.
|
2021-10-03 10:00:35 -07:00
|
|
|
|
2021-10-03 10:53:20 -07:00
|
|
|
requires .net core 3.1 or later
|
|
|
|
|
2021-10-03 10:00:35 -07:00
|
|
|
plist parsing from https://github.com/animetrics/PlistCS
|