Skip to content

Commit

Permalink
Configuration documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz authored and github-actions[bot] committed Oct 17, 2023
1 parent 8eb36bd commit 4aaeed2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/CONFIGURATION.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions doc/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down

0 comments on commit 4aaeed2

Please sign in to comment.