-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Add no location target to Iterable kit #22
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: Add no location target to Iterable kit #22
Conversation
Package.swift
Outdated
| name: mpIterable, | ||
| targets: [mpIterable]), |
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.
| name: mpIterable, | |
| targets: [mpIterable]), | |
| products: [ | |
| .library(name: mpIterable, targets: [mpIterable]), | |
| .library(name: mpIterableNoLocation, targets: [mpIterableNoLocation]) | |
| ], |
You need to declare the new product
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.
Second this
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.
done, thanks for the catch
nickolas-dimitrakas
left a comment
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
BrandonStalnaker
left a comment
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
2f4d22d
into
mparticle-integrations:development
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)