An open API service indexing awesome lists of open source software.

https://github.com/huangrunhua/swiftdatasirikitdemo

A SwiftData+SwiftUI+SiriKit+AppIntent Example.
https://github.com/huangrunhua/swiftdatasirikitdemo

appintents shortcuts shortcuts-app siri-shortcuts sirikit swiftdata swiftdata-example swiftui

Last synced: 2 months ago
JSON representation

A SwiftData+SwiftUI+SiriKit+AppIntent Example.

Awesome Lists containing this project

README

        

# SwiftUI AppIntents/SiriKit/Shortcuts Example

![](https://github.com/HuangRunHua/SwiftDataSiriKitDemo/raw/main/cover.jpg)

## Overview

This is a simple demonstration of how to integrate **AppIntents**, **Siri**, and **Shortcuts** into a SwiftUI app. The example showcases the following features:

- Creating AppIntents to expose app functionality to Siri and Shortcuts.
- Handling user input and providing dynamic responses using Siri.
- Building a seamless integration with the Shortcuts app for automation.

## Reference
- [Dive into App Intents](https://developer.apple.com/videos/play/wwdc2022/10032)
- [Implement App Shortcuts with App Intents](https://developer.apple.com/videos/play/wwdc2022/10170)