mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
cleanup
This commit is contained in:
parent
a220004054
commit
d8a0c929de
1 changed files with 6 additions and 11 deletions
15
.github/workflows/desktop-build.yml
vendored
15
.github/workflows/desktop-build.yml
vendored
|
|
@ -473,26 +473,21 @@ jobs:
|
||||||
security unlock-keychain -p "$MACOS_CI_KEYCHAIN_PWD" build.keychain
|
security unlock-keychain -p "$MACOS_CI_KEYCHAIN_PWD" build.keychain
|
||||||
codesign --sign="$MACOS_CERTIFICATE_NAME" --entitlements=".ci/macos.entitlements" --options=runtime --force --deep --timestamp --verbose ${{steps.build.outputs.path}}
|
codesign --sign="$MACOS_CERTIFICATE_NAME" --entitlements=".ci/macos.entitlements" --options=runtime --force --deep --timestamp --verbose ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
echo "Inspect/Verify app signature"
|
echo "Inspect app signature"
|
||||||
codesign -dv --verbose ${{steps.build.outputs.path}}
|
codesign -dv --verbose ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
echo "..."
|
echo "Verify app signature"
|
||||||
codesign --verify --verbose ${{steps.build.outputs.path}}
|
|
||||||
echo "."
|
|
||||||
codesign --verify --deep --verbose ${{steps.build.outputs.path}}
|
codesign --verify --deep --verbose ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
echo "... ..."
|
|
||||||
echo "Checking Gatekeepr conformance of the app"
|
echo "Checking Gatekeepr conformance of the app"
|
||||||
codesign --verify --deep --strict --verbose=2 ${{steps.build.outputs.path}}
|
codesign --verify --deep --strict --verbose=2 ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
|
echo "Assess the application"
|
||||||
|
spctl --assess --type execute --verbose ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
echo "Checking Gatekeepr conformance of the app 2"
|
echo "Checking Gatekeepr conformance of the app 2"
|
||||||
spctl -a -t exec -vv ${{steps.build.outputs.path}}
|
spctl -a -t exec -vv ${{steps.build.outputs.path}}
|
||||||
|
|
||||||
echo "Assess the application"
|
|
||||||
spctl -a -t exec -vv ${{steps.build.outputs.path}}
|
|
||||||
echo "."
|
|
||||||
spctl --assess --type execute --verbose ${{steps.build.outputs.path}}
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Notarize app bundle
|
- name: Notarize app bundle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue