Releases: zmodelerlover/shr-ios-port
Release list
v0.1.0 — iOS port, unsigned (no game assets)
The Simpsons: Hit & Run — iOS port, first public build
An unsigned iOS build (iPhone + iPad, iOS 15.0+, landscape) of the community
port. It compiles, links, and ships a real .ipa with the on-screen touch
controls and app icon in place. It does not include any game assets — you
add your own from a copy of the game you legitimately own.
Downloads
SRR2-unsigned.ipa— the app bundle, ready for asset injection + sideload.ASSET-INJECTION-GUIDE.md— step-by-step: extract your game data, inject
it into the.ipa, repack, sideload with AltStore/Sideloadly, trust the dev
profile. (Also in the repo at the same filename.)
What works
- Source-level port from the tvOS build to iPhone/iPad (platform layer, native
GameController backend, premake/Info.plist). - Touch HUD with on-screen button icons (ported from the Android fork) — icons
ship in the.ipaalready. - App icon + home-screen name "The Simpsons: Hit & Run".
- CI builds it green and produces this
.ipaon every push tomain.
Known issue — may not launch on device (read before sideloading)
There is no LaunchScreen.storyboard in this build. On some iOS versions /
devices this causes the app to close immediately on launch. This is not an
asset or signing problem — it's the missing launch screen, and it's the #1 open
item for anyone continuing the project. If it crashes on launch, the fix is to
build from source in Xcode with a launch screen added. See the README's roadmap
and "Local build" section.
How to use this release
- Download
SRR2-unsigned.ipaandASSET-INJECTION-GUIDE.md. - Follow the guide: inject your legitimately-owned game data into
Payload/SRR2.app/Assets/TheSimpsons/, repack. - Sideload with AltStore or Sideloadly using your Apple ID (free 7-day cert,
or $99/yr for a 1-year cert). - Trust the developer profile in Settings → General → VPN & Device Management.
- Launch. If it closes immediately, see the known issue above.
Credits
This is a fork. Built on dxcool222's tvOS port, with the touch-control
subsystem and button icons from Carlox33's Android port, carrying forward
Jveda's camera/UI/School fixes, on the ZenoArrows leaked-source lineage,
originally written by Radical Entertainment in 2003. Full credits in the
README.
Legal
Personal / educational use only, with a copy of the game you legitimately own.
No game assets are distributed here. The Simpsons IP is Fox / Disney — not
ours, not for sale, not for the App Store. Sideload to your own device only. If
a rights holder asks for this to come down, it comes down.
— cLohan (Brazil 🇧🇷)
FFmpeg 6.1.2 static libs for iOS (arm64)
Built by build-ffmpeg-ios.yml. --disable-asm plain-C build, matches vendored FFmpeg 6.1 headers (avcodec 60/avformat 60/avutil 58).