From 4aaeed2069c22d3bacdcfc1ed48f2e48c166eb80 Mon Sep 17 00:00:00 2001 From: felix-schwarz Date: Tue, 17 Oct 2023 14:04:12 +0000 Subject: [PATCH] Configuration documentation updated --- doc/CONFIGURATION.json | 13 +++++++++++++ doc/configuration.adoc | 6 ++++++ 2 files changed, 19 insertions(+) diff --git a/doc/CONFIGURATION.json b/doc/CONFIGURATION.json index 643b0efb2..c9c5e0278 100644 --- a/doc/CONFIGURATION.json +++ b/doc/CONFIGURATION.json @@ -1105,6 +1105,19 @@ "status" : "supported", "type" : "string" }, + { + "autoExpansion" : "none", + "category" : "Build", + "categoryTag" : "build", + "classIdentifier" : "build", + "className" : "BuildOptions", + "description" : "Sets a custom version number for the app.", + "flatIdentifier" : "build.version-number", + "key" : "version-number", + "label" : "build.version-number", + "status" : "supported", + "type" : "string" + }, { "autoExpansion" : "none", "category" : "Connection", diff --git a/doc/configuration.adoc b/doc/configuration.adoc index e9d0e18d2..01cea4100 100644 --- a/doc/configuration.adoc +++ b/doc/configuration.adoc @@ -668,6 +668,12 @@ tag::build[] |Set a custom app group identifier via Branding.plist parameter. This value will be set by fastlane. Changes OCAppGroupIdentifier, OCKeychainAccessGroupIdentifier only. Fastlane does not need the provisioning profile and certificate with the given app group identifer. Needs resigning with the correct provisioning profile and certificate. This is needed, if a customer is using an own resigning script which does not handle setting the app group identifier. |supported `candidate` +|build.version-number +|string +| +|Sets a custom version number for the app. +|supported `candidate` + |=== end::build[]