Releases: opa334/TrollStore
Releases · opa334/TrollStore
1.2.2
1.2.1
- New safety features ensuring it's impossible to install IPAs that have the same identifier as system applications already installed on the device
- Don't patch the Info.plist of TrollStore itself when updating TrollStore (important change to fix issues with updating to future updates)
1.2
- Support detecting persistence helper installed into TrollHelperOTA user app
- Actually fix chinese connectivity issues(?), thanks to @Halo-Michael
- Fix persistence helper black screen when it's installed into apps that use a SceneDelegate
TrollInstaller is now DEPRECATED and superseeded by TrollHelperOTA, installation guide available in README.
1.1.2
1.1.1
1.1
- Sort app list by name
- Improve app borders even more, they should look like the ones in App Store now
- Fix an issue where apps with wrong icon sizes would appear incorrectly in TrollStore
- Fix incorrect icon sizes on iPads
- Kill apps when they are uninstalled
- Improve uicache implementation a bit (should not bring any notable improvements though)
- When a new TrollStore update is available, it will now show in both TrollStore settings and inside the (persistence) helper app alongside a button to install it
1.0.10
1.0.9
- Work around an ldid bug where the entitlements of root helpers would be stripped when signing them
- Improve app list in apps tab (icons, versions, bundle identifiers) (partitially thanks to contributions from @tylinux)
- Add an option to open an app to the menu that appears when pressing on an app in the apps tab (thanks to contributions from @SerenaKit)
1.0.8
- Pretend apps installed through TrollStore are ad hoc signed, not sure if this improves anything but I found some checks for it
- Remove apple owned URL schemes when installing apps, prevents apps from breaking system functionality (if you have such an app installed, reinstall the IPA after updating to TrollStore 1.0.8)
- Prevent deletion of group containers when another app is still uses it
- Fix another small file permission problem when installing some very specific IPAs
- Add a pop up when pressing an app in the list, currently only has an uninstall option
- Code improvments, more detailed error messages on installation failure
1.0.7
- Don't resign an app when the main binary is already signed with a fake root certificate
- Don't resign an app when the Info.plist has a
TSBundlePreSigned
key that's set toYES
- If ldid is not installed and an app is unsigned, throw an error instead of installing it because it would just crash on launch anyways
- Improve entitlement dumping by using a system API instead of homebrewed file parsing code
This update mostly consists of contributions by @luken11 !
Silent update:
- Add iPad Mini 6 support to TrollInstaller