mParticle / mparticle-apple-sdk

mParticle Apple SDK
Apache License 2.0
45 stars 66 forks source link

fix: Rename internal Swift.h header to avoid Expo conflicts #283

Closed einsteinx2 closed 1 month ago

einsteinx2 commented 1 month ago

Summary

We have an internal header called Swift.h used as a wrapper import. Due to it being project level (aka internal), it was thought the generic file name would not cause issues, but due to the way Expo does builds, it conflicts with their own Swift.h header.

This change renames that internal header and updates all imports statements.

Testing Plan

mparticle-automation commented 1 month ago

:tada: This PR is included in version 8.25.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: