Skip to content

Commit

Permalink
chore(release): 8.23.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.23.1](v8.23.0...v8.23.1) (2024-04-30)

### Bug Fixes

* Forwarding ATT status to kits ([#276](#276)) ([9fd95f7](9fd95f7))
  • Loading branch information
mparticle-automation committed Apr 30, 2024
1 parent 9fd95f7 commit da4bade
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.23.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.23.0...v8.23.1) (2024-04-30)


### Bug Fixes

* Forwarding ATT status to kits ([#276](https://github.com/mParticle/mparticle-apple-sdk/issues/276)) ([9fd95f7](https://github.com/mParticle/mparticle-apple-sdk/commit/9fd95f72a7a88bc1e1ae30d33d261098cd5bc1ee))

# [8.23.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.22.0...v8.23.0) (2024-04-24)


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.23.0</string>
<string>8.23.1</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.23.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "ceadfc84d66f37b308a92849d7724b475fba545333761362bfedca06c75b04d5"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.23.1/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "7915fdf7954445a5808515f7b3b3d60a1a3bbcaf486568c30d27ce3a886c2c96"

let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.23.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "71a300e9cdcde596a0693a86530cbd8d7bb3b59879ffb13f2982b8af9b87d516"
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.23.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "4d9cb24ec6df5112b6c4e1dfe16871319c9601d04911c170eda8019975861f5b"

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

// 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 @@ -85,5 +85,6 @@
"8.21.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.21.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.21.0/mParticle_Apple_SDK.xcframework.zip",
"8.21.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.21.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.21.1/mParticle_Apple_SDK.xcframework.zip",
"8.22.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.22.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.22.0/mParticle_Apple_SDK.xcframework.zip",
"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.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"
}

0 comments on commit da4bade

Please sign in to comment.