customerio / customerio-expo-plugin

MIT License
11 stars 9 forks source link

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

Closed larrysingh closed 5 months 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.

Ahmed-Ali commented 5 months ago

First off, I apologies this PR took that long without any feedback on our end. Second, as our expo plugin will go under some rework soon and this PR seems to be outdated, I will go ahead and close it.