Skip to content

Commit

Permalink
chore(release): 8.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.20.0](v8.19.0...v8.20.0) (2024-03-05)

### Features

* Switch workspaces without restarting app ([#258](#258)) ([8f0a027](8f0a027))
  • Loading branch information
mparticle-automation committed Mar 5, 2024
1 parent 8f0a027 commit 865ddbc
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.20.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.19.0...v8.20.0) (2024-03-05)


### Features

* Switch workspaces without restarting app ([#258](https://github.com/mParticle/mparticle-apple-sdk/issues/258)) ([8f0a027](https://github.com/mParticle/mparticle-apple-sdk/commit/8f0a0276a3008b3a848630d125cc41a60addaef9))

# [8.19.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.18.0...v8.19.0) (2024-02-23)


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.19.0</string>
<string>8.20.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.19.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "640d094ed479fe3a90cbedaefec13ea42fe6f1d267b8344e99cf46f188dfd16f"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.20.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "cf54cf60e057008f443017c7d901949146b11c579478b6283ed2782da091b224"

let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.19.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "9b6cbebf480b26f07e66e0f93cb5a9ecb5cdd8b279a7e368db8693a67f97ddc3"
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.20.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "59beae89367d9e303aac37b05bf82e2ed51446fa94aa707e43e0feb6da855c4e"

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.19.0"
s.version = "8.20.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.19.0";
NSString *const kMParticleSDKVersion = @"8.20.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 @@ -80,5 +80,6 @@
"8.16.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.16.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.16.0/mParticle_Apple_SDK.xcframework.zip",
"8.17.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.17.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.17.0/mParticle_Apple_SDK.xcframework.zip",
"8.18.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.18.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.18.0/mParticle_Apple_SDK.xcframework.zip",
"8.19.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.19.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.19.0/mParticle_Apple_SDK.xcframework.zip"
"8.19.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.19.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.19.0/mParticle_Apple_SDK.xcframework.zip",
"8.20.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.20.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.20.0/mParticle_Apple_SDK.xcframework.zip"
}

0 comments on commit 865ddbc

Please sign in to comment.