Remove hardened requirement on the development code signing
When we do real releases, we override this signing anyway.
This commit is contained in:
parent
b125040944
commit
108c8cd26a
1 changed files with 2 additions and 2 deletions
|
@ -53,5 +53,5 @@ fi
|
||||||
|
|
||||||
# AdHoc codesign is required for Apple Silicon.
|
# AdHoc codesign is required for Apple Silicon.
|
||||||
echo "Signing..."
|
echo "Signing..."
|
||||||
codesign -fs - --options runtime --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPPSDL}" || exit 1
|
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPPSDL}" || echo "Failed signing"
|
||||||
codesign -fs - --options runtime --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPP}" || exit 1
|
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPP}" || echo "Failed signing"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue