Set CFBundleExecutable in Info.plist without path

This commit is contained in:
Henrik Rydgård 2023-04-28 09:27:10 +02:00
parent ab37b8dea9
commit 26758f7934
3 changed files with 6 additions and 18 deletions

View File

@ -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
==================================

View File

@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Contents/MacOS/PPSSPPSDL</string>
<string>PPSSPPSDL</string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIconFile</key>

View File

@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Contents/MacOS/PPSSPPGold</string>
<string>PPSSPPGold</string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIconFile</key>