feat: complete widget support
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user