You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DebToIPA/ContentView.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,11 +91,11 @@ struct ContentView: View {
91
91
iflet convError = error as?ConversionError{
92
92
switch convError {
93
93
case.unsupportedApp:
94
-
alert("The .deb you imported is UNSUPPORTED and CANNOT be converted to .ipa, as it doesn't have Applications folder.")
94
+
alert("The .deb you imported is UNSUPPORTED by the method the app uses and CANNOT be converted to .ipa, as it doesn't have Applications folder. You can try using a PC/Mac to inject the tweak into .ipa.")
95
95
case.noDataFound:
96
96
alert("Data wasn't found in .deb. Are you sure the .deb you imported isn't corrupted?")
97
97
case.noApplication:
98
-
alert("The .deb you imported is UNSUPPORTED and CANNOT be converted to .ipa, as it doesn't have a .app file inside it.")
98
+
alert("The .deb you imported is UNSUPPORTED by the method the app uses and CANNOT be converted to .ipa, as it doesn't have Applications folder. You can try using a PC/Mac to inject the tweak into .ipa.")
0 commit comments