Skip to content

Commit

Permalink
Disable missing copy check
Browse files Browse the repository at this point in the history
(Verifier has incomplete copy)
  • Loading branch information
iandundas committed Jan 21, 2022
1 parent 0c7a8be commit b7e6bf9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7e6bf9

Please sign in to comment.