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.
- Host: GitHub
- URL: https://github.com/huangrunhua/swiftdatasirikitdemo
- Owner: HuangRunHua
- Created: 2025-01-11T14:59:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T13:15:03.000Z (4 months ago)
- Last Synced: 2025-03-03T17:14:12.588Z (2 months ago)
- Topics: appintents, shortcuts, shortcuts-app, siri-shortcuts, sirikit, swiftdata, swiftdata-example, swiftui
- Language: Swift
- Homepage:
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftUI AppIntents/SiriKit/Shortcuts Example

## 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)