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

Upgrades #56

Merged
merged 5 commits into from
Oct 14, 2024
Merged

Upgrades #56

merged 5 commits into from
Oct 14, 2024

Conversation

ianthetechie
Copy link
Collaborator

@ianthetechie ianthetechie commented Oct 14, 2024

  • Upgrade SwiftSyntax to 5.10 (via macros package, which got a bump). I was getting an absurd number of SPM failures which seem to have gone away after upgrading to the 510.x series.
  • Upgrade Swift tooling to 5.10 (SwiftSyntax is somewhat specific to Swift tooling); everyone should have this by now.
  • Fix unrelated lint (new in Xcode 16; we don't actually need that @State, but in related news, iOS 17+ get a new @Previewable annotation which lets us simplify the examples that DO need state... we can switch next year)
  • Upgrade MapLibre to the latest release (CHANGELOG doesn't have anything that looks like it'd break anything; tested out the Ferrostar demo app and examples locally)

@ianthetechie ianthetechie added the release:minor Performs an automatic minor version release on merge label Oct 14, 2024
@ianthetechie ianthetechie merged commit c39688d into maplibre:main Oct 14, 2024
2 checks passed
@ianthetechie ianthetechie deleted the upgrades branch October 14, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:minor Performs an automatic minor version release on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants