Skip to content

Commit 783da20

Browse files
chore(release): 8.33.0 [skip ci]
# [8.33.0](v8.32.0...v8.33.0) (2025-06-12) ### Features * Multiple select placements calls made ([#361](#361)) ([f8d3ff8](f8d3ff8))
1 parent 2d7c63c commit 783da20

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.33.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.32.0...v8.33.0) (2025-06-12)
2+
3+
4+
### Features
5+
6+
* Multiple select placements calls made ([#361](https://github.com/mParticle/mparticle-apple-sdk/issues/361)) ([f8d3ff8](https://github.com/mParticle/mparticle-apple-sdk/commit/f8d3ff865d5606a4c6c198511cfa21c5a04a87b7))
7+
18
# [8.32.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.31.2...v8.32.0) (2025-06-10)
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.32.0</string>
18+
<string>8.33.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.32.0/mParticle_Apple_SDK.xcframework.zip"
6-
let mParticle_Apple_SDK_Checksum = "87199861abca0f60b8aa2a66e484f32406c36125fa73d27ce16b78b63759c6e8"
5+
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.33.0/mParticle_Apple_SDK.xcframework.zip"
6+
let mParticle_Apple_SDK_Checksum = "6778a41c4459e4c4cf6f30bf54191d4b8a34bdd9a1b00d69206c8aeac9ff5e9c"
77

8-
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.32.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9-
let mParticle_Apple_SDK_NoLocation_Checksum = "2fd73c9299a99b34a8c91880947174ebfa12f95ad34cae667cdb97318f54544d"
8+
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.33.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
9+
let mParticle_Apple_SDK_NoLocation_Checksum = "bcad52288c401b168a1f005a0c3e3eadc4d310ec305d00c77e7774993058789b"
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.32.0"
3+
s.version = "8.33.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.32.0"
18+
let kMParticleSDKVersion = "8.33.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.32.0";
4+
NSString *const kMParticleSDKVersion = @"8.33.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
@@ -110,5 +110,6 @@
110110
"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",
111111
"8.31.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.31.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.31.1/mParticle_Apple_SDK.xcframework.zip",
112112
"8.31.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.31.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.31.2/mParticle_Apple_SDK.xcframework.zip",
113-
"8.32.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.32.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.32.0/mParticle_Apple_SDK.xcframework.zip"
113+
"8.32.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.32.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.32.0/mParticle_Apple_SDK.xcframework.zip",
114+
"8.33.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.33.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.33.0/mParticle_Apple_SDK.xcframework.zip"
114115
}

0 commit comments

Comments
 (0)