Skip to content

Commit beafe4a

Browse files
committed
V 2.12.2
1 parent b9a5554 commit beafe4a

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.12.2 - 2023-9-6
9+
### Fix
10+
- disable iOS dynamic font size
11+
812
## 2.12.1 - 2023-7-5
913
### Fix
1014
- Error message title for transfer results

DapiBanking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DapiBanking'
3-
s.version = '2.12.1'
3+
s.version = '2.12.2'
44
s.summary = 'Financial APIs to connect users bank accounts.'
55
s.homepage = 'https://dapi.com'
66
s.author = { 'Dapi' => 'dev@dapi.com' }
@@ -11,7 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
LICENSE
1212
}
1313
s.platform = "ios", '13.0'
14-
s.source = { :http => 'https://github.com/dapi-co/Dapi-iOS/releases/download/2.12.1/DapiSDK.zip'}
14+
s.source = { :http => 'https://github.com/dapi-co/Dapi-iOS/releases/download/2.12.2/DapiSDK.zip'}
1515
s.vendored_frameworks = 'DapiSDK.xcframework'
1616
s.frameworks = 'WebKit'
1717
s.cocoapods_version = '>= 1.10.0'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "DapiSDK",
16-
url: "https://github.com/dapi-co/Dapi-iOS/releases/download/2.12.1/DapiSDK.zip",
17-
checksum: "cd508e990b038f27283c0a9a99a97395734b00c20e14b1a6c61d5125c969a45e")
16+
url: "https://github.com/dapi-co/Dapi-iOS/releases/download/2.12.2/DapiSDK.zip",
17+
checksum: "ef01db2f35eaa5d25a835c363e5bbbfff401dede0bd479ce2a4bbde7585b23e0")
1818
]
1919
)

0 commit comments

Comments
 (0)