feat: complete widget support

This commit is contained in:
2026-01-07 23:51:54 -05:00
Unverified
parent 0967b113be
commit 6ecb85a7d0
36 changed files with 851 additions and 313 deletions

View File

@@ -2,5 +2,9 @@
module.exports = config => ({
type: "widget",
icon: 'https://github.com/expo.png',
entitlements: { /* Add entitlements */ },
entitlements: {
"com.apple.security.application-groups": [
"group.abunchofknowitalls.remotewol-upsnap"
]
},
});