From 26758f793410e8328c799cce8f951df8884295da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 28 Apr 2023 09:27:10 +0200 Subject: [PATCH] Set CFBundleExecutable in Info.plist without path --- SDL/README.TXT | 20 ++++---------------- macOS/Info.plist | 2 +- macOS/InfoGold.plist | 2 +- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/SDL/README.TXT b/SDL/README.TXT index fa432a8b8f..19b5c2bea2 100644 --- a/SDL/README.TXT +++ b/SDL/README.TXT @@ -1,20 +1,8 @@ -1. Install GCC, CMake, and development libraries for zlib and sdl. -2. mkdir build -3. cd build -4. cmake .. -5. make +Build instructions +================== +See https://github.com/hrydgard/ppsspp/wiki/Build-instructions . -That should do it. - -Special instructions for MacOSX: - -Install XCode -Install CMake -Open XCode, Preferences, Downloads, Components. Install the command line toools. - -Install MacPorts -Using MacPorts, install libpng -Do the above. +Also, for general information, see https://www.ppsspp.org/docs . SDL2 Game Controller Support Notes ================================== diff --git a/macOS/Info.plist b/macOS/Info.plist index a5950ee084..c4f448c261 100644 --- a/macOS/Info.plist +++ b/macOS/Info.plist @@ -54,7 +54,7 @@ CFBundleExecutable - Contents/MacOS/PPSSPPSDL + PPSSPPSDL CFBundleGetInfoString CFBundleIconFile diff --git a/macOS/InfoGold.plist b/macOS/InfoGold.plist index 0d8a4b0173..cd816e2501 100644 --- a/macOS/InfoGold.plist +++ b/macOS/InfoGold.plist @@ -54,7 +54,7 @@ CFBundleExecutable - Contents/MacOS/PPSSPPGold + PPSSPPGold CFBundleGetInfoString CFBundleIconFile