Skip to content

Commit

Permalink
Release Version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Jan 27, 2025
1 parent 6a44bf5 commit e9f3588
Show file tree
Hide file tree
Showing 52 changed files with 3,865 additions and 5,328 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "PhraseSDK",
url: "https://github.com/phrase/ios-sdk/releases/download/4.4.3/PhraseSDK.xcframework.zip",
checksum: "7fddf03bff9470fe42adf9522574a9c009925af552740c4b4fb14889fb683b0a"
url: "https://github.com/phrase/ios-sdk/releases/download/5.0.0/PhraseSDK.xcframework.zip",
checksum: "ce8cd6bfe0d3fdf2ddfacba1b5561792006fccdcc0ed0fde3149f4b50a4a0ae2"
),
]
)
3 changes: 2 additions & 1 deletion PhraseSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"4.4.0": "https://github.com/phrase/ios-sdk/releases/download/4.4.0/PhraseSDK.xcframework.zip",
"4.4.1": "https://github.com/phrase/ios-sdk/releases/download/4.4.1/PhraseSDK.xcframework.zip",
"4.4.2": "https://github.com/phrase/ios-sdk/releases/download/4.4.2/PhraseSDK.xcframework.zip",
"4.4.3": "https://github.com/phrase/ios-sdk/releases/download/4.4.3/PhraseSDK.xcframework.zip"
"4.4.3": "https://github.com/phrase/ios-sdk/releases/download/4.4.3/PhraseSDK.xcframework.zip",
"5.0.0": "https://github.com/phrase/ios-sdk/releases/download/5.0.0/PhraseSDK.xcframework.zip"
}
2 changes: 1 addition & 1 deletion PhraseSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PhraseSDK'
s.version = '4.4.3'
s.version = '5.0.0'
s.summary = 'iOS SDK for Phrase'
s.homepage = 'https://phrase.com'
s.documentation_url = 'https://help.phrase.com/help/phrase-over-the-air-introduction'
Expand Down
18 changes: 9 additions & 9 deletions PhraseSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<array>
<dict>
<key>BinaryPath</key>
<string>PhraseSDK.framework/Versions/A/PhraseSDK</string>
<string>PhraseSDK.framework/PhraseSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PhraseSDK.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -21,42 +21,42 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PhraseSDK.framework/PhraseSDK</string>
<string>PhraseSDK.framework/Versions/A/PhraseSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>PhraseSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PhraseSDK.framework/PhraseSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PhraseSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified PhraseSDK.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified PhraseSDK.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit e9f3588

Please sign in to comment.