customerio / customerio-expo-plugin

MIT License
11 stars 9 forks source link

fix: Swift Bridging Headers were being added before the AppDelegate.h import #94

Closed larrysingh closed 1 year ago

larrysingh commented 1 year ago

This PR resolves an issue where the Swift Bridging Headers were being added before the AppDelegate.h import in the AppDelegate.mm file. The incorrect ordering of the imports causes issues when adding a Widget Extension target with a Configuration Intent to the app.