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

Commit 56a79b9

Browse files
committed
Add YandexMobileMetrica SDK 3.17.0
1 parent cdb53ae commit 56a79b9

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ let package = Package(
1616

1717
targets: [
1818
.binaryTarget(name: "YandexMobileMetrica",
19-
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/48248/YandexMobileMetrica-3.16.0-ios-spm-9be2e518-c85e-4b9d-b534-a54a0a250683.zip",
20-
checksum: "fe338fe28ef074a6a46876385e763dc8b4c4cb8bab376cf1a76851e79c9d355e"),
19+
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.17.0-ios-spm-0ce48b19-0093-431c-89ee-8666420b9650.zip",
20+
checksum: "2b79ddc482b2851225fbce678a57fcac2f3aa27b5300f3b71d9c4e82d251e0df"),
2121
.binaryTarget(name: "YandexMobileMetricaCrashes",
22-
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaCrashes-3.16.0-ios-spm-8b48ae1b-1f05-46be-8e8a-c725db8a4c76.zip",
23-
checksum: "e7b9bd6920e34651f579dcd825e1c9d9e4ad82e855b456672b3d6846f1019b8b"),
22+
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-3.17.0-ios-spm-8341da09-2473-4471-abd1-fa783da5228f.zip",
23+
checksum: "1aafe6a99e3ae928dc82df313713fd0842f1b5bdb17d0f8cea5f445c00c6d8a8"),
2424
]
2525
)

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ advertisement**.
1919

2020
## Changelog
2121

22+
### Version 3.17.0
23+
SDK archive:
24+
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.17.0-ios-a24417a7-e726-4624-bbb0-83a3862a74a8.zip)
25+
26+
* Added support for iPhone and AppleTV simulators running on Apple Silicon Macs (M1).
27+
* Fixed potential problem with Main thread checker in WebKit.
28+
29+
#### Notice
30+
> CocoaPods 1.10 or Carthage 0.38 now required for `.xcframework`.
31+
> `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`.
32+
2233
### Version 3.16.0
2334
SDK archive:
2435
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetrica-3.16.0-ios-ee95b538-61ab-48d3-9a8c-67b01b2c3b01.zip)

YandexMobileMetrica.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"3.17.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.17.0/YandexMobileMetrica.dynamic.xcframework.zip",
23
"3.16.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.16.0/YandexMobileMetrica.dynamic.framework.zip",
34
"3.15.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.15.1/YandexMobileMetrica.dynamic.framework.zip",
45
"3.15.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.15.0/YandexMobileMetrica.dynamic.framework.zip",

0 commit comments

Comments
 (0)