Skip to content

Commit

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

### Bug Fixes

* Push Registration events to show forwarded for kits ([#208](#208)) ([705e568](705e568))
  • Loading branch information
mparticle-automation committed Oct 4, 2023
1 parent 705e568 commit ce61b65
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.15.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.15.0...v8.15.1) (2023-10-04)


### Bug Fixes

* Push Registration events to show forwarded for kits ([#208](https://github.com/mParticle/mparticle-apple-sdk/issues/208)) ([705e568](https://github.com/mParticle/mparticle-apple-sdk/commit/705e568f68484ab0f41430832f9ed66c42a72395))

# [8.15.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.14.2...v8.15.0) (2023-09-07)


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.0</string>
<string>8.15.1</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.0/mParticle_Apple_SDK.xcframework.zip"
let mParticle_Apple_SDK_Checksum = "6d5d10049614267586127713d7c9b2dfca94360b83180533d16c0b4b501cb926"
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_NoLocation_URL = "https://static.mparticle.com/sdk/ios/v8.15.0/mParticle_Apple_SDK_NoLocation.xcframework.zip"
let mParticle_Apple_SDK_NoLocation_Checksum = "79ed926fe2109471512eb16aa68cbf7e3b37d4d488d9177806aa3119b7953e1d"
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 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.0"
s.version = "8.15.1"
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.0";
NSString *const kMParticleSDKVersion = @"8.15.1";

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

0 comments on commit ce61b65

Please sign in to comment.