bugsnag / bugsnag-expo

MIT License
10 stars 5 forks source link

Ensure EAS sourcemap config plugin is idempotent #156

Closed yousif-bugsnag closed 8 months ago

yousif-bugsnag commented 9 months ago

Goal

Updates the iOS config plugin in @bugsnag/plugin-expo-eas-sourcemaps to ensure it can be run repeatedly.

This fixes an issue where the plugin would add duplicate build phases to the iOS project if expo prebuild is run repeatedly without the --clean option (#148)

Note that the Android config plugin is unaffected.

Testing

CI plus manual testing

pzatorski commented 7 months ago

@gingerbenw Is it possible to create the v49.0.2 release with those changes?

gingerbenw commented 7 months ago

Hi @pzatorski, we have just released v49.0.2 - hope this helps!