Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
proccess -> process
  • Loading branch information
eltociear authored Sep 12, 2024
1 parent 9752b30 commit bc56ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ https://spidy123222.github.io/iOS-Debugging-JIT-Guides/

Play! implements automatic JIT activation through AltServer, which requires AltServer to be running on the same network as your iOS device. This can be enabled in the Settings menu of the emulator.

You can also build the emulator yourself and launch it through Xcode's debugger to enable JIT. This will require installing the iOS SDK. If you don't want to be tethered to Xcode, you can use the "Detach" button in the "Debug" section after attaching the debugger to the app proccess. After you detach the debugger, the debug process will stay on the app until the app's process ends.
You can also build the emulator yourself and launch it through Xcode's debugger to enable JIT. This will require installing the iOS SDK. If you don't want to be tethered to Xcode, you can use the "Detach" button in the "Debug" section after attaching the debugger to the app process. After you detach the debugger, the debug process will stay on the app until the app's process ends.

**If you try to play a game without JIT enabled, you will experience a crash when you launch the game.**

Expand Down

0 comments on commit bc56ada

Please sign in to comment.