-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adding Klaviyo UI module to SPM and cocoapods #199
Conversation
@@ -4,6 +4,7 @@ use_frameworks! | |||
target 'CocoapodsExample' do | |||
# update this to a actual version once KlaviyoCore is published | |||
pod 'KlaviyoSwift', :path => '../../..' | |||
pod 'KlaviyoUI', :path => '../../..' |
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.
added in klaviyo ui for testing
@@ -14,8 +14,8 @@ | |||
"kind" : "remoteSourceControl", | |||
"location" : "https://github.com/klaviyo/klaviyo-swift-sdk", | |||
"state" : { | |||
"revision" : "bcfb37dac6d424a20ae8e77bbe5aafdb66e8228f", |
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.
updated to master since there were changes that were not present in earlier released version and this was causing a compiler issue.
NBD, but let's try and merge this after cutting a release tag. We can retroactively do that too if we are not able to get the release out in time. |
|
||
import XCTest | ||
|
||
final class KlaviyoUITests: XCTestCase { |
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.
Needed?
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.
nah, I think SPM complains if there is nothing in a newly created package so just added something.
Description
Adding in
KlaviyoUI
module to both SPM and cocoapodsCheck List
Manual Test Plan
Going to test using the example app within the SDK.
Cocoapods -
SPM -
Supporting Materials