mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
Update code signing process in macbuild.sh
Removed old code signing commands and added new ones.
This commit is contained in:
parent
cfd1129b68
commit
db48f1eab9
1 changed files with 1 additions and 4 deletions
|
|
@ -41,10 +41,7 @@ lipo -create \
|
|||
"$DD_APP_PATH_ARM64/Contents/MacOS/$APPLICATION_NAME" \
|
||||
-output "$TARGET_APP/Contents/MacOS/$APPLICATION_NAME"
|
||||
|
||||
codesign --remove "$TARGET_APP"
|
||||
if [ -e "$TARGET_APP/_CodeSignature" ]; then
|
||||
rm -rf "$TARGET_APP/_CodeSignature"
|
||||
fi
|
||||
codesign --force --deep --sign - "$TARGET_APP"
|
||||
|
||||
echo "Universal Mac Catalyst build completed: $TARGET_APP"
|
||||
lipo -archs "$TARGET_APP/Contents/MacOS/$APPLICATION_NAME"
|
||||
|
|
|
|||
Loading…
Reference in a new issue