Skip to content

Commit

Permalink
chore(release): 8.27.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.27.3](v8.27.2...v8.27.3) (2024-10-22)

### Bug Fixes

* Fix set opt out for kits ([#300](#300)) ([74f71d8](74f71d8))
* Return type of MPGDPRConsent copy method ([7966fd0](7966fd0))
  • Loading branch information
mparticle-automation committed Oct 22, 2024
1 parent 7966fd0 commit 2707684
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [8.27.3](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.27.2...v8.27.3) (2024-10-22)


### Bug Fixes

* Fix set opt out for kits ([#300](https://github.com/mParticle/mparticle-apple-sdk/issues/300)) ([74f71d8](https://github.com/mParticle/mparticle-apple-sdk/commit/74f71d8202debdc7de13394b0f24683b39618b77))
* Return type of MPGDPRConsent copy method ([7966fd0](https://github.com/mParticle/mparticle-apple-sdk/commit/7966fd02f18b3338e1f07bb619bf72501a27b2db))

## [8.27.2](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.27.1...v8.27.2) (2024-10-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.27.2</string>
<string>8.27.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.27.2/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "cb2870ccfa55397c107c95fcf713364c19b63e79e2b2b803d1029eab5f233869"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.27.3/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "c72bc87ac996dce37223eaa12610ba93997278fe7816dbd101608fa34a067f33"

let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.27.2/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "0895cc98aebd94476c579d6bb70e12b8c5467d89544384fac5cf8c30ff4ee4f3"
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.27.3/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "1493cd0b33318d01899c24aca4f8f6d6182f5d83fd55a27f130efcf0feef1297"

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.27.2"
s.version = "8.27.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.27.2";
NSString *const kMParticleSDKVersion = @"8.27.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 @@ -96,5 +96,6 @@
"8.26.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.26.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.26.0/mParticle_Apple_SDK.xcframework.zip",
"8.27.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.0/mParticle_Apple_SDK.xcframework.zip",
"8.27.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.1/mParticle_Apple_SDK.xcframework.zip",
"8.27.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.2/mParticle_Apple_SDK.xcframework.zip"
"8.27.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.2/mParticle_Apple_SDK.xcframework.zip",
"8.27.3": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.3/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.27.3/mParticle_Apple_SDK.xcframework.zip"
}

0 comments on commit 2707684

Please sign in to comment.