Skip to content

Commit 028a04a

Browse files
committed
use adhoc signing for catalyst tests
1 parent a27eb03 commit 028a04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test_catalyst.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ args=(
5353
"ARCHS=x86_64" "VALID_ARCHS=x86_64" "SUPPORTS_MACCATALYST=YES"
5454
# Run on macOS.
5555
"-sdk" "macosx" "-destination platform=\"OS X\"" "TARGETED_DEVICE_FAMILY=2"
56-
# Disable signing.
57-
"CODE_SIGN_IDENTITY=-" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"
56+
# Use ad-hoc signing for macOS tests.
57+
"CODE_SIGN_IDENTITY=-"
5858
# GHA is still running 10.15.
5959
"MACOSX_DEPLOYMENT_TARGET=10.15"
6060
)

0 commit comments

Comments
 (0)