Removed boilerplated widget source code from the Attendi widget target.

This commit is contained in:
2026-07-06 22:03:49 +02:00
parent 0f889e22e4
commit f443d434f2
4 changed files with 0 additions and 112 deletions
@@ -1,18 +0,0 @@
import WidgetKit
import AppIntents
/// The configuration intent of the ``AttendiWidget`` placeholder, as scaffolded by the Xcode widget template.
struct ConfigurationAppIntent: WidgetConfigurationIntent {
// MARK: Constants
static var title: LocalizedStringResource { "Configuration" }
static var description: IntentDescription { "This is an example widget." }
// MARK: Properties
/// An example configurable parameter.
@Parameter(title: "Favorite Emoji", default: "😃")
var favoriteEmoji: String
}