Skip to content

Commit d28e749

Browse files
[Release] | 3.2.2 (#47)
1 parent 21ca8ff commit d28e749

226 files changed

Lines changed: 20714 additions & 9920 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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.2.2] - Accessibility & QoL
5+
6+
### Added
7+
- A new system of coordinating presented `UIViewController`s that would try to detect and prevent interference with the normal TrueLayer navigation flow. (Generally, the client app should not present external view controllers while the TrueLayer SDK is running. Failing to do so would previously lead to crashes; the new system aims to instead gracefully stop the SDK flow and alert the developer about a mistake on their part.)
8+
9+
### Changed
10+
- Improved the accessibility experience, especially when using VoiceOver
11+
- Rebuilt the codebase for iOS 18 and the new Apple devices
12+
413
## [3.2.1] - Formatting & Other Fixes
514

615
### 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>

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

Lines changed: 5 additions & 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 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
3+
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
44
#ifndef TRUELAYERAPI_SWIFT_H
55
#define TRUELAYERAPI_SWIFT_H
66
#pragma clang diagnostic push
@@ -42,6 +42,8 @@
4242
#include <string.h>
4343
#endif
4444
#if defined(__cplusplus)
45+
#pragma clang diagnostic push
46+
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
4547
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
4648
# include <ptrauth.h>
4749
#else
@@ -55,6 +57,7 @@
5557
# endif
5658
#pragma clang diagnostic pop
5759
#endif
60+
#pragma clang diagnostic pop
5861
#endif
5962

6063
#if !defined(SWIFT_TYPEDEFS)
@@ -288,6 +291,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
288291
#pragma clang diagnostic ignored "-Wunknown-pragmas"
289292
#pragma clang diagnostic ignored "-Wnullability"
290293
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
294+
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
291295

292296
#if __has_attribute(external_source_symbol)
293297
# pragma push_macro("any")
Binary file not shown.

0 commit comments

Comments
 (0)