Skip to content

Commit 4a3bc5c

Browse files
committed
use --deep for code signing
1 parent 0b65a78 commit 4a3bc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ main() {
9393
CODESIGN_IDENTITY="$(git config --get user.name)"
9494
fi
9595
set -x
96-
codesign -s "$CODESIGN_IDENTITY" -f "$TARGET_APP" -v
96+
codesign --deep -s "$CODESIGN_IDENTITY" -f "$TARGET_APP" -v
9797
set +x
9898
fi
9999

0 commit comments

Comments
 (0)