mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Mac: Update MoltenVK to version from the latest SDK
This commit is contained in:
parent
8e74907710
commit
97a0acf6d0
@ -1,10 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Hello"
|
||||
echo "Hello from macbundle.sh"
|
||||
|
||||
PPSSPP="${1}"
|
||||
PPSSPP_SHORTNAME="${2}"
|
||||
PPSSPPSDL="${PPSSPP}/Contents/MacOS/${PPSSPP_SHORTNAME}"
|
||||
MOLTENVK="${PPSSPP}/Contents/Frameworks/libMoltenVK.dylib"
|
||||
|
||||
ls ${PPSSPPSDL}
|
||||
|
||||
@ -54,5 +55,7 @@ fi
|
||||
|
||||
# AdHoc codesign is required for Apple Silicon.
|
||||
echo "Signing..."
|
||||
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPPSDL}" || echo "Failed signing"
|
||||
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPP}" || echo "Failed signing"
|
||||
|
||||
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${MOLTENVK}" || echo "Failed signing MoltenVK"
|
||||
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPPSDL}" || echo "Failed signing PPSSPPSDL"
|
||||
codesign -fs - --entitlements ../macOS/Entitlements.plist --timestamp "${PPSSPP}" || echo "Failed signing PPSSPP"
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user