Commit 75186d2 1 parent 0dc41a7 commit 75186d2 Copy full SHA for 75186d2
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -123,3 +123,9 @@ logic now normalizes the locale name to match the format that iOS accepts.
123
123
* June 3, 2024*
124
124
125
125
- Adds SwiftUI support via attributed string swizzling.
126
+
127
+ ## Transifex iOS SDK 2.0.4
128
+
129
+ * June 21, 2024*
130
+
131
+ - Updates minimum supported OS versions.
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ render '\(stringToRender)' locale code: \(localeCode) params: \(params). Error:
361
361
/// A static class that is the main point of entry for all the functionality of Transifex Native throughout the SDK.
362
362
public final class TXNative : NSObject {
363
363
/// The SDK version
364
- internal static let version = " 2.0.3 "
364
+ internal static let version = " 2.0.4 "
365
365
366
366
/// The filename of the file that holds the translated strings and it's bundled inside the app.
367
367
public static let STRINGS_FILENAME = " txstrings.json "
You can’t perform that action at this time.
0 commit comments