Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Add YandexMobileMetrica SDK 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Dec 29, 2020
1 parent e909698 commit 799c653
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "YandexMobileMetrica",
platforms: [
.iOS(.v9), .tvOS(.v9)
],

products: [
.library(name: "YandexMobileMetrica", targets: ["YandexMobileMetrica"]),
.library(name: "YandexMobileMetricaCrashes", targets: ["YandexMobileMetricaCrashes"]),
],

targets: [
.binaryTarget(name: "YandexMobileMetrica",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.14.0-ios-spm-a107ab19-f228-4591-9ab8-43716714c502.zip",
checksum: "5bd9ca9f3e612c06eb7b491db83957d6b6033244002f3a4dd842bac29ee59774"),
.binaryTarget(name: "YandexMobileMetricaCrashes",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetricaCrashes-3.14.0-ios-spm-78c305f1-219d-4ace-b6aa-afaf2ced676d.zip",
checksum: "b142b2d55e6de04d1e5f7ea83dc77d25afccded94d4ba042fdafc2b7fd4c8cf1"),
]
)
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ advertisement**.

## Changelog

### Version 3.14.0
SDK archive:
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.14.0-ios-972f25fa-9657-485c-a1a0-c14d2e8f5770.zip)

* Added Swift Package Manager distribution.
* Stopped supporting iOS 8.
* Fixed sessions binding for crash events.

### Version 3.12.0
SDK archive:
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetrica-3.12.0-ios-d581da9f-e4de-4529-924e-1d1214c09780.zip)
Expand Down
1 change: 1 addition & 0 deletions YandexMobileMetrica.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"3.14.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.14.0/YandexMobileMetrica.dynamic.framework.zip",
"3.12.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.12.0/YandexMobileMetrica.dynamic.framework.zip",
"3.11.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.11.1/YandexMobileMetrica.dynamic.framework.zip",
"3.9.4":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.9.4/YandexMobileMetrica.dynamic.framework.zip",
Expand Down

0 comments on commit 799c653

Please sign in to comment.