Build OSX Metal using Makefile (#11941)

pull/11943/head
Jean-André Santoni 2021-01-26 15:48:15 +07:00 committed by GitHub
parent b9691597d1
commit 9a51de833d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -7,6 +7,8 @@ mkdir -p RetroArch.app/Contents/MacOS
cp -r pkg/apple/OSX/* RetroArch.app/Contents
cp retroarch RetroArch.app/Contents/MacOS
mv RetroArch.app/Contents/Info_Metal.plist RetroArch.app/Contents/Info.plist
sed -i'.bak' 's/\${EXECUTABLE_NAME}/RetroArch/' RetroArch.app/Contents/Info.plist
sed -i'.bak' 's/\$(PRODUCT_BUNDLE_IDENTIFIER)/com.libretro.RetroArch/' RetroArch.app/Contents/Info.plist
sed -i'.bak' 's/\${PRODUCT_NAME}/RetroArch/' RetroArch.app/Contents/Info.plist