ChargePoint / xcparse

Command line tool & Swift framework for parsing Xcode 11+ xcresult
MIT License
393 stars 47 forks source link

Added an option to divide by device identifier #83

Open djavan-bertrand opened 1 year ago

djavan-bertrand commented 1 year ago

Change Description:

Added an option to divide attachments by target identifier. Using --identifier will export the attachments into folders named after the device identifier. This option takes precedence over --model and --os, hence these options will be ignored if --identifier is passed. This can be useful if tests are run on two devices with same model and os.

Test Plan/Testing Performed:

Tests have been updated to ensure that this new command works correctly.