Download RetroArch
Download Cores
download iReSign
https://github.com/maciekish/iReSign
git clone https://github.com/maciekish/iReSign
move files
code sign cores.
#!/bin/bash
CODE_SIGN_IDENTITY="iPhone Developer: Firstname Lastname (XXXXXXXX)"
BUILD_PATH="$PWD"
echo "CODESIGNING DYNAMIC LIBRARIES AND BUILDING IPA"
codesign -fs "$CODE_SIGN_IDENTITY" $BUILD_PATH/Payload/RetroArch.app/modules/*.dylib
$ ./codesign
archieve RetroArch.ipa
$ zip -r RetroArch.ipa Payload
resign RetroArch.ipa use iReSign.app
open iReSign.app
- Drag your RetroArch.ipa file to the first box, or use the browse button.
- Drag your RetroArch.mobileprovision to the second box, or use the browse button.
- Select modify ID, input the com.xxx.RetroArch to the fourth box.
- Select full certificate name from Keychain Access, for example "iPhone Developer: Firstname Lastname (XXXXXXXXXX)" in the bottom box.
- Click ReSign! and wait. The resigned file will be saved in the same folder as the original file.
install RetroArch.ipa use iTunes
- Donnection you iPhone to iTunes.
- Drag your RetroArch-resigned.ipa to iTunes in App tab.
- Click Synchronization.
copy games
- Open iFunBox app.
- Drag game to your iPhone -> shared -> RetroArch folder.
play game
- oepn RetroArch on your iPhone.
- select Core Selection -> App -> modules -> xxx.dylib.(ex. fcemu_libretro_ios.dylib).
- select Load Content -> Home -> Document -> xxx.zip.
set gamepad
- if you have a GamePad. Connect it use Bluetooth.
- click top- middle left to stop the game.
- select setting -> Input Settings -> User 1 B to config your GamePad.
- bind other key.
- if need setting -> Input Settings -> Slow motion -> Clear Keyboard.
- select left top button resume to resume game.
enjoy game