Skip to content

Commit ebe7ba8

Browse files
chore(release): 8.37.0 [skip ci]
# [8.37.0](v8.36.0...v8.37.0) (2025-08-04) ### Bug Fixes * Make documentation generation non-blocking for releases ([1dc0c66](1dc0c66)) ### Features * Handle Hashed Email for Rokt ([#383](#383)) ([3b9e072](3b9e072)) * Update Hashed Email for Rokt ([#384](#384)) ([475e5d4](475e5d4))
1 parent 475e5d4 commit ebe7ba8

File tree

7 files changed

+23
-9
lines changed

7 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [8.37.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.36.0...v8.37.0) (2025-08-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Make documentation generation non-blocking for releases ([1dc0c66](https://github.com/mParticle/mparticle-apple-sdk/commit/1dc0c666df8e55ca04f621bd2c09c76e84fd487d))
7+
8+
9+
### Features
10+
11+
* Handle Hashed Email for Rokt ([#383](https://github.com/mParticle/mparticle-apple-sdk/issues/383)) ([3b9e072](https://github.com/mParticle/mparticle-apple-sdk/commit/3b9e0727fcfd9843928ec6a2e6396d9ead1af8e7))
12+
* Update Hashed Email for Rokt ([#384](https://github.com/mParticle/mparticle-apple-sdk/issues/384)) ([475e5d4](https://github.com/mParticle/mparticle-apple-sdk/commit/475e5d442471e2b287e98c6effb3d14fbc6e5ed0))
13+
114
# [8.36.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.35.0...v8.36.0) (2025-07-25)
215

316

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.36.0</string>
18+
<string>8.37.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.36.0/mParticle_Apple_SDK.xcframework.zip"
6-
let mParticle_Apple_SDK_Checksum = "6cc700ccf09f9b7b46f7812448f2e787ab3b1442b52e0112d228ee00939287a6"
5+
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.37.0/mParticle_Apple_SDK.xcframework.zip"
6+
let mParticle_Apple_SDK_Checksum = "f9a450ba35ed9a489a350eb889f0ac3d737b825ba10c037f13acbf67f75c0e4c"
77

8-
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.36.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9-
let mParticle_Apple_SDK_NoLocation_Checksum = "a2e1e9d5fad86a38ee0f1c7c043c33392b5d3b256cfc1e334c3aa17f6b65300a"
8+
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.37.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9+
let mParticle_Apple_SDK_NoLocation_Checksum = "dc8b83af5787fde69cc7cf1f7c3f312fb21e9f7ea80c4067de1fbc84229d5ac6"
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.36.0"
3+
s.version = "8.37.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.36.0"
18+
let kMParticleSDKVersion = "8.37.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.36.0";
4+
NSString *const kMParticleSDKVersion = @"8.37.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
@@ -115,5 +115,6 @@
115115
"8.34.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.34.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.34.0/mParticle_Apple_SDK.xcframework.zip",
116116
"8.34.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.34.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.34.1/mParticle_Apple_SDK.xcframework.zip",
117117
"8.35.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.35.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.35.0/mParticle_Apple_SDK.xcframework.zip",
118-
"8.36.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.36.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.36.0/mParticle_Apple_SDK.xcframework.zip"
118+
"8.36.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.36.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.36.0/mParticle_Apple_SDK.xcframework.zip",
119+
"8.37.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.37.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.37.0/mParticle_Apple_SDK.xcframework.zip"
119120
}

0 commit comments

Comments
 (0)