diff --git a/xcode/build_phases/api_generator.sh b/xcode/build_phases/api_generator.sh index e7566a9..6a6276a 100644 --- a/xcode/build_phases/api_generator.sh +++ b/xcode/build_phases/api_generator.sh @@ -6,4 +6,4 @@ link="https://dl.bintray.com/touchin/touchin-tools/ru/touchin/api-generator/${VE . build-scripts/xcode/aux_scripts/download_file.sh ${FILE_NAME} ${link} # execute api generator -java -jar "Downloads/${FILE_NAME}" -s common/api -o ${PROJECT_NAME}/Generated -t api-generator-templates/Swift -a generate-client-code +java -jar "Downloads/${FILE_NAME}" --specification-path common/api --output-path ${PROJECT_NAME}/Generated --templates-path api-generator-templates/Swift --action generate-client-code --single-file true