From 5e1ba2ee727fa4a52fae14d1109cadb346abeb8e Mon Sep 17 00:00:00 2001 From: Adam Danielczyk <12165583+adamdanielczyk@users.noreply.github.com> Date: Wed, 6 May 2020 16:22:19 +0200 Subject: [PATCH] Replace summary with description (#19) --- step.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/step.yml b/step.yml index 562fedc..1540a61 100644 --- a/step.yml +++ b/step.yml @@ -1,5 +1,7 @@ title: Set Xcode Project Build Number summary: |- + Set the value of Bundle version in the project's Info.plist file to the specified version number. +description: |- Sets the value of Bundle version in the specified Info.plist file. A great way to keep track of version when submitting bug reports. @@ -7,8 +9,6 @@ summary: |- You need to add this step to your workflow for every build target one by one. If there are targets with different version numbers the app cannot be submitted for App Review or Beta App Review. -description: |- - Set the value of Bundle version in the project's Info.plist file to the specified version number. website: https://github.com/bitrise-io/set-xcode-build-number source_code_url: https://github.com/bitrise-io/set-xcode-build-number support_url: https://github.com/bitrise-io/set-xcode-build-number/issues