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 Nov 12, 2020
1 parent 479778d commit e906be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ async function main() {
addInputArg('derived-data-path', 'derivedDataPath');
addInputArg('skip-testing');
addFlagArg('skip-unavailable-actions', 'skipUnavailableActions');
addFlagArg('allow-provisioning-updates', 'allowProvisioningUpdates');
addFlagArg('allow-provisioning-device-registration', 'allowProvisioningDeviceRegistration');
const buildSettings = core.getInput('build-settings');
if (buildSettings) {
xcodebuildArgs.push(...buildSettings.split(' '));
Expand Down

0 comments on commit e906be8

Please sign in to comment.