This commit is contained in:
opa334
2022-10-17 20:30:49 +02:00
parent ad00f892de
commit 7d319b04d1
8 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.2</string>
<string>1.2.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIDeviceFamily</key>
+3
View File
@@ -109,6 +109,9 @@
case 178:
errorDescription = @"Failed to copy app bundle.";
break;
case 179:
errorDescription = @"The app you tried to install has the same identifier as a system app already installed on the device. The installation has been prevented to protect you from possible bootloops or other issues.";
break;
// App detach errors
/*case 184:
errorDescription = @"Refusing to detach, the app is still signed with a fake root certificate. The detach option is only for when you have installed an App Store app on top of a TrollStore app.";
+1 -1
View File
@@ -1,6 +1,6 @@
Package: com.opa334.trollstore
Name: TrollStore
Version: 1.2
Version: 1.2.1
Architecture: iphoneos-arm
Description: An awesome application!
Maintainer: opa334