Skip to content

Commit

Permalink
Remove hardened requirement on the development code signing
Browse files Browse the repository at this point in the history
When we do real releases, we override this signing anyway.
  • Loading branch information
hrydgard committed Apr 25, 2023
1 parent b125040 commit 108c8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDL/macbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 108c8cd

Please sign in to comment.