Skip to content

Commit

Permalink
chore(release): 8.26.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.26.0](v8.25.1...v8.26.0) (2024-08-16)

### Features

* Cert Pinning Update ([#286](#286)) ([15cf961](15cf961))
  • Loading branch information
mparticle-automation committed Aug 16, 2024
1 parent 15cf961 commit 3790e3d
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.26.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.25.1...v8.26.0) (2024-08-16)


### Features

* Cert Pinning Update ([#286](https://github.com/mParticle/mparticle-apple-sdk/issues/286)) ([15cf961](https://github.com/mParticle/mparticle-apple-sdk/commit/15cf961cc9b9d4f31b68df3a0d58e8b5c478e5c0))

## [8.25.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.25.0...v8.25.1) (2024-07-29)


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.25.1</string>
<string>8.26.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.25.1/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "14641f820f018e9dcc8cffeb03cdeabb030c33b8f29bef634de86a52b29698bd"
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_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.25.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "99729c1fb2fa15b4f6469b8afa9b1014d007eee4e891dc2d0a108990a1221dad"
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 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.25.1"
s.version = "8.26.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.25.1";
NSString *const kMParticleSDKVersion = @"8.26.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 @@ -92,5 +92,6 @@
"8.24.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.24.2/mParticle_Apple_SDK.xcframework.zip",
"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.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"
}

0 comments on commit 3790e3d

Please sign in to comment.