bndkt / react-native-widget-extension

Add widgets and live activities to a React Native app
https://bndkt.com/blog/2023/ios-live-activities
451 stars 35 forks source link

Fix multi-extension entitlements #14

Open russriser opened 1 year ago

russriser commented 1 year ago

This PR fixes an issue where the entitlements for a pre-existing extension are overwritten.

Since the configIndex is set to 0 before writing the entitlements, we need to make sure we add the new extension at index 0, not to the end of the list.