summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-06-04 13:51:03 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-06-04 13:51:03 -0400
commit79d5d38c5b2ba53de532b9c23e2c6aff76890911 (patch)
treefd66010cbd55dd6591a35fc88cd9db1ac7d13c32
parent6b190ad4b7c7cfd575144fc3639880d2d2005311 (diff)
downloadsdl_ios-79d5d38c5b2ba53de532b9c23e2c6aff76890911.tar.gz
Fix swift app compile error
-rw-r--r--Example Apps/Example Swift/ProxyManager.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example Apps/Example Swift/ProxyManager.swift b/Example Apps/Example Swift/ProxyManager.swift
index 71be7ea1f..3b7ed1ef5 100644
--- a/Example Apps/Example Swift/ProxyManager.swift
+++ b/Example Apps/Example Swift/ProxyManager.swift
@@ -247,7 +247,7 @@ extension ProxyManager: SDLManagerDelegate {
return nil
}
- update.ttsName = SDLTTSChunk(text: appName, type: .text)
+ update.ttsName = [SDLTTSChunk(text: update.appName!, type: .text)]
return update
}