Skip to content

Commit

Permalink
[AUTO] Update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 23, 2021
1 parent e619d1a commit 7fc28af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
5 changes: 5 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,17 @@ async function main() {
addFlagArg('parallelize-targets', 'parallelizeTargets');
addBoolArg('enable-code-coverage', 'enableCodeCoverage');
addBoolArg('parallel-testing-enabled');
addFlagArg('quiet');
addFlagArg('hide-shell-script-environment', 'hideShellScriptEnvironment');
addBoolArg('enable-address-sanitizer', 'enableAddressSanitizer');
addBoolArg('enable-thread-sanitizer', 'enableThreadSanitizer');
addBoolArg('enable-undefined-behavior-sanitizer', 'enableUndefinedBehaviorSanitizer');
addInputArg('result-bundle-path', 'resultBundlePath');
addInputArg('result-bundle-version', 'resultBundleVersion');
addInputArg('derived-data-path', 'derivedDataPath');
addInputArg('xcroot');
addInputArg('xctestrun');
addInputArg('test-plan', 'testPlan');
addInputArg('skip-testing');
addFlagArg('skip-unavailable-actions', 'skipUnavailableActions');
addFlagArg('allow-provisioning-updates', 'allowProvisioningUpdates');
Expand Down
27 changes: 2 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fc28af

Please sign in to comment.