Updated the Sample app and Widget targets in the Xcode project to make the app works for macOS.

This commit is contained in:
2026-07-09 18:57:46 +02:00
parent 14f91a08a9
commit 80bffd7aae
4 changed files with 13 additions and 3 deletions
@@ -1,3 +1,4 @@
#if os(iOS)
import AppIntents
import Commanding
@@ -32,3 +33,4 @@ struct DiscardRecordingIntent: LiveActivityIntent {
}
}
#endif