Skip to content

Commit e9f3588

Browse files
author
Phrase
committedJan 27, 2025
Release Version 5.0.0
1 parent 6a44bf5 commit e9f3588

File tree

52 files changed

+3865
-5328
lines changed

Some content is hidden

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

52 files changed

+3865
-5328
lines changed
 

‎Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: [
1717
.binaryTarget(
1818
name: "PhraseSDK",
19-
url: "https://github.com/phrase/ios-sdk/releases/download/4.4.3/PhraseSDK.xcframework.zip",
20-
checksum: "7fddf03bff9470fe42adf9522574a9c009925af552740c4b4fb14889fb683b0a"
19+
url: "https://github.com/phrase/ios-sdk/releases/download/5.0.0/PhraseSDK.xcframework.zip",
20+
checksum: "ce8cd6bfe0d3fdf2ddfacba1b5561792006fccdcc0ed0fde3149f4b50a4a0ae2"
2121
),
2222
]
2323
)

‎PhraseSDK.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"4.4.0": "https://github.com/phrase/ios-sdk/releases/download/4.4.0/PhraseSDK.xcframework.zip",
1919
"4.4.1": "https://github.com/phrase/ios-sdk/releases/download/4.4.1/PhraseSDK.xcframework.zip",
2020
"4.4.2": "https://github.com/phrase/ios-sdk/releases/download/4.4.2/PhraseSDK.xcframework.zip",
21-
"4.4.3": "https://github.com/phrase/ios-sdk/releases/download/4.4.3/PhraseSDK.xcframework.zip"
21+
"4.4.3": "https://github.com/phrase/ios-sdk/releases/download/4.4.3/PhraseSDK.xcframework.zip",
22+
"5.0.0": "https://github.com/phrase/ios-sdk/releases/download/5.0.0/PhraseSDK.xcframework.zip"
2223
}

0 commit comments

Comments
 (0)
Please sign in to comment.