Releases: phrase/ios-sdk
Releases · phrase/ios-sdk
5.0.0
- Support Swift 6.0
- change updateTranslation method
Migration guide: https://github.com/phrase/ios-sdk?tab=readme-ov-file#migration-guide-from-version-4xx-to-5xx
Note: Build with Xcode 16.1 & Swift 6.0
4.4.3
- Cocoa Pods Release (same code as 4.4.2)
Note: Build with Xcode 15.4
4.4.2
- Add: Code signing
Note: Build with Xcode 15.4
4.4.1
Changes
- Add: Privacy Manifest
Note: Build with Xcode 15.3
4.4.0
Changes
- Change: The minimum SDK version is now iOS 12
- Change: Need Xcode 15
Note: Build with Xcode 15.2
4.3.4
4.3.3
Changes
- Fixes: handling of the http status code, which would lead to an inconsistentUpdate error
- New: more logging and more error cases
Note: Build with Xcode 14.3.1
4.3.2
Changes
- Fixes: codesigning for mac catalyst
Note: Build with Xcode 14.3.1
4.3.1
4.3.0
Changes
- [Fixed] Allow translation for multiple tables in the Main Bundle (was disabled by https://github.com/phrase/ios-sdk/releases/tag/4.2.0).
- [Added] Mac Catalyst support
Note: If you do not want OTA to translate any table in the main package besides the default Localizable
table, set Phrase.shared.configuration.ignoreOtherTables = true
.