Skip to content

Commit

Permalink
chore(release): 8.27.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.27.1](v8.27.0...v8.27.1) (2024-09-17)

### Bug Fixes

* Prevent Repeated Sessions on active Background ([#290](#290)) ([9ead27d](9ead27d))
  • Loading branch information
mparticle-automation committed Sep 17, 2024
1 parent 9ead27d commit 4e0c640
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.27.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.27.0...v8.27.1) (2024-09-17)


### Bug Fixes

* Prevent Repeated Sessions on active Background ([#290](https://github.com/mParticle/mparticle-apple-sdk/issues/290)) ([9ead27d](https://github.com/mParticle/mparticle-apple-sdk/commit/9ead27d25cf2f31cbb97f7b26216524b48afdcae))

# [8.27.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.26.0...v8.27.0) (2024-09-04)


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.0</string>
<string>8.27.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.27.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "56876e115bebc6c61dc387a45636ed413ee2a2ee86af753864ee3423ee972878"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.27.1/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "64201eff12cafb65077c1a920d22443f91a0bea0e4c8b78e545bd6804d3f98ed"

let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.27.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "ce1547258655b9e28f82a83ff9218b94e02224aeb8d2b81c97782d11af850bdb"
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.27.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "90bec9f2221e2ee693b2dde945f44210828d74aeaac6e84cea655e870701fa1b"

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.0"
s.version = "8.27.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.27.0";
NSString *const kMParticleSDKVersion = @"8.27.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 @@ -94,5 +94,6 @@
"8.25.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.25.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.25.0/mParticle_Apple_SDK.xcframework.zip",
"8.25.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.25.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.25.1/mParticle_Apple_SDK.xcframework.zip",
"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.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"
}

0 comments on commit 4e0c640

Please sign in to comment.