6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
/** @type {import('@bacons/apple-targets/app.plugin').ConfigFunction} */
|
|
module.exports = config => ({
|
|
type: "widget",
|
|
icon: 'https://github.com/expo.png',
|
|
entitlements: { /* Add entitlements */ },
|
|
}); |