Skip to content

Commit 2c0b100

Browse files
updates to error messages
1 parent 45da117 commit 2c0b100

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DebToIPA/ContentView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ struct ContentView: View {
9191
if let convError = error as? ConversionError {
9292
switch convError {
9393
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.")
9595
case .noDataFound:
9696
alert("Data wasn't found in .deb. Are you sure the .deb you imported isn't corrupted?")
9797
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.")
9999
case .noPermission:
100100
alert("No permission to view the file")
101101
case .unknownFiletypeInsideTar:

0 commit comments

Comments
 (0)