Skip to content

Commit

Permalink
Merge pull request #1532 from firebase/update-build-for-testing-script
Browse files Browse the repository at this point in the history
Add code signing note in build-for-testing.sh
  • Loading branch information
tonybaroneee authored Nov 9, 2023
2 parents 35d60e4 + 6239ea6 commit 8aa0163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-for-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if [[ "$SAMPLE" == Config ]];then
flags+=( -configuration Debug )
fi

# NOTE: Add your code signature details here for running tests in Firebase Test Lab
flags+=(
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
Expand Down

0 comments on commit 8aa0163

Please sign in to comment.