diff --git a/project.yml b/project.yml index 0323ba780..9436451e7 100644 --- a/project.yml +++ b/project.yml @@ -214,14 +214,8 @@ targetTemplates: OUTPUT=`$RSWIFT_PATH generate "$SRCROOT/Sources/CTR/Infrastructure/Resources/R.generated.swift" --generators string,image,color` - # forbid TestFlight release if there are missing translations: - if [[ "$OUTPUT" == *"warning"* ]] && [[ "$TESTFLIGHT_DEPLOY" == "true" ]]; then - echo "error: Testflight deploys cannot contain missing translations:" - echo $OUTPUT - exit 1 - else - echo $OUTPUT - fi + echo $OUTPUT + inputFiles: - $TEMP_DIR/rswift-lastrun outputFiles: