mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Set CFBundleExecutable in Info.plist without path
This commit is contained in:
parent
ab37b8dea9
commit
26758f7934
@ -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
|
||||
==================================
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user