Skip to content

Commit

Permalink
chore(release): 8.24.2 [skip ci]
Browse files Browse the repository at this point in the history
## [8.24.2](v8.24.1...v8.24.2) (2024-06-10)

### Bug Fixes

* Record PushRegistration Correctly in UI ([#280](#280)) ([2d124ec](2d124ec))
  • Loading branch information
mparticle-automation committed Jun 10, 2024
1 parent 2d124ec commit a3085be
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.24.2](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.24.1...v8.24.2) (2024-06-10)


### Bug Fixes

* Record PushRegistration Correctly in UI ([#280](https://github.com/mParticle/mparticle-apple-sdk/issues/280)) ([2d124ec](https://github.com/mParticle/mparticle-apple-sdk/commit/2d124ec089aa8625b8acb1c3360349903c4a6af4))

## [8.24.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.24.0...v8.24.1) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.24.1</string>
<string>8.24.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import PackageDescription

let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.24.1/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "d0f22e2b07e80ad81446841af94cbc87d607790598268adad790305f405e5449"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.24.2/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "62951587c395ad89257f12bed474ab44b21e226ef8fb0325af8135325a02b2f6"

let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.24.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "9b70436c8b0b696d53aa38b319a5720d05548040206e0ec0abe46a9b2c5e34f0"
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.24.2/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "d045f9d4dd569ed756a481a82c46d48b2ab31868e1c7c269f46a14b0386c8437"

let package = Package(
name: "mParticle-Apple-SDK",
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Apple-SDK"
s.version = "8.24.1"
s.version = "8.24.2"
s.summary = "mParticle Apple SDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/MPIConstants.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "MPIConstants.h"

// mParticle SDK Version
NSString *const kMParticleSDKVersion = @"8.24.1";
NSString *const kMParticleSDKVersion = @"8.24.2";

// Message Type (dt)
NSString *const kMPMessageTypeKey = @"dt";
Expand Down
3 changes: 2 additions & 1 deletion mParticle_Apple_SDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@
"8.23.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.23.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.23.0/mParticle_Apple_SDK.xcframework.zip",
"8.23.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.23.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.23.1/mParticle_Apple_SDK.xcframework.zip",
"8.24.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.0/mParticle_Apple_SDK.xcframework.zip",
"8.24.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.1/mParticle_Apple_SDK.xcframework.zip"
"8.24.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.1/mParticle_Apple_SDK.xcframework.zip",
"8.24.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.2/mParticle_Apple_SDK.xcframework.zip"
}

0 comments on commit a3085be

Please sign in to comment.