From 56a79b9224ead8f186834bcebe4a8a83a50ee024 Mon Sep 17 00:00:00 2001 From: Gleb Linnik Date: Tue, 8 Jun 2021 19:48:08 +0300 Subject: [PATCH] Add YandexMobileMetrica SDK 3.17.0 --- Package.swift | 8 ++++---- README.md | 11 +++++++++++ YandexMobileMetrica.json | 1 + 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index ad17aad..7d991fe 100644 --- a/Package.swift +++ b/Package.swift @@ -16,10 +16,10 @@ let package = Package( targets: [ .binaryTarget(name: "YandexMobileMetrica", - url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/48248/YandexMobileMetrica-3.16.0-ios-spm-9be2e518-c85e-4b9d-b534-a54a0a250683.zip", - checksum: "fe338fe28ef074a6a46876385e763dc8b4c4cb8bab376cf1a76851e79c9d355e"), + url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.17.0-ios-spm-0ce48b19-0093-431c-89ee-8666420b9650.zip", + checksum: "2b79ddc482b2851225fbce678a57fcac2f3aa27b5300f3b71d9c4e82d251e0df"), .binaryTarget(name: "YandexMobileMetricaCrashes", - url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaCrashes-3.16.0-ios-spm-8b48ae1b-1f05-46be-8e8a-c725db8a4c76.zip", - checksum: "e7b9bd6920e34651f579dcd825e1c9d9e4ad82e855b456672b3d6846f1019b8b"), + url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-3.17.0-ios-spm-8341da09-2473-4471-abd1-fa783da5228f.zip", + checksum: "1aafe6a99e3ae928dc82df313713fd0842f1b5bdb17d0f8cea5f445c00c6d8a8"), ] ) diff --git a/README.md b/README.md index 338b3cc..afe7d04 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,17 @@ advertisement**. ## Changelog +### Version 3.17.0 +SDK archive: +[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.17.0-ios-a24417a7-e726-4624-bbb0-83a3862a74a8.zip) + +* Added support for iPhone and AppleTV simulators running on Apple Silicon Macs (M1). +* Fixed potential problem with Main thread checker in WebKit. + +#### Notice +> CocoaPods 1.10 or Carthage 0.38 now required for `.xcframework`. +> `YandexMobileMetrica/Static-TV` and `YandexMobileMetrica/Dynamic-TV` subspecs are not available anymore. From now use the same subspec for tvOS as for iOS: `YandexMobileMetrica/Static` and `YandexMobileMetrica/Dynamic`. + ### Version 3.16.0 SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetrica-3.16.0-ios-ee95b538-61ab-48d3-9a8c-67b01b2c3b01.zip) diff --git a/YandexMobileMetrica.json b/YandexMobileMetrica.json index fe19dc5..26d8675 100644 --- a/YandexMobileMetrica.json +++ b/YandexMobileMetrica.json @@ -1,4 +1,5 @@ { + "3.17.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.17.0/YandexMobileMetrica.dynamic.xcframework.zip", "3.16.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.16.0/YandexMobileMetrica.dynamic.framework.zip", "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",