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.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Jun 9, 2021
1 parent cdb53ae commit 56a79b9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]
)
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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",
Expand Down

0 comments on commit 56a79b9

Please sign in to comment.