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

feat: Update Leanplum SDK to Version 6.x #22

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

BrandonStalnaker
Copy link
Contributor

Summary

  • Updated to latest version of Leanplum

Testing Plan

  • Tested locally and confirmed no breaking changes

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

@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.ios.source_files = 'mParticle-Leanplum/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'Leanplum-iOS-SDK', '~> 4.1'
s.ios.dependency 'Leanplum-iOS-SDK', '~> 6.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to align on 6.1 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonmgeorge It'll automatically take anything up to 6.x with this. I could put 6.1 to make that the minimum but I think keeping it .0 helps people remember the "up to next major version" bit better

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would make sense to be aligned with the others, though. No?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@via-guy agreed, we should either change this one to 6.1 or change the others to 6.0 and 6.0.0 respectively

@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.ios.source_files = 'mParticle-Leanplum/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'Leanplum-iOS-SDK', '~> 4.1'
s.ios.dependency 'Leanplum-iOS-SDK', '~> 6.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@via-guy agreed, we should either change this one to 6.1 or change the others to 6.0 and 6.0.0 respectively

Copy link
Contributor

@einsteinx2 einsteinx2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@BrandonStalnaker BrandonStalnaker merged commit bde7102 into development Nov 8, 2023
3 checks passed
@BrandonStalnaker BrandonStalnaker deleted the feat/5849-Update-Leanplum-SDK-To-6 branch November 8, 2023 15:20
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.

4 participants