An iOS tweak that automatically fixes Pinterest on iOS 5+ by modifying the app's Info.plist version strings.
- Automatically fixes Pinterest crashes on iOS 5+
- Modifies CFBundleVersion and CFBundleShortVersionString to empty strings
- Blocks update alerts that appear on app launch
- Supports multiple Pinterest bundle identifiers since there are some versions with weird bundle identifiers
- The tweak remembers if Pinterest is already fixed to avoid unnecessary scans
- iOS 5.0+
- Pinterest app version 2.6+ (tested with versions 2.6+, 3.4.1, and 3.8.1)
- MobileSubstrate
-
Add the repo
repo.victorlobe.meto Cydia -
Install PinterestFix
-
Respring your device
-
Launch Pinterest - it should now work without crashing!
-
Download the
.debfile -
Install using
dpkg -i PinterestFix.deb -
Respring your device
- PinterestFix works again! Pinterest changed something on their end which broke the previous fix. In this version, the tweak modifies the version strings to empty strings instead of a specific version number.
- Update alerts are now automatically blocked.
- Fixed a bug that caused the SpringBoard to crash
- Fixed an issue where Pinterest sometimes wasn't patched
- Initial release
- Add support for older Pinterest versions (if possible)
- Create settings panel for manual control
The tweak runs in SpringBoard and proactively scans for Pinterest installations on launch. It automatically modifies the Info.plist file to set both CFBundleVersion and CFBundleShortVersionString to empty strings, which prevents Pinterest from crashing on iOS 5+. Additionally, it blocks update alerts that would normally appear when launching Pinterest.
This tweak is based on a manual fix tutorial that was originally shared in a Discord group. The method involved manually editing Pinterest's Info.plist file with iFile to change the version number. I DMed the creator, but he didn't respond. If he wants, I'll gladly mention him here. In the latest update, I've replaced the version strings with empty strings since the old method didn't work anymore.
Made with ❤️ by Victor Lobe
MIT License – Free to use, share, and modify.
