From 021e4f410e06f21db233baf0b17c7135eca0e990 Mon Sep 17 00:00:00 2001 From: Aleksandr Shushkov Date: Tue, 2 Aug 2022 15:49:11 +0300 Subject: [PATCH] Removed rendundant notice --- xcode/build_phases/api_generator.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xcode/build_phases/api_generator.sh b/xcode/build_phases/api_generator.sh index 936b16b..12818e1 100755 --- a/xcode/build_phases/api_generator.sh +++ b/xcode/build_phases/api_generator.sh @@ -227,7 +227,6 @@ api_generator_codegen() local -r DOWNLOAD_URL="https://maven.dev.touchin.ru/ru/touchin/api-generator/${VERSION}/${FILE_NAME}" . build-scripts/xcode/aux_scripts/download_file.sh ${FILE_NAME} ${DOWNLOAD_URL} - notice $(is_single_file) java -Xmx6g -jar "Downloads/${FILE_NAME}" generate-client-code --output-language SWIFT --specification-path ${API_SPEC_DIR} --output-path ${OUTPUT_PATH} --single-file $(is_single_file) }