fix: iOS 17.0 target version for widget (#19308)

This commit is contained in:
Brandon Wees 2025-06-19 12:00:54 -05:00 committed by GitHub
parent f9435a538b
commit 269bf4b344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 7 deletions

View file

@ -43,7 +43,7 @@ struct RandomConfigurationAppIntent: WidgetConfigurationIntent {
"Choose an album to show images from"
}
@Parameter(title: "Album", default: NO_ALBUM)
@Parameter(title: "Album")
var album: Album?
@Parameter(title: "Show Album Name", default: false)