From 6239ea60270a131c319cba46d8ad912b8c8d54aa Mon Sep 17 00:00:00 2001 From: Anthony Barone Date: Thu, 9 Nov 2023 11:57:09 -0500 Subject: [PATCH] Add code signing note in build-for-testing.sh Code signing is required to run tests in Firebase Test Lab. This PR makes this more explicit in the `build-for-testing.sh` script. --- scripts/build-for-testing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-for-testing.sh b/scripts/build-for-testing.sh index 72df8bebf..8832eb5fc 100755 --- a/scripts/build-for-testing.sh +++ b/scripts/build-for-testing.sh @@ -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