Skip to content

Commit

Permalink
feat: Update to October 2023 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Oct 24, 2023
1 parent ed87701 commit 46587b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.upToNextMajor(from: "8.0.0")),
.package(name: "OTPublishersHeadlessSDK",
url: "https://github.com/Zentrust/OTPublishersHeadlessSDK",
.upToNextMajor(from: "202303.1.0")),
.upToNextMajor(from: "202310.1.3")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion mParticle-OneTrust.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.ios.source_files = 'mParticle-OneTrust/*.{h,m}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
#OneTrust changed their version formating making automatic support up to the next major version no longer possible
s.ios.dependency 'OneTrust-CMP-XCFramework', '~> 202302.1.0'
s.ios.dependency 'OneTrust-CMP-XCFramework', '~> 202310.1.3'

end

0 comments on commit 46587b7

Please sign in to comment.