-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Update Leanplum SDK to Version 6.x #22
Conversation
mParticle-Leanplum.podspec
Outdated
@@ -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' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
mParticle-Leanplum.podspec
Outdated
@@ -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' |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)