File tree Expand file tree Collapse file tree
ios-arm64_armv7/DapiConnect.framework
ios-arm64_i386_x86_64-simulator/DapiConnect.framework Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The 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.52.0 - 2022-9-8
9+ ### Fixed
10+ - fix Dark mode issues
11+
812## 2.51.0 - 2022-8-9
913### Added
1014- Multiple Choices MFA
Original file line number Diff line number Diff line change 66 <array >
77 <dict >
88 <key >LibraryIdentifier </key >
9- <string >ios-arm64_armv7 </string >
9+ <string >ios-arm64_i386_x86_64-simulator </string >
1010 <key >LibraryPath </key >
1111 <string >DapiConnect.framework </string >
1212 <key >SupportedArchitectures </key >
1313 <array >
1414 <string >arm64 </string >
15- <string >armv7 </string >
15+ <string >i386 </string >
16+ <string >x86_64 </string >
1617 </array >
1718 <key >SupportedPlatform </key >
1819 <string >ios </string >
20+ <key >SupportedPlatformVariant </key >
21+ <string >simulator </string >
1922 </dict >
2023 <dict >
2124 <key >LibraryIdentifier </key >
22- <string >ios-arm64_i386_x86_64-simulator </string >
25+ <string >ios-arm64_armv7 </string >
2326 <key >LibraryPath </key >
2427 <string >DapiConnect.framework </string >
2528 <key >SupportedArchitectures </key >
2629 <array >
2730 <string >arm64 </string >
28- <string >i386 </string >
29- <string >x86_64 </string >
31+ <string >armv7 </string >
3032 </array >
3133 <key >SupportedPlatform </key >
3234 <string >ios </string >
33- <key >SupportedPlatformVariant </key >
34- <string >simulator </string >
3535 </dict >
3636 </array >
3737 <key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'DapiSDK'
3- s . version = '2.51 .0'
3+ s . version = '2.52 .0'
44 s . summary = 'Financial APIs to connect users bank accounts.'
55 s . homepage = 'https://dapi.com'
66 s . author = { 'Dapi' => 'hello@dapi.co' }
You can’t perform that action at this time.
0 commit comments