Cross platform sorter for iOS app packages (IPAs)
Find a file
2021-10-03 20:00:30 -07:00
IPASorter little oops 2021-10-03 20:00:30 -07:00
.gitattributes Add .gitignore and .gitattributes. 2021-09-18 16:32:22 -07:00
.gitignore Add .gitignore and .gitattributes. 2021-09-18 16:32:22 -07:00
IPASorter.sln Add project files. 2021-09-18 16:32:23 -07:00
LICENSE Create LICENSE 2021-10-03 10:55:40 -07:00
README.md a lot of fixes and updates 2021-10-03 19:45:36 -07:00

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