From de79f6aeab2e3c3b966da77c0c46a1ae49ccc192 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 3 Jan 2023 08:44:37 -0300 Subject: [pos] Shorten app title as old title is rejected now as too long --- merchant-terminal/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'merchant-terminal/fastlane/Fastfile') 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 -- cgit v1.2.3