Skip to content

Commit

Permalink
fix: Bump min mP SDK version for Privacy Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed May 2, 2024
1 parent 0c566a0 commit bce5281
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 @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(name: "mParticle-Apple-SDK",
url: "https://github.com/mParticle/mparticle-apple-sdk",
.upToNextMajor(from: "8.9.0")),
.upToNextMajor(from: "8.19.0")),
.package(name: "BranchSDK",
url: "https://github.com/BranchMetrics/ios-branch-sdk-spm",
.upToNextMajor(from: "3.4.1")),
Expand Down
2 changes: 1 addition & 1 deletion mParticle-BranchMetrics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "12.0"
s.ios.source_files = 'mParticle-BranchMetrics/*.{h,m,mm}'
s.ios.resource_bundles = { 'mParticle-BranchMetrics-Privacy' => ['mParticle-BranchMetrics/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.9'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.19'
s.ios.dependency 'BranchSDK', '~> 3.4'
end

0 comments on commit bce5281

Please sign in to comment.