Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysubra committed Sep 12, 2024
1 parent 7390f24 commit 80068e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions Examples/KlaviyoSwiftExamples/CocoapodsExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 => '../../..'
end

target 'NotificationServiceExtension' do
Expand Down
10 changes: 8 additions & 2 deletions Examples/KlaviyoSwiftExamples/CocoapodsExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ PODS:
- AnyCodable-FlightSchool
- KlaviyoCore (~> 0.1.0)
- KlaviyoSwiftExtension (3.0.1)
- KlaviyoUI (0.1.0):
- KlaviyoSwift (~> 3.2.0)

DEPENDENCIES:
- KlaviyoSwift (from `../../..`)
- KlaviyoSwiftExtension (= 3.0.1)
- KlaviyoUI (from `../../..`)

SPEC REPOS:
trunk:
Expand All @@ -20,13 +23,16 @@ SPEC REPOS:
EXTERNAL SOURCES:
KlaviyoSwift:
:path: "../../.."
KlaviyoUI:
:path: "../../.."

SPEC CHECKSUMS:
AnyCodable-FlightSchool: 261cbe76757802b17d471b9059b21e6fa5edf57b
KlaviyoCore: a1c8bce61e3bf059e2122c68de67c0848ab18691
KlaviyoSwift: c846f16783dcf74b57a002479806453f9533291f
KlaviyoSwift: ae14ca3ab291d212e62ce6a7f75b7f98c117476a
KlaviyoSwiftExtension: 3aa3f39f2d8b25424d17cd41e1e717939dea91dd
KlaviyoUI: 216e94bffaf7cf180842ef481f145f7eaf6334a3

PODFILE CHECKSUM: 2d7781d04aac78e610350f0ce4d243bf150f8667
PODFILE CHECKSUM: b6a4d64b848ef449f2739315a94f014af1fca92c

COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/klaviyo/klaviyo-swift-sdk";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 3.0.0;
branch = master;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/klaviyo/klaviyo-swift-sdk",
"state" : {
"revision" : "bcfb37dac6d424a20ae8e77bbe5aafdb66e8228f",
"version" : "3.0.1"
"branch" : "master",
"revision" : "4515e8192aa3e7c975c6d894b3be04bf63fc021a"
}
}
],
Expand Down

0 comments on commit 80068e4

Please sign in to comment.