This commit is contained in:
opa334
2022-11-22 20:46:01 +01:00
parent 755d1d8724
commit 59eae957e9
7 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.3</string>
<string>1.4.4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIDeviceFamily</key>
-3
View File
@@ -67,9 +67,6 @@
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;
case 180:
errorDescription = @"The LSApplicationWorkspace app installation failed.";
break;
}
NSError* error = [NSError errorWithDomain:TrollStoreErrorDomain code:code userInfo:@{NSLocalizedDescriptionKey : errorDescription}];
+1 -1
View File
@@ -1,6 +1,6 @@
Package: com.opa334.trollstore
Name: TrollStore
Version: 1.4.3
Version: 1.4.4
Architecture: iphoneos-arm
Description: An awesome application!
Maintainer: opa334