Skip to content

Commit

Permalink
Pull request #253: Merge hotfix/5.4.1 into release/6.0.0
Browse files Browse the repository at this point in the history
Merge in MI/yandex-checkout-payments-swift from ~TVERDOKHLEB/yandex-checkout-payments-swift:task/b2b/no-task/merge-hotfix-into-release to release/6.0.0

* commit 'e8c8093469376153f90ecfe9586c1c4e55cfdf44':
  [NO-TASK] Update YandexMobileMetrica
  • Loading branch information
Олег В. Твердохлеб committed Jun 3, 2021
2 parents b6babe0 + e8c8093 commit d4ccc8b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

> Необходимо выполнить [инструкцию](https://github.com/yoomoney/yookassa-payments-swift/blob/master/MIGRATION.md) по миграции с версий ниже.
## 5.4.1

1. Обновление версии `YandexMobileMetrica`.

### 5.4.0

1. Исправили возможные проблемы с дробной частью параметра `amount` сущности `TokenizationModuleInputData`.
Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ PODS:
- Reveal-SDK (28)
- SwiftLint (0.43.1)
- ThreatMetrixAdapter (3.2.0)
- YandexMobileMetrica/Dynamic (3.12.0):
- YandexMobileMetrica/Dynamic/Core (= 3.12.0)
- YandexMobileMetrica/Dynamic/Crashes (= 3.12.0)
- YandexMobileMetrica/Dynamic/Core (3.12.0)
- YandexMobileMetrica/Dynamic/Crashes (3.12.0):
- YandexMobileMetrica/Dynamic (3.16.0):
- YandexMobileMetrica/Dynamic/Core (= 3.16.0)
- YandexMobileMetrica/Dynamic/Crashes (= 3.16.0)
- YandexMobileMetrica/Dynamic/Core (3.16.0)
- YandexMobileMetrica/Dynamic/Crashes (3.16.0):
- YandexMobileMetrica/Dynamic/Core
- YooKassaPayments (6.0.0):
- MoneyAuth (~> 2.29.0)
- ThreatMetrixAdapter (~> 3.2.0)
- YandexMobileMetrica/Dynamic (~> 3.12.0)
- YandexMobileMetrica/Dynamic (~> 3.0)
- YooKassaPaymentsApi (~> 2.5.0)
- YooKassaWalletApi (~> 2.3.0)
- YooMoneyCoreApi (~> 1.9.0)
Expand Down Expand Up @@ -61,8 +61,8 @@ SPEC CHECKSUMS:
Reveal-SDK: 1a2a678648fc4d277bad71c86d15530424324288
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
ThreatMetrixAdapter: 8d2e93fb6ec1e93128116fa584dca52d84dd8736
YandexMobileMetrica: 7ba67267e1ef841f77d5db17a5091b8e9eba911f
YooKassaPayments: d8ef6641d638a2910963109d1d0debbcb7a3fea0
YandexMobileMetrica: 2ab55883ea552a4c4ea4516a3353ca0577a747cc
YooKassaPayments: d780e5dd8e27be125600e4980933c353dd0da73a
YooKassaPaymentsApi: c32f1f256f0d9f7bc69d89348bb480453872337c
YooKassaWalletApi: 9ca2fa3c2827721d646ee8f770509e7eeea98743
YooMoneyCoreApi: 0d4da37a1619a4c92df0962ecc48d1665dbae4f4
Expand Down
3 changes: 2 additions & 1 deletion YooKassaPayments.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Pod::Spec.new do |s|
s.ios.dependency 'YooMoneyCoreApi', '~> 1.9.0'
s.ios.dependency 'YooKassaPaymentsApi', '~> 2.5.0'
s.ios.dependency 'YooKassaWalletApi', '~> 2.3.0'
s.ios.dependency 'YandexMobileMetrica/Dynamic', '~> 3.12.0'

s.ios.dependency 'MoneyAuth', '~> 2.29.0'
s.ios.dependency 'ThreatMetrixAdapter', '~> 3.2.0'

s.ios.dependency 'YandexMobileMetrica/Dynamic', '~> 3.0'

end
4 changes: 2 additions & 2 deletions YooKassaPayments.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3150,8 +3150,8 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-YooKassaPaymentsExamplePods/Pods-YooKassaPaymentsExamplePods-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FunctionalSwift/FunctionalSwift.framework",
"${PODS_ROOT}/YandexMobileMetrica/dynamic/YandexMobileMetrica.framework",
"${PODS_ROOT}/YandexMobileMetrica/dynamic/YandexMobileMetricaCrashes.framework",
"${PODS_ROOT}/YandexMobileMetrica/ios/dynamic/YandexMobileMetrica.framework",
"${PODS_ROOT}/YandexMobileMetrica/ios/dynamic/YandexMobileMetricaCrashes.framework",
"${BUILT_PRODUCTS_DIR}/YooKassaPayments/YooKassaPayments.framework",
"${BUILT_PRODUCTS_DIR}/YooKassaPaymentsApi/YooKassaPaymentsApi.framework",
"${BUILT_PRODUCTS_DIR}/YooKassaWalletApi/YooKassaWalletApi.framework",
Expand Down

0 comments on commit d4ccc8b

Please sign in to comment.