Skip to content

Commit e629ee5

Browse files
chore(release): 8.38.0 [skip ci]
# [8.38.0](v8.37.1...v8.38.0) (2025-08-20) ### Features * Decouple MParticle.m for Swift Migration ([#393](#393)) ([23f5434](23f5434)) * Map Selected Identity to Emailsha256 ([#391](#391)) ([a14544b](a14544b))
1 parent 23f5434 commit e629ee5

File tree

7 files changed

+18
-9
lines changed

7 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [8.38.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.37.1...v8.38.0) (2025-08-20)
2+
3+
4+
### Features
5+
6+
* Decouple MParticle.m for Swift Migration ([#393](https://github.com/mParticle/mparticle-apple-sdk/issues/393)) ([23f5434](https://github.com/mParticle/mparticle-apple-sdk/commit/23f543485132ee4c280d18060a9688629f458b59))
7+
* Map Selected Identity to Emailsha256 ([#391](https://github.com/mParticle/mparticle-apple-sdk/issues/391)) ([a14544b](https://github.com/mParticle/mparticle-apple-sdk/commit/a14544b0a711b0fb4df9d76a0cdc914b1a63c265))
8+
19
## [8.37.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.37.0...v8.37.1) (2025-08-08)
210

311

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.37.1</string>
18+
<string>8.38.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.37.1/mParticle_Apple_SDK.xcframework.zip"
6-
let mParticle_Apple_SDK_Checksum = "28492fd79083d7d590573fc72289b15efb752819ed5999bcd41fd44b7463916f"
5+
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.38.0/mParticle_Apple_SDK.xcframework.zip"
6+
let mParticle_Apple_SDK_Checksum = "dc8ce41bdcc7184ec342df183f4c1b0b57b3f9e86f97fd2a50f36dd5c0e841fa"
77

8-
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.37.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9-
let mParticle_Apple_SDK_NoLocation_Checksum = "8b95c422fce534503b23b2ae8ba6a14edc5567bdf3977fdd72a6524f27a4a330"
8+
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.38.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9+
let mParticle_Apple_SDK_NoLocation_Checksum = "4536e842c34299abe0e2b183b041d95fecacb72b1e5dc0bd0614aea73c8012f5"
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.37.1"
3+
s.version = "8.38.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.37.1"
18+
let kMParticleSDKVersion = "8.38.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.37.1";
4+
NSString *const kMParticleSDKVersion = @"8.38.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
@@ -117,5 +117,6 @@
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",
118118
"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",
119119
"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",
120-
"8.37.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.37.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.37.1/mParticle_Apple_SDK.xcframework.zip"
120+
"8.37.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.37.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.37.1/mParticle_Apple_SDK.xcframework.zip",
121+
"8.38.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.38.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.38.0/mParticle_Apple_SDK.xcframework.zip"
121122
}

0 commit comments

Comments
 (0)