diff --git a/ListenerApp/ContentView.swift b/ListenerApp/ContentView.swift
index f771e42..93f2913 100644
--- a/ListenerApp/ContentView.swift
+++ b/ListenerApp/ContentView.swift
@@ -151,7 +151,7 @@ struct ContentView: View {
}
var stringToSend = ""
if (commonChars < self.textHeard.count) {
- stringToSend = String(repeating: "\u{8}", count: self.textHeard.count - commonChars)
+ stringToSend = String(repeating: "\u{7f}", count: self.textHeard.count - commonChars)
}
stringToSend.append(contentsOf: latestText.suffix(latestText.count - commonChars))
diff --git a/ListenerApp/Info.plist b/ListenerApp/Info.plist
index 8f7894e..9e0c9dc 100644
--- a/ListenerApp/Info.plist
+++ b/ListenerApp/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
1.0
CFBundleVersion
- 66
+ 73
LSRequiresIPhoneOS
NSSpeechRecognitionUsageDescription