Skip to content

Commit 3992487

Browse files
Add workshop by Daniel.
1 parent 4bbdc5a commit 3992487

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Workshop: Intro to App Intents"
3+
date: "2025-11-11"
4+
time: "09:00"
5+
name: "Daniel Steinberg"
6+
image: "/images/hosts/2023/daniel.webp"
7+
type: "Workshop"
8+
summary: "In this workshop you'll learn to use App Intents to make an app more discoverable and a more flexible part of the user experience. App Intents is how your app connects to Spotlight, Shortcuts, Siri, Widgets, Controls, and Apple Intelligence."
9+
---
10+
11+
This is a big year for App Intents.
12+
13+
Apple has been laying the foundation for years. Last year they really pushed it as a way of connecting to Apple Intelligence and this year they've gone back and really smoothed out a lot of the APIs and increased the power.
14+
15+
This hands-on workshop is for people who are new to App Intents. We build an example from the ground up and use it introduce all aspects of Intents and provide examples of using them in Shortcuts, Siri, Spotlight, and more.
16+
17+
**Required tools**: Mac with Xcode 16.0 or greater
18+
19+
## Daniel Steinberg
20+
21+
Daniel loves to write about, teach and code for Apple platforms using Swift. Daniel is the author of more than a dozen books including the best-selling books A Functional Programming Kickstart, A SwiftUI Kickstart, A Swift Kickstart and Dear Elena. Daniel presents iOS, Functional Programming, SwiftUI, and Swift training and consults through his company Dim Sum Thinking.

src/pages/index.astro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,16 @@ import CallForPapers from "../components/CallForPapers.astro";
7171
description="Join Donny Wals for a workshop about SwiftUI performance."
7272
/>
7373
<Card
74-
title="Workshop: Building Connected Devices with Embedded Swift"
74+
title="Workshop: Building Connected Devices with Embedded Swift by Joannis Orlandos"
7575
body="November 11"
7676
description="Explore the world of embedded development using Swift!"
7777

78+
/>
79+
<Card
80+
title="Workshop: Intro to App Intents by Daniel Steinberg"
81+
body="November 11"
82+
description="Learn to use App Intents to make an app more discoverable and a more flexible part of the user experience."
83+
7884
/>
7985
<Card
8086
title="Two Days of Inspiring Talks"

0 commit comments

Comments
 (0)