mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Remove hardened requirement on the development code signing
When we do real releases, we override this signing anyway.
This commit is contained in:
+2
-2
@@ -53,5 +53,5 @@ fi
|
||||
|
||||
# AdHoc codesign is required for Apple Silicon.
|
||||
echo "Signing..."
|
||||
codesign -fs - --options runtime --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPPSDL}" || exit 1
|
||||
codesign -fs - --options runtime --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPP}" || exit 1
|
||||
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPPSDL}" || echo "Failed signing"
|
||||
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPP}" || echo "Failed signing"
|
||||
|
||||
Reference in New Issue
Block a user