summaryrefslogtreecommitdiff
path: root/merchant-terminal/fastlane/Fastfile
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-03 08:44:37 -0300
committerTorsten Grote <t@grobox.de>2023-01-03 08:45:14 -0300
commitde79f6aeab2e3c3b966da77c0c46a1ae49ccc192 (patch)
tree6af371f409e3d448b16b13625e33871bc338b39d /merchant-terminal/fastlane/Fastfile
parent20003b852106fb7bafcbe41db318b4c323ffbfab (diff)
downloadtaler-android-de79f6aeab2e3c3b966da77c0c46a1ae49ccc192.tar.gz
taler-android-de79f6aeab2e3c3b966da77c0c46a1ae49ccc192.tar.bz2
taler-android-de79f6aeab2e3c3b966da77c0c46a1ae49ccc192.zip
[pos] Shorten app title as old title is rejected now as too long
Diffstat (limited to 'merchant-terminal/fastlane/Fastfile')
-rw-r--r--merchant-terminal/fastlane/Fastfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/merchant-terminal/fastlane/Fastfile b/merchant-terminal/fastlane/Fastfile
index 2398c81..9c09d50 100644
--- a/merchant-terminal/fastlane/Fastfile
+++ b/merchant-terminal/fastlane/Fastfile
@@ -36,7 +36,7 @@ platform :android do
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
skip_upload_apk: 'true', # This is an app bundle, so APK is not possible
- validate_only: 'true'
+ validate_only: 'false'
)
end
end