Skip to content

Commit 6170146

Browse files
committed
wip
1 parent d1012a9 commit 6170146

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build-release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ build_for_arch() {
7575
-configuration "$CONFIG" \
7676
-arch "$arch" \
7777
ONLY_ACTIVE_ARCH=YES \
78+
CODE_SIGN_IDENTITY="" \
79+
CODE_SIGNING_REQUIRED=NO \
80+
CODE_SIGNING_ALLOWED=NO \
7881
clean build 2>&1 | tee "build-${arch}.log"; then
7982
echo "❌ FATAL: xcodebuild failed for $arch"
8083
echo "Check build-${arch}.log for details"

0 commit comments

Comments
 (0)