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.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Apr 20, 2021
1 parent 80c63eb commit 7c6dd17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ let package = Package(
],

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

targets: [
.binaryTarget(name: "YandexMobileMetrica",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.15.0-ios-spm-05dc9e29-dee8-41c1-8800-5efac63681de.zip",
checksum: "f964085c25434431e8ca399df9ca3139869329415bcb782fa5556c5e755dd6e2"),
.binaryTarget(name: "YandexMobileMetricaCrashes",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-3.15.0-ios-spm-2bc875d4-800d-40c1-a88b-ab06caed6549.zip",
checksum: "575d1bfb57089502e40ad2d6a5d9a00b8a7272e8ba93ab1b9bc32ab471ba7ee9"),
]
.binaryTarget(name: "YandexMobileMetrica",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetrica-3.15.1-ios-spm-c89a5004-0c30-49d9-a81e-606aea8c4daa.zip",
checksum: "adce1c0abed9fcd5ed2b234bcbae834a59248dfbc1e0e422b2c14b70eb55bdfe"),
.binaryTarget(name: "YandexMobileMetricaCrashes",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetricaCrashes-3.15.1-ios-spm-7c1bc884-de01-43b4-91bc-ec9b63674d34.zip",
checksum: "ac445c257e31e30cc5320122e882c15bfee0f1ae19bddebc666d838b19a3e7b5"),
]
)
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ advertisement**.

## Changelog

### Version 3.15.1
SDK archive:
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.15.1-ios-8f5cb67f-5a16-43a0-b121-e20e39f43f53.zip)

* Improved Apple Search Ads attribution with AdServices framework. Upgrade to this version to preserve Apple Search Ads tracking on iOS 14.5+.

### Version 3.15.0
SDK archive:
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.15.0-ios-a8616fa2-25a8-4a2f-8420-83b4cc90b176.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.15.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.15.1/YandexMobileMetrica.dynamic.framework.zip",
"3.15.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.15.0/YandexMobileMetrica.dynamic.framework.zip",
"3.14.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.14.1/YandexMobileMetrica.dynamic.framework.zip",
"3.14.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.14.0/YandexMobileMetrica.dynamic.framework.zip",
Expand Down

0 comments on commit 7c6dd17

Please sign in to comment.