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

Update use of Automattic Tracks iOS to SPM #1543

Closed
3 tasks done
charliescheer opened this issue Jan 10, 2024 · 2 comments · Fixed by #1549
Closed
3 tasks done

Update use of Automattic Tracks iOS to SPM #1543

charliescheer opened this issue Jan 10, 2024 · 2 comments · Fixed by #1549
Assignees
Labels
bug Something isn't working.

Comments

@charliescheer
Copy link
Contributor

charliescheer commented Jan 10, 2024

Simplenote iOS is currently using version tracks version 0.13. This works fine but it is really really old and the sentry version included in that version of tracks is causing an error in the project. We should update tracks to the most recent version, but this is gonna cause issues cause we are importing tracks from cocoa pods and the latest version available on cocoa pods is 2, which is also very old. So we should move tracks to SPM so we can get the most recent version of tracks.

This is gonna require a few tasks:

  • Add Automattic tracks iOS to SPM
  • Remove Automattic tracks iOS from cocoa pods
  • This will break stuff, so fix the usage of tracks inside the project to call to the SPM package (fix the errors)
@charliescheer charliescheer added the bug Something isn't working. label Jan 10, 2024
@peril-automattic
Copy link

Fails
🚫

Please add a type label to this issue. e.g. '[Type] Enhancement'

Generated by 🚫 dangerJS

@charliescheer
Copy link
Contributor Author

Closing with #1549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant