Skip to content

Commit 06234ac

Browse files
committed
Disable sandbox in unsigned CI builds
1 parent b47d5da commit 06234ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
-scheme Joiner \
2727
-configuration Release \
2828
-derivedDataPath .build/DerivedData \
29+
ENABLE_APP_SANDBOX=NO \
30+
CODE_SIGN_ENTITLEMENTS="" \
31+
ENABLE_HARDENED_RUNTIME=NO \
2932
CODE_SIGNING_ALLOWED=NO \
3033
CODE_SIGNING_REQUIRED=NO \
3134
CODE_SIGN_IDENTITY="" \

0 commit comments

Comments
 (0)