Skip to content

Commit

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

### Bug Fixes

* Remove deprecated iAd framework ([#279](#279)) ([31b283c](31b283c))
  • Loading branch information
mparticle-automation committed Jun 10, 2024
1 parent 31b283c commit 21b9da9
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.3](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.24.2...v8.24.3) (2024-06-10)


### Bug Fixes

* Remove deprecated iAd framework ([#279](https://github.com/mParticle/mparticle-apple-sdk/issues/279)) ([31b283c](https://github.com/mParticle/mparticle-apple-sdk/commit/31b283c4e78a57d72dae195ad16491a510d3a13b))

## [8.24.2](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.24.1...v8.24.2) (2024-06-10)


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.2</string>
<string>8.24.3</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.2/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "62951587c395ad89257f12bed474ab44b21e226ef8fb0325af8135325a02b2f6"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.24.3/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "ff2b29520dae2a8cea931766fcdb30a4e66bb9c6a8174f1bba8bfa74e11f8303"

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 mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.24.3/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "31341083830d57f7ec48c68431a8d94669e2462d805d32a486b501fe61f2d938"

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.2"
s.version = "8.24.3"
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.2";
NSString *const kMParticleSDKVersion = @"8.24.3";

// 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 @@ -89,5 +89,6 @@
"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.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"
"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",
"8.24.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.3/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.3/mParticle_Apple_SDK.xcframework.zip"
}

0 comments on commit 21b9da9

Please sign in to comment.