Slide 29
Slide 29 text
struct OpenBookShortcuts: AppShortcutsProvider {
static var appShortcuts: [AppShortcut] {
AppShortcut(
intent: PerformIntent(),
phrases: [
"\(.applicationName)Λ։͍ͯ"
],
shortTitle: "Open Example App",
systemImageName: "apple.logo"
)
}
}
29/37