gitn00b1337 / expo-widgets

Bringing widget functionality to expo!
145 stars 12 forks source link

Facilitate IOS entitlements #17

Closed ythomop closed 5 months ago

ythomop commented 6 months ago

The inspiration is Expo's app.json which lets us grant various permissions to our app using Entitlements. An example use case is when we want to read secret values in our widgets from the Keychain services stored by our app, e.g. an access token.

I opted to use plist.js so as not to reinvent the wheel.

gitn00b1337 commented 6 months ago

I like this. I'll get some time next week to give it a test and merge asap after that if alls good. Thanks