Skip to content

Releases: opa334/TrollStore

1.2.2

18 Oct 19:45
Compare
Choose a tag to compare
  • Improve the safety checks added in the previous version, now they only affect system apps that are immutable (any apps that are not stored inside /var/containers)

1.2.1

17 Oct 18:37
Compare
Choose a tag to compare
  • 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

11 Oct 21:14
Compare
Choose a tag to compare
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

30 Sep 18:50
Compare
Choose a tag to compare
  • Support opening/installing .tipa files, these are just .ipa files but renamed, unlike .ipa files they can be airdropped to your device however

1.1.1

29 Sep 19:05
Compare
Choose a tag to compare
  • Work around some connectivity issues in TrollHelper and TrollStore on chinese devices
  • Fix a bug where an app could not be uninstalled if it doesn't have an Info.plist

1.1

22 Sep 15:49
Compare
Choose a tag to compare
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

12 Sep 22:09
Compare
Choose a tag to compare
  • Fix a bug where TrollStore could crash on launch (OTA updates via tar should still be working in this state tho)
  • Small visual improvement to app border

1.0.9

12 Sep 18:59
Compare
Choose a tag to compare
  • 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

09 Sep 18:27
Compare
Choose a tag to compare
  • 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

05 Sep 23:10
Compare
Choose a tag to compare
  • 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 to YES
  • 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