Skip to content

Commit 590fc9a

Browse files
chore(release): 8.31.0 [skip ci]
# [8.31.0](v8.30.3...v8.31.0) (2025-05-21) ### Bug Fixes * MPAppNotificationHandler webpageURL issue ([#353](#353)) ([bebb504](bebb504)) ### Features * Identify if Provided Email in Rokt SelectPlacements ([#351](#351)) ([a0422bc](a0422bc))
1 parent bebb504 commit 590fc9a

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [8.31.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.30.3...v8.31.0) (2025-05-21)
2+
3+
4+
### Bug Fixes
5+
6+
* MPAppNotificationHandler webpageURL issue ([#353](https://github.com/mParticle/mparticle-apple-sdk/issues/353)) ([bebb504](https://github.com/mParticle/mparticle-apple-sdk/commit/bebb50446b73e16b3910e81457e470cd7ec2fa3a))
7+
8+
9+
### Features
10+
11+
* Identify if Provided Email in Rokt SelectPlacements ([#351](https://github.com/mParticle/mparticle-apple-sdk/issues/351)) ([a0422bc](https://github.com/mParticle/mparticle-apple-sdk/commit/a0422bc37a64feba040cbe93737efd5c1fd7ed28))
12+
113
## [8.30.3](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.30.2...v8.30.3) (2025-05-02)
214

315

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.30.3</string>
18+
<string>8.31.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.30.3/mParticle_Apple_SDK.xcframework.zip"
6-
let mParticle_Apple_SDK_Checksum = "f85385644e7c46227eab46825ae9fdc606fdb2987e8465c9bf6a7c7fc6a128e4"
5+
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.31.0/mParticle_Apple_SDK.xcframework.zip"
6+
let mParticle_Apple_SDK_Checksum = "c1831f0c2a72f57267941025e1b7c52fa7729056b7c0ed89b12798a03f9ca2c9"
77

8-
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.30.3/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9-
let mParticle_Apple_SDK_NoLocation_Checksum = "3b42a025be60e859b2b2b651ae5e930fec73b929173e3c6adb5d48910d8d48eb"
8+
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.31.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9+
let mParticle_Apple_SDK_NoLocation_Checksum = "0bcf6e5334ae7c6de9b1b88431e2dc644dcd3fca2a9f38cabc80a2983894fde3"
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.30.3"
3+
s.version = "8.31.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.30.3"
18+
let kMParticleSDKVersion = "8.31.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.30.3";
4+
NSString *const kMParticleSDKVersion = @"8.31.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
@@ -106,5 +106,6 @@
106106
"8.30.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.0/mParticle_Apple_SDK.xcframework.zip",
107107
"8.30.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.1/mParticle_Apple_SDK.xcframework.zip",
108108
"8.30.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.2/mParticle_Apple_SDK.xcframework.zip",
109-
"8.30.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.3/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.3/mParticle_Apple_SDK.xcframework.zip"
109+
"8.30.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.3/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.30.3/mParticle_Apple_SDK.xcframework.zip",
110+
"8.31.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.31.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.31.0/mParticle_Apple_SDK.xcframework.zip"
110111
}

0 commit comments

Comments
 (0)