Skip to content

Commit

Permalink
Allow iOS App to update widgets #66
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Jun 26, 2021
1 parent 3fc69a0 commit 663dbdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<key>PufferyWidgetExtension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>8</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
3 changes: 2 additions & 1 deletion PufferyServer/Sources/App/Services/PushService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ struct APNSPushService: PushService {
title: "\(message.channel.title): \(message.title)",
body: message.body
),
badge: 1
badge: 1,
hasContentAvailable: true
)
)
}
Expand Down

0 comments on commit 663dbdd

Please sign in to comment.