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

Commit fd3df03

Browse files
authored
Merge pull request #117 from yandexmobile/r4.5.0
Release YandexMobileMetrica SDK 4.5.0
2 parents 615187c + 2715532 commit fd3df03

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ let package = Package(
1717
targets: [
1818
.binaryTarget(
1919
name: "YandexMobileMetrica",
20-
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-4.4.0-ios-spm-fc805483-bdaa-48be-9163-6c1c401828f8.zip",
21-
checksum: "fa97a38a3e56007e0ee4d878a2e17dba267b3ae844ea91e172bc0a6d862aa8ea"
20+
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/48248/YandexMobileMetrica-4.5.0-ios-spm-740398ad-b43a-486f-ba68-138c9fc0cc2b.zip",
21+
checksum: "f1a6a851093559c440a037241f6571b4650a4aa0360859cc8849c9f77dc6e994"
2222
),
2323
.binaryTarget(
2424
name: "YandexMobileMetricaCrashes",
25-
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaCrashes-4.4.0-ios-spm-2a890baa-e41a-41d6-b460-36514190f4f9.zip",
26-
checksum: "d6b98466f6d3905b1722977b8dbb7f506179bc8efc19c755bf69e92168bca2ea"
25+
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-4.5.0-ios-spm-2481a5e3-b346-475d-8fec-0acd66431517.zip",
26+
checksum: "1970ba6acb2a4a480bb0c6b4d1e94e9f604a03bd93df18c5e0a3b6de16929b34"
2727
),
2828
]
2929
)

README.md

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

2020
## Changelog
2121

22+
## Version 4.5.0
23+
SDK archive:
24+
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-4.5.0-ios-b6c71e26-3984-4c27-8d1e-a7b1017d0d9b.zip)
25+
26+
* Fixed `locationServicesEnabled invoked on the main thread` warning on iOS 16.
27+
2228
## Version 4.4.0
2329
SDK archive:
2430
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/1604631/YandexMobileMetrica-4.4.0-ios-83b36013-be55-45cf-afde-8bbdb08ac25e.zip)

YandexMobileMetrica.json

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

0 commit comments

Comments
 (0)