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

chore: update podspec to ~> 8.21 #44

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

techouse
Copy link
Contributor

@techouse techouse commented Mar 21, 2024

Summary

I updated

s.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.21'
s.platform = :ios, '9.0'

I also amended

s.author = { 'mParticle' => '[email protected]' }

Testing Plan

  • Tested with a local build using
mparticle_flutter_sdk:
  git:
    url: https://github.com/techouse/mparticle-flutter-sdk.git
    ref: chore/update-podspec

@techouse
Copy link
Contributor Author

@rmi22186 should it maybe just point to 8.x, i.e.

s.dependency 'mParticle-Apple-SDK/mParticle', '~> 8'

@techouse techouse changed the title chore: update podspec to v8.21 chore: update podspec to v8.21.x Mar 21, 2024
@techouse techouse marked this pull request as ready for review March 21, 2024 10:27
@techouse techouse changed the title chore: update podspec to v8.21.x chore: update podspec to ~> 8.21 Mar 21, 2024
@techouse
Copy link
Contributor Author

techouse commented Mar 28, 2024

Looks like I'll need to update the example Podfile.

@techouse
Copy link
Contributor Author

@rmi22186 I have updated the example/ios/Podfile to point to

pod 'mParticle-Apple-SDK', '~> 8.21'

even thought I don't believe pinning it there is needed.

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

Successfully merging this pull request may close these issues.

1 participant