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

Commit

Permalink
Merge pull request #117 from yandexmobile/r4.5.0
Browse files Browse the repository at this point in the history
Release YandexMobileMetrica SDK 4.5.0
  • Loading branch information
Sergey70 authored Mar 21, 2023
2 parents 615187c + 2715532 commit fd3df03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "YandexMobileMetrica",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-4.4.0-ios-spm-fc805483-bdaa-48be-9163-6c1c401828f8.zip",
checksum: "fa97a38a3e56007e0ee4d878a2e17dba267b3ae844ea91e172bc0a6d862aa8ea"
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/48248/YandexMobileMetrica-4.5.0-ios-spm-740398ad-b43a-486f-ba68-138c9fc0cc2b.zip",
checksum: "f1a6a851093559c440a037241f6571b4650a4aa0360859cc8849c9f77dc6e994"
),
.binaryTarget(
name: "YandexMobileMetricaCrashes",
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaCrashes-4.4.0-ios-spm-2a890baa-e41a-41d6-b460-36514190f4f9.zip",
checksum: "d6b98466f6d3905b1722977b8dbb7f506179bc8efc19c755bf69e92168bca2ea"
url: "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetricaCrashes-4.5.0-ios-spm-2481a5e3-b346-475d-8fec-0acd66431517.zip",
checksum: "1970ba6acb2a4a480bb0c6b4d1e94e9f604a03bd93df18c5e0a3b6de16929b34"
),
]
)
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ advertisement**.

## Changelog

## Version 4.5.0
SDK archive:
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-4.5.0-ios-b6c71e26-3984-4c27-8d1e-a7b1017d0d9b.zip)

* Fixed `locationServicesEnabled invoked on the main thread` warning on iOS 16.

## Version 4.4.0
SDK archive:
[**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/1604631/YandexMobileMetrica-4.4.0-ios-83b36013-be55-45cf-afde-8bbdb08ac25e.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 @@
{
"4.5.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.5.0/YandexMobileMetrica.dynamic.xcframework.zip",
"4.4.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.4.0/YandexMobileMetrica.dynamic.xcframework.zip",
"4.2.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.2.0/YandexMobileMetrica.dynamic.xcframework.zip",
"4.0.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/4.0.0/YandexMobileMetrica.dynamic.xcframework.zip",
Expand Down

0 comments on commit fd3df03

Please sign in to comment.