Skip to content

victorlobe/PinterestFix-Tweak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PinterestFixIcon

PinterestFix

An iOS tweak that automatically fixes Pinterest on iOS 5+ by modifying the app's Info.plist version strings.

Download License Platform


Features

  • 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

Requirements

  • iOS 5.0+
  • Pinterest app version 2.6+ (tested with versions 2.6+, 3.4.1, and 3.8.1)
  • MobileSubstrate

Installation

  1. Add the repo repo.victorlobe.me to Cydia

  2. Install PinterestFix

  3. Respring your device

  4. Launch Pinterest - it should now work without crashing!

Manual Installation

  1. Download the .deb file

  2. Install using dpkg -i PinterestFix.deb

  3. Respring your device

Changelog

v1.0.2

  • 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.

v1.0.1

  • Fixed a bug that caused the SpringBoard to crash
  • Fixed an issue where Pinterest sometimes wasn't patched

v1.0.0

  • Initial release

To Do

  • Add support for older Pinterest versions (if possible)
  • Create settings panel for manual control

Behind the Scenes

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.

Credits

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.

Author

Made with ❤️ by Victor Lobe

License

MIT License – Free to use, share, and modify.

About

Fixes Pinterest on iOS 5+

Resources

Stars

Watchers

Forks

Packages

No packages published