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

Commit 13d8b11

Browse files
authored
Merge pull request #119 from yandexmobile/r4.5.2
Release 4.5.2
2 parents fd3df03 + 6aa1330 commit 13d8b11

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-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/48248/YandexMobileMetrica-4.5.0-ios-spm-740398ad-b43a-486f-ba68-138c9fc0cc2b.zip",
21-
checksum: "f1a6a851093559c440a037241f6571b4650a4aa0360859cc8849c9f77dc6e994"
20+
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-4.5.2-ios-spm-4cf9781b-4e3e-4674-bbb3-5ab28cc9869a.zip",
21+
checksum: "c861e56a53e4b7cbd9d9a8649c8c1defc3e61a203870254b4ba221c373e7629b"
2222
),
2323
.binaryTarget(
2424
name: "YandexMobileMetricaCrashes",
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"
25+
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetricaCrashes-4.5.2-ios-spm-3ac18632-911c-404d-8f4d-4d2a496ee5b7.zip",
26+
checksum: "35f83521c388eef8c3bb5cb7b5a3c37e517aaeb1c14d1b12b1dc904322577db9"
2727
),
2828
]
2929
)

README.md

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

2020
## Changelog
2121

22+
## Version 4.5.2
23+
SDK archive:
24+
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-4.5.2-ios-d70f8cb3-2746-4c3d-aa5f-dcd6acaaa5d8.zip)
25+
26+
* Fixed `posix_spawn` crash on Xcode with enabled sanitizer.
27+
28+
2229
## Version 4.5.0
2330
SDK archive:
2431
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-4.5.0-ios-b6c71e26-3984-4c27-8d1e-a7b1017d0d9b.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.2":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.5.2/YandexMobileMetrica.dynamic.xcframework.zip",
23
"4.5.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.5.0/YandexMobileMetrica.dynamic.xcframework.zip",
34
"4.4.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.4.0/YandexMobileMetrica.dynamic.xcframework.zip",
45
"4.2.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.2.0/YandexMobileMetrica.dynamic.xcframework.zip",

0 commit comments

Comments
 (0)