Skip to content

Commit 6185034

Browse files
chore(release): 8.29.0 [skip ci]
# [8.29.0](v8.28.1...v8.29.0) (2025-04-02) ### Features * Add Rokt First Party Kit Support ([#339](#339)) ([9bb2e2d](9bb2e2d))
1 parent 9bb2e2d commit 6185034

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [8.29.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.28.1...v8.29.0) (2025-04-02)
2+
3+
4+
### Features
5+
6+
* Add Rokt First Party Kit Support ([#339](https://github.com/mParticle/mparticle-apple-sdk/issues/339)) ([9bb2e2d](https://github.com/mParticle/mparticle-apple-sdk/commit/9bb2e2de0d9280c25a076298c7c22c571a055e8f))
7+
18
## [8.28.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.28.0...v8.28.1) (2025-03-25)
29

310

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.28.1</string>
18+
<string>8.29.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import PackageDescription
44

5-
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.28.1/mParticle_Apple_SDK.xcframework.zip"
6-
let mParticle_Apple_SDK_Checksum = "d0d67ab344e6c583e2726a2d6a5d1586b79668199ae0bb23dcb3209843d80604"
5+
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.29.0/mParticle_Apple_SDK.xcframework.zip"
6+
let mParticle_Apple_SDK_Checksum = "ad96d52117b777d4ca0bc5159a10a0330a96188c2ced630ac434cc4af778f8d1"
77

8-
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.28.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9-
let mParticle_Apple_SDK_NoLocation_Checksum = "4edfd6319cb5394c65d08d8c4495de501704a07079683716c64a3091d45cdc96"
8+
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.29.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9+
let mParticle_Apple_SDK_NoLocation_Checksum = "b29d420efb455ac5dfb9056481a0ffc696c52913d0c678f918eac156770da765"
1010

1111
let package = Package(
1212
name: "mParticle-Apple-SDK",

mParticle-Apple-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "mParticle-Apple-SDK"
3-
s.version = "8.28.1"
3+
s.version = "8.29.0"
44
s.summary = "mParticle Apple SDK."
55

66
s.description = <<-DESC

mParticle-Apple-SDK/MPConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func MPMilliseconds(timestamp: Double) -> Double {
1515
// NOTE: I kept the same naming here for clarity, but we should rename these
1616
// after we remove them from the MPIConstants.h file
1717

18-
let kMParticleSDKVersion = "8.28.1"
18+
let kMParticleSDKVersion = "8.29.0"
1919

2020
struct MessageKeys {
2121
static let kMPMessagesKey = "msgs"

mParticle-Apple-SDK/MPIConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "MPIConstants.h"
22

33
// mParticle SDK Version
4-
NSString *const kMParticleSDKVersion = @"8.28.1";
4+
NSString *const kMParticleSDKVersion = @"8.29.0";
55

66
// Message Type (dt)
77
NSString *const kMPMessageTypeKey = @"dt";

mParticle_Apple_SDK.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,6 @@
101101
"8.27.4": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.4/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.4/mParticle_Apple_SDK.xcframework.zip",
102102
"8.27.5": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.5/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.5/mParticle_Apple_SDK.xcframework.zip",
103103
"8.28.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.28.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.28.0/mParticle_Apple_SDK.xcframework.zip",
104-
"8.28.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.28.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.28.1/mParticle_Apple_SDK.xcframework.zip"
104+
"8.28.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.28.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.28.1/mParticle_Apple_SDK.xcframework.zip",
105+
"8.29.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.29.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.29.0/mParticle_Apple_SDK.xcframework.zip"
105106
}

0 commit comments

Comments
 (0)