From 031d29aaa4a6e7bc22ab4b7d6998185bc68f916b Mon Sep 17 00:00:00 2001 From: sersoft-bot Date: Mon, 2 Oct 2023 15:08:36 +0000 Subject: [PATCH] [AUTO] Update generated code --- dist/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/index.js b/dist/index.js index 858a67c..f4ba1c2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -223,7 +223,13 @@ async function main() { addPathArg('result-bundle-path', 'resultBundlePath'); addInputArg('result-bundle-version', 'resultBundleVersion'); addPathArg('cloned-source-packages-path', 'clonedSourcePackagesDirPath'); + addPathArg('package-cache-path', 'packageCachePath'); addPathArg('derived-data-path', 'derivedDataPath'); + addFlagArg('disable-package-repository-cache', 'disablePackageRepositoryCache'); + addFlagArg('disable-automatic-package-resolution', 'disableAutomaticPackageResolution'); + addFlagArg('skip-package-updates', 'skipPackageUpdates'); + addFlagArg('skip-package-plugin-validation', 'skipPackagePluginValidation'); + addFlagArg('skip-macro-validation', 'skipMacroValidation'); addPathArg('xcroot'); addPathArg('xctestrun'); addInputArg('test-plan', 'testPlan');