Added Converter library containing the helper classes and parsers required to parse App Thinning Size Reports (as per the current format of such reports).
Added tests to verify the functionality of each parser in the Converter library.
Added --flag-variants option for the convert command. This allows for the generation of an app size violations report flagging the app variants that exceed the specified size limit.
Updated README.md to reflect the new command addition.
Test Plan/Testing Performed:
Ran unit tests and verified functionality with a few app thinning size reports locally.
Change Description:
--flag-variants
option for theconvert
command. This allows for the generation of an app size violations report flagging the app variants that exceed the specified size limit.Test Plan/Testing Performed: