Skip to content

Commit

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

### Bug Fixes

* Properly attribute events when workspace switches on new launch ([#288](#288)) ([407749a](407749a))

### Features

* Workspace switching improvements ([#287](#287)) ([0c8da18](0c8da18))
  • Loading branch information
mparticle-automation committed Sep 4, 2024
1 parent 407749a commit 62f70e5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [8.27.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.26.0...v8.27.0) (2024-09-04)


### Bug Fixes

* Properly attribute events when workspace switches on new launch ([#288](https://github.com/mParticle/mparticle-apple-sdk/issues/288)) ([407749a](https://github.com/mParticle/mparticle-apple-sdk/commit/407749abcb047c97b804592fcc3c5c553792d2f8))


### Features

* Workspace switching improvements ([#287](https://github.com/mParticle/mparticle-apple-sdk/issues/287)) ([0c8da18](https://github.com/mParticle/mparticle-apple-sdk/commit/0c8da18dd1faa701186abd6f45820fc6c54fa71f))

# [8.26.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.25.1...v8.26.0) (2024-08-16)


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.26.0</string>
<string>8.27.0</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.26.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "72d732e5d24f67c22de72057f6ef17aa9acf66f072b36f5b458f84e4890a28be"
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_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.26.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "75ec48c08b3b6e3dc4428fb3cd5664360f8af666ae760cf24de1eb62ae62db93"
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 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.26.0"
s.version = "8.27.0"
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.26.0";
NSString *const kMParticleSDKVersion = @"8.27.0";

// 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 @@ -93,5 +93,6 @@
"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",
"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.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"
}

0 comments on commit 62f70e5

Please sign in to comment.