Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

einsteinx2
Copy link
Contributor

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

  • Was this tested locally? If not, explain why.
  • Tested local build in Xcode
  • Manually updated Expo test app dependency to use this change and confirmed successful build and run npx expo run:ios

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

@einsteinx2 einsteinx2 requested a review from samdozor July 29, 2024 21:33
@einsteinx2 einsteinx2 changed the base branch from main to development July 29, 2024 21:33
@einsteinx2 einsteinx2 merged commit 36c6be4 into development Jul 29, 2024
10 of 11 checks passed
mparticle-automation added a commit that referenced this pull request Jul 29, 2024
## [8.25.1](v8.25.0...v8.25.1) (2024-07-29)

### Bug Fixes

* Rename internal Swift.h header to avoid Expo conflicts ([#283](#283)) ([36c6be4](36c6be4))
@mparticle-automation
Copy link
Contributor

🎉 This PR is included in version 8.25.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants