This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ let package = Package(
17
17
targets: [
18
18
. binaryTarget(
19
19
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 "
22
22
) ,
23
23
. binaryTarget(
24
24
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 "
27
27
) ,
28
28
]
29
29
)
Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ advertisement**.
19
19
20
20
## Changelog
21
21
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
+
22
29
## Version 4.5.0
23
30
SDK archive:
24
31
[ ** download** ] ( https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-4.5.0-ios-b6c71e26-3984-4c27-8d1e-a7b1017d0d9b.zip )
Original file line number Diff line number Diff line change 1
1
{
2
+ "4.5.2" :" https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.5.2/YandexMobileMetrica.dynamic.xcframework.zip" ,
2
3
"4.5.0" :" https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.5.0/YandexMobileMetrica.dynamic.xcframework.zip" ,
3
4
"4.4.0" :" https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.4.0/YandexMobileMetrica.dynamic.xcframework.zip" ,
4
5
"4.2.0" :" https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.2.0/YandexMobileMetrica.dynamic.xcframework.zip" ,
You can’t perform that action at this time.
0 commit comments