Skip to content

Commit

Permalink
chore(release): 8.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.22.0](v8.21.1...v8.22.0) (2024-04-19)

### Features

* Update mParticle-Apple-SDK.podspec for privacy manifest ([#271](#271)) ([f4a4750](f4a4750))
  • Loading branch information
mparticle-automation committed Apr 19, 2024
1 parent f4a4750 commit 5016b84
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.22.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.21.1...v8.22.0) (2024-04-19)


### Features

* Update mParticle-Apple-SDK.podspec for privacy manifest ([#271](https://github.com/mParticle/mparticle-apple-sdk/issues/271)) ([f4a4750](https://github.com/mParticle/mparticle-apple-sdk/commit/f4a4750a1a06766c3f35ef5d8a16c0b0ca4a1e40))

## [8.21.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.21.0...v8.21.1) (2024-04-17)


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.21.1</string>
<string>8.22.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.21.1/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "fb0d8019c8d293f6ef54e6b4bf49763544759fd1c00528d7b11abe231a1087ae"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.22.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "3bd08a5cdc7d56df27e525e8f94fd34be91397ec18ebacae8d1d281bdd2fe4cc"

let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.21.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "9a8f92bc3020e3e15dbe6d9c5a6effbedd418116f784cccbd31b9680b198af01"
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.22.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "493f910a8f8fd6cbfb841f1e06d46ec2214afb3bbc9e73d1533bd3a0a3facdfc"

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.21.1"
s.version = "8.22.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.21.1";
NSString *const kMParticleSDKVersion = @"8.22.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 @@ -83,5 +83,6 @@
"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",
"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.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"
}

0 comments on commit 5016b84

Please sign in to comment.