10 lines
289 B
JavaScript
10 lines
289 B
JavaScript
/** @type {import('@bacons/apple-targets/app.plugin').ConfigFunction} */
|
|
module.exports = config => ({
|
|
type: "widget",
|
|
icon: 'https://github.com/expo.png',
|
|
entitlements: {
|
|
"com.apple.security.application-groups": [
|
|
"group.abunchofknowitalls.remotewol-upsnap"
|
|
]
|
|
},
|
|
}); |