Skip to content

Commit

Permalink
chore(release): 8.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.16.0](v8.15.1...v8.16.0) (2023-10-11)

### Features

* Direct routing to correct pod ([#223](#223)) ([#229](#229)) ([#230](#230)) ([14168f9](14168f9))
  • Loading branch information
mparticle-automation committed Oct 11, 2023
1 parent 14168f9 commit 0bfe0b4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [8.16.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.15.1...v8.16.0) (2023-10-11)


### Features

* Direct routing to correct pod ([#223](https://github.com/mParticle/mparticle-apple-sdk/issues/223)) ([#229](https://github.com/mParticle/mparticle-apple-sdk/issues/229)) ([#230](https://github.com/mParticle/mparticle-apple-sdk/issues/230)) ([14168f9](https://github.com/mParticle/mparticle-apple-sdk/commit/14168f9167f15f8b850b93ea1004273cf927bd0e))

## [8.15.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.15.0...v8.15.1) (2023-10-04)


Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.15.1</string>
<string>8.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Expand Up @@ -2,11 +2,11 @@

import PackageDescription

let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.15.1/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "8ff56a539f814c26509395ee9b20f427a21201bdf3e2d1089dfe656f672929e3"
let mParticle_Apple_SDK_URL = "https://static.mparticle.com/sdk/ios/v8.16.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "8dcb3d0c011f39827e1805b6aec2b1824f8bb011b7aede790ec027eae154aeac"

let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.15.1/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "bf54b15ded9b2905081bebe0af31fc009e1aeb6fbc72d6f0aa511db914d72152"
let mParticle_Apple_SDK_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.16.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "6aafe801e94600ac332922cb0569fa84eee30efdc68f32a783a767d61600a900"

let package = Package(
name: "mParticle-Apple-SDK",
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Apple-SDK"
s.version = "8.15.1"
s.version = "8.16.0"
s.summary = "mParticle Apple SDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/MPIConstants.m
@@ -1,7 +1,7 @@
#import "MPIConstants.h"

// mParticle SDK Version
NSString *const kMParticleSDKVersion = @"8.15.1";
NSString *const kMParticleSDKVersion = @"8.16.0";

// Message Type (dt)
NSString *const kMPMessageTypeKey = @"dt";
Expand Down
3 changes: 2 additions & 1 deletion mParticle_Apple_SDK.json
Expand Up @@ -76,5 +76,6 @@
"8.14.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.14.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.14.1/mParticle_Apple_SDK.xcframework.zip",
"8.14.2": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.14.2/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.14.2/mParticle_Apple_SDK.xcframework.zip",
"8.15.0": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.0/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.0/mParticle_Apple_SDK.xcframework.zip",
"8.15.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.1/mParticle_Apple_SDK.xcframework.zip"
"8.15.1": "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.1/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v8.15.1/mParticle_Apple_SDK.xcframework.zip",
"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"
}

0 comments on commit 0bfe0b4

Please sign in to comment.