We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5093887 commit c575ae1Copy full SHA for c575ae1
App/ViewController.swift
@@ -135,6 +135,7 @@ class ViewController: UIViewController {
135
dynamic private func addToSiri(_ sender: Any) {
136
#if !DISABLE_SIRI_SHORTCUT
137
let intent = BuckPhotoIntent()
138
+ // TODO: localize to "Muéstrame un venado" once https://github.com/airbnb/BuckSample/pull/105 is merged.
139
intent.suggestedInvocationPhrase = "Show me a buck"
140
if let shortcut = INShortcut(intent: intent) {
141
let viewController = INUIAddVoiceShortcutViewController(shortcut: shortcut)
0 commit comments