a lot of fixes and updates

This commit is contained in:
kawaiizenbo 2021-10-03 19:45:36 -07:00
parent fcf6830e2d
commit 323f348410
3 changed files with 83 additions and 21 deletions

View file

@ -2,10 +2,9 @@
Cross platform sorter for iOS app packages (IPAs)
## Command line arguments
`IPASorter <path> <options>`
Running with no arguments will sort from the directory the program is in with no sorting options.
### Sorting Options
coming soon
`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