xamarin-macios/tools/app-compare
Rolf Bjarne Kvinge 2972e1b715
Fix some whitespace issues in various files. (#12399)
* Remove BOM
* Add EOL at end of file.
2021-08-11 10:06:46 +02:00
..
.gitignore [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00
AppComparer.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
DirectoryComparer.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Program.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
README.md [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00
app-compare.csproj [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00

README.md

Application Comparer

Compare the file sizes between two versions of the same app bundle.

The tool outputs markdown so it's easier to read from a gist.

Usage

dotnet run <app1> <app2>

Example

dotnet run MyOldApp.app MyNewApp.app > out
gist out -t md -o