You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@
21
21
## Features
22
22
23
23
- Automatically fixes Pinterest crashes on iOS 5+
24
-
- Modifies CFBundleVersion and CFBundleShortVersionString to "13.28"
24
+
- Modifies CFBundleVersion and CFBundleShortVersionString to empty strings
25
+
- Blocks update alerts that appear on app launch
25
26
- Supports multiple Pinterest bundle identifiers since there are some versions with weird bundle identifiers
26
27
- The tweak remembers if Pinterest is already fixed to avoid unnecessary scans
27
28
@@ -51,6 +52,10 @@
51
52
52
53
## Changelog
53
54
55
+
### v1.0.2
56
+
- 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.
57
+
- Update alerts are now automatically blocked.
58
+
54
59
### v1.0.1
55
60
- Fixed a bug that caused the SpringBoard to crash
56
61
- Fixed an issue where Pinterest sometimes wasn't patched
@@ -65,17 +70,18 @@
65
70
66
71
## Behind the Scenes
67
72
68
-
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 "13.28", which prevents Pinterest from crashing on iOS 5+.
73
+
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.
69
74
70
75
## Credits
71
76
72
-
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 strings to "13.28".
73
-
I DMed the creator, but he didn’t respond. If he wants, I’ll gladly mention him here.
77
+
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.
78
+
I DMed the creator, but he didn't respond. If he wants, I'll gladly mention him here.
79
+
In the latest update, I've replaced the version strings with empty strings since the old method didn't work anymore.
0 commit comments