diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d42ffe1..0907986e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [8.19.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.18.0...v8.19.0) (2024-02-23) + + +### Features + +* Add Privacy Manifest and Tracking Domain Logic ([#249](https://github.com/mParticle/mparticle-apple-sdk/issues/249)) ([d88acde](https://github.com/mParticle/mparticle-apple-sdk/commit/d88acdee70daa690374f2359fbc3efed7e46744d)), closes [#248](https://github.com/mParticle/mparticle-apple-sdk/issues/248) +* Add privacy manifest to build artifacts ([#255](https://github.com/mParticle/mparticle-apple-sdk/issues/255)) ([aaeb8e4](https://github.com/mParticle/mparticle-apple-sdk/commit/aaeb8e44ab0aea152ad8704093543289801e7490)) + # [8.18.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.17.0...v8.18.0) (2024-01-16) diff --git a/Framework/Info.plist b/Framework/Info.plist index 5c553d6e..e5043142 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 8.18.0 + 8.19.0 CFBundleSignature ???? CFBundleVersion diff --git a/Package.swift b/Package.swift index 04b9624f..0c121ab2 100644 --- a/Package.swift +++ b/Package.swift @@ -2,11 +2,11 @@ import PackageDescription -let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.18.0/mParticle_Apple_SDK.xcframework.zip" -let mParticle_Apple_SDK_Checksum = "7cc4707bbfbd85a5ffa28eb22e567f9a3a5e8720ed4096b694067a18d31e943e" +let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.19.0/mParticle_Apple_SDK.xcframework.zip" +let mParticle_Apple_SDK_Checksum = "640d094ed479fe3a90cbedaefec13ea42fe6f1d267b8344e99cf46f188dfd16f" -let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.18.0/mParticle_Apple_SDK_NoLocation.xcframework.zip" -let mParticle_Apple_SDK_NoLocation_Checksum = "4912aab4cd51b5b386bc2ac24f4a06feddf565816ba77de0c60468c6e463a71c" +let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.19.0/mParticle_Apple_SDK_NoLocation.xcframework.zip" +let mParticle_Apple_SDK_NoLocation_Checksum = "9b6cbebf480b26f07e66e0f93cb5a9ecb5cdd8b279a7e368db8693a67f97ddc3" let package = Package( name: "mParticle-Apple-SDK", diff --git a/mParticle-Apple-SDK.podspec b/mParticle-Apple-SDK.podspec index d53d1339..1094f7a5 100644 --- a/mParticle-Apple-SDK.podspec +++ b/mParticle-Apple-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Apple-SDK" - s.version = "8.18.0" + s.version = "8.19.0" s.summary = "mParticle Apple SDK." s.description = <<-DESC diff --git a/mParticle-Apple-SDK/MPIConstants.m b/mParticle-Apple-SDK/MPIConstants.m index d04045a0..7b40c706 100644 --- a/mParticle-Apple-SDK/MPIConstants.m +++ b/mParticle-Apple-SDK/MPIConstants.m @@ -1,7 +1,7 @@ #import "MPIConstants.h" // mParticle SDK Version -NSString *const kMParticleSDKVersion = @"8.18.0"; +NSString *const kMParticleSDKVersion = @"8.19.0"; // Message Type (dt) NSString *const kMPMessageTypeKey = @"dt"; diff --git a/mParticle_Apple_SDK.json b/mParticle_Apple_SDK.json index 297cfdf5..2efe72f4 100644 --- a/mParticle_Apple_SDK.json +++ b/mParticle_Apple_SDK.json @@ -79,5 +79,6 @@ "8.15.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.1/mParticle_Apple_SDK.xcframework.zip", "8.16.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.16.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.16.0/mParticle_Apple_SDK.xcframework.zip", "8.17.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.17.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.17.0/mParticle_Apple_SDK.xcframework.zip", - "8.18.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.18.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.18.0/mParticle_Apple_SDK.xcframework.zip" + "8.18.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.18.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.18.0/mParticle_Apple_SDK.xcframework.zip", + "8.19.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.19.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.19.0/mParticle_Apple_SDK.xcframework.zip" }