Skip to content

Commit 9b0a274

Browse files
[Release] | 3.9.1 (#51)
1 parent ea3a028 commit 9b0a274

202 files changed

Lines changed: 8696 additions & 8402 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file. To know better on how to write and maintain a changelog, refer to [this link](https://keepachangelog.com/en/1.0.0/).
33

4+
## [3.9.1] - AIS+PIS QoL and Patches
5+
6+
### Fixed
7+
- A crash where an attempt to fill the provider selection list with duplicate providers was made, which is now handled gracefully as unexpected behavior.
8+
- Some cases where the user would get stuck on a Wait screen, especially when prompted by the bank to confirm the TrueLayer transaction in their banking app.
9+
- Routing logic for certain providers requesting a PIS-only flow.
10+
- An issue with the Scheme Selection screen when the Continue button would not get disabled while processing, which has previously manifested for a very small percentage of users on slower network connections.
11+
412
## [3.9.0] - AIS+PIS Flow
513

614
### Added

Frameworks/TrueLayerAPI.xcframework/ios-arm64/TrueLayerAPI.framework/Headers/TrueLayerAPI-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
3+
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
44
#ifndef TRUELAYERAPI_SWIFT_H
55
#define TRUELAYERAPI_SWIFT_H
66
#pragma clang diagnostic push
Binary file not shown.

Frameworks/TrueLayerAPI.xcframework/ios-arm64/TrueLayerAPI.framework/Modules/TrueLayerAPI.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 91 additions & 91 deletions
Large diffs are not rendered by default.

Frameworks/TrueLayerAPI.xcframework/ios-arm64/TrueLayerAPI.framework/Modules/TrueLayerAPI.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// swift-interface-format-version: 1.0
2-
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
2+
// swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
33
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TrueLayerAPI
44
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
55
import Foundation

Frameworks/TrueLayerAPI.xcframework/ios-arm64/TrueLayerAPI.framework/Modules/TrueLayerAPI.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// swift-interface-format-version: 1.0
2-
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
2+
// swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
33
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TrueLayerAPI
44
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
55
import Foundation
Binary file not shown.

Frameworks/TrueLayerAPI.xcframework/ios-arm64_x86_64-simulator/TrueLayerAPI.framework/Headers/TrueLayerAPI-Swift.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
3+
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
44
#ifndef TRUELAYERAPI_SWIFT_H
55
#define TRUELAYERAPI_SWIFT_H
66
#pragma clang diagnostic push
@@ -311,7 +311,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
311311
#endif
312312

313313
#elif defined(__x86_64__) && __x86_64__
314-
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
314+
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
315315
#ifndef TRUELAYERAPI_SWIFT_H
316316
#define TRUELAYERAPI_SWIFT_H
317317
#pragma clang diagnostic push
Binary file not shown.

0 commit comments

Comments
 (0)