Skip to content

Commit 24d8a78

Browse files
[Release] | 4.1.5 (#62)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7dbfd93 commit 24d8a78

69 files changed

Lines changed: 222 additions & 156 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
## [4.1.5] - General improvements and bug fixes
5+
6+
### Fixed
7+
- An error when multiple accounts shared the same provider.
8+
- General stability and bug fixes.
9+
410
## [4.1.4] - General improvements and bug fixes
511

612
### Fixed

Frameworks/TrueLayerAPI.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>TrueLayerAPI.framework/TrueLayerAPI</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>TrueLayerAPI.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>TrueLayerAPI.framework/TrueLayerAPI</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>TrueLayerAPI.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.

Frameworks/TrueLayerAPI.xcframework/ios-arm64_x86_64-simulator/TrueLayerAPI.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
Ed9M4v249Ji8/69zaS/yIw8TIt0=
13+
DrHBNplHVlPJB4zQRN6OZQwKWM0=
1414
</data>
1515
<key>Modules/TrueLayerAPI.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
1616
<data>

Frameworks/TrueLayerArchitecture.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>TrueLayerArchitecture.framework/TrueLayerArchitecture</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>TrueLayerArchitecture.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>TrueLayerArchitecture.framework/TrueLayerArchitecture</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>TrueLayerArchitecture.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
Binary file not shown.

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

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,14 +2334,22 @@
23342334
"children": [
23352335
{
23362336
"kind": "TypeNominal",
2337-
"name": "UIViewController",
2338-
"printedName": "UIKit.UIViewController",
2339-
"usr": "c:objc(cs)UIViewController"
2337+
"name": "Optional",
2338+
"printedName": "UIKit.UIViewController?",
2339+
"children": [
2340+
{
2341+
"kind": "TypeNominal",
2342+
"name": "UIViewController",
2343+
"printedName": "UIKit.UIViewController",
2344+
"usr": "c:objc(cs)UIViewController"
2345+
}
2346+
],
2347+
"usr": "s:Sq"
23402348
}
23412349
],
23422350
"declKind": "Var",
2343-
"usr": "s:21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0Cvp",
2344-
"mangledName": "$s21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0Cvp",
2351+
"usr": "s:21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0CSgvp",
2352+
"mangledName": "$s21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0CSgvp",
23452353
"moduleName": "TrueLayerArchitecture",
23462354
"declAttributes": [
23472355
"Custom",
@@ -2356,14 +2364,22 @@
23562364
"children": [
23572365
{
23582366
"kind": "TypeNominal",
2359-
"name": "UIViewController",
2360-
"printedName": "UIKit.UIViewController",
2361-
"usr": "c:objc(cs)UIViewController"
2367+
"name": "Optional",
2368+
"printedName": "UIKit.UIViewController?",
2369+
"children": [
2370+
{
2371+
"kind": "TypeNominal",
2372+
"name": "UIViewController",
2373+
"printedName": "UIKit.UIViewController",
2374+
"usr": "c:objc(cs)UIViewController"
2375+
}
2376+
],
2377+
"usr": "s:Sq"
23622378
}
23632379
],
23642380
"declKind": "Accessor",
2365-
"usr": "s:21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0Cvg",
2366-
"mangledName": "$s21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0Cvg",
2381+
"usr": "s:21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0CSgvg",
2382+
"mangledName": "$s21TrueLayerArchitecture6RouterC18_topViewControllerSo06UIViewG0CSgvg",
23672383
"moduleName": "TrueLayerArchitecture",
23682384
"accessorKind": "get"
23692385
}
@@ -6343,35 +6359,35 @@
63436359
{
63446360
"filePath": "\/Users\/fabrizio.scarano\/Developer\/iOS-SDK\/SDK\/Sources\/Architecture\/Navigation\/Router.swift",
63456361
"kind": "BooleanLiteral",
6346-
"offset": 1971,
6362+
"offset": 2046,
63476363
"length": 5,
63486364
"value": "false"
63496365
},
63506366
{
63516367
"filePath": "\/Users\/fabrizio.scarano\/Developer\/iOS-SDK\/SDK\/Sources\/Architecture\/Navigation\/Router.swift",
63526368
"kind": "BooleanLiteral",
6353-
"offset": 3802,
6369+
"offset": 4125,
63546370
"length": 4,
63556371
"value": "true"
63566372
},
63576373
{
63586374
"filePath": "\/Users\/fabrizio.scarano\/Developer\/iOS-SDK\/SDK\/Sources\/Architecture\/Navigation\/Router.swift",
63596375
"kind": "BooleanLiteral",
6360-
"offset": 5149,
6376+
"offset": 5651,
63616377
"length": 4,
63626378
"value": "true"
63636379
},
63646380
{
63656381
"filePath": "\/Users\/fabrizio.scarano\/Developer\/iOS-SDK\/SDK\/Sources\/Architecture\/Navigation\/Router.swift",
63666382
"kind": "BooleanLiteral",
6367-
"offset": 6715,
6383+
"offset": 7393,
63686384
"length": 4,
63696385
"value": "true"
63706386
},
63716387
{
63726388
"filePath": "\/Users\/fabrizio.scarano\/Developer\/iOS-SDK\/SDK\/Sources\/Architecture\/Navigation\/Router.swift",
63736389
"kind": "BooleanLiteral",
6374-
"offset": 7321,
6390+
"offset": 8173,
63756391
"length": 4,
63766392
"value": "true"
63776393
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ public protocol Routable : AnyObject {
104104
}
105105
@_Concurrency.MainActor public class Router {
106106
@_Concurrency.MainActor final public let merchantRootViewController: UIKit.UIViewController
107-
@_Concurrency.MainActor public var _topViewController: UIKit.UIViewController {
107+
#if compiler(>=5.3) && $NonescapableTypes
108+
@_Concurrency.MainActor public var _topViewController: UIKit.UIViewController? {
108109
get
109110
}
111+
#endif
110112
nonisolated public init(rootViewController: UIKit.UIViewController)
111113
@_Concurrency.MainActor public func start(on viewController: UIKit.UIViewController, animated: Swift.Bool = false, onRestart: @escaping @_Concurrency.MainActor (UIKit.UIViewController) -> Swift.Void = { _ in })
112114
@_Concurrency.MainActor public func showProxyViewController(_ proxyViewController: UIKit.UIViewController) throws

0 commit comments

Comments
 (0)