[NOTE] This project is deprecated! The tweak only works on 1.x (I don't remember exactly).
RunMario is a iOS tweak that allow you to play SuperMarioRun on a jailbreak device.
- Install on Cydia. (It published on BigBoss, which is one of the default sources)
- or Compile with THEOS,
make package FINALPACKAGE=1
When your iOS device is jailbreaked, SuperMarioRun.app will quit immediately after launching. It may on the perpose of preventing cheating, but, as a developer, where are many more reasons to jailbreak my iOS device while playing my SuperMarioRun.
There are many methods of checking jailbreak state for an AppStore APP. The most common method is checking the pathes outside an app's
sandbox. By disassenble the binary, fileExistsAtPath
is found to use for checking. Just hook this method and return NO for
some pathes outside the sandbox.
thank @Qusic for Xgress, as an example.