From 2256d706010a841b948978a1fbaa7bebbe9990a9 Mon Sep 17 00:00:00 2001 From: opa334 Date: Mon, 31 Oct 2022 23:48:32 +0100 Subject: [PATCH] We still need this for update installs... crap (1.3.4) --- RootHelper/control | 2 +- TrollHelper/Resources/Info.plist | 2 +- TrollHelper/control | 2 +- TrollStore/Resources/Info.plist | 7 ++++++- TrollStore/TSAppInfo.m | 4 ++-- TrollStore/control | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/RootHelper/control b/RootHelper/control index 8595b77..2087c98 100644 --- a/RootHelper/control +++ b/RootHelper/control @@ -1,6 +1,6 @@ Package: com.opa334.trollstoreroothelper Name: trollstoreroothelper -Version: 1.3.3 +Version: 1.3.4 Architecture: iphoneos-arm Description: An awesome tool of some sort!! Maintainer: opa334 diff --git a/TrollHelper/Resources/Info.plist b/TrollHelper/Resources/Info.plist index 5341728..04cfa46 100644 --- a/TrollHelper/Resources/Info.plist +++ b/TrollHelper/Resources/Info.plist @@ -52,7 +52,7 @@ iPhoneOS CFBundleVersion - 1.3.3 + 1.3.4 LSRequiresIPhoneOS UIDeviceFamily diff --git a/TrollHelper/control b/TrollHelper/control index 57fd092..9ca0606 100644 --- a/TrollHelper/control +++ b/TrollHelper/control @@ -1,6 +1,6 @@ Package: com.opa334.trollstorehelper Name: TrollStore Helper -Version: 1.3.3 +Version: 1.3.4 Architecture: iphoneos-arm Description: Helper utility to install and manage TrollStore! Maintainer: opa334 diff --git a/TrollStore/Resources/Info.plist b/TrollStore/Resources/Info.plist index b82f0d8..eb3fca6 100644 --- a/TrollStore/Resources/Info.plist +++ b/TrollStore/Resources/Info.plist @@ -50,7 +50,7 @@ iPhoneOS CFBundleVersion - 1.3.3 + 1.3.4 LSRequiresIPhoneOS UIDeviceFamily @@ -188,5 +188,10 @@ LSSupportsOpeningDocumentsInPlace + TSRootBinaries + + trollstorehelper + ldid + diff --git a/TrollStore/TSAppInfo.m b/TrollStore/TSAppInfo.m index ae7c957..122174d 100644 --- a/TrollStore/TSAppInfo.m +++ b/TrollStore/TSAppInfo.m @@ -1075,14 +1075,14 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size); { [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\n\nPrivacy" attributes:headerAttributes]]; [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can access the following services without asking for permission:\n" attributes:bodyWarningAttributes]]; - [description appendAttributedString:[[NSAttributedString alloc] initWithString:[NSListFormatter localizedStringByJoiningStrings:[allowedTccServices allObjects]] attributes:bodyWarningAttributes]]; + [description appendAttributedString:[[NSAttributedString alloc] initWithString:[NSListFormatter localizedStringByJoiningStrings:[allowedTccServices allObjects]] attributes:bodyAttributes]]; } if (allowedMGKeys.count) { [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\n\nDevice Info" attributes:headerAttributes]]; [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can access protected information about this device:\n" attributes:bodyWarningAttributes]]; - [description appendAttributedString:[[NSAttributedString alloc] initWithString:[NSListFormatter localizedStringByJoiningStrings:[allowedMGKeys allObjects]] attributes:bodyWarningAttributes]]; + [description appendAttributedString:[[NSAttributedString alloc] initWithString:[NSListFormatter localizedStringByJoiningStrings:[allowedMGKeys allObjects]] attributes:bodyAttributes]]; } if(unrestrictedContainerAccess || accessibleContainers.count) diff --git a/TrollStore/control b/TrollStore/control index 7260269..440fee7 100644 --- a/TrollStore/control +++ b/TrollStore/control @@ -1,6 +1,6 @@ Package: com.opa334.trollstore Name: TrollStore -Version: 1.3.3 +Version: 1.3.4 Architecture: iphoneos-arm Description: An awesome application! Maintainer: opa334