Skip to content

Commit 7654d51

Browse files
Release Version 4.3.3
1 parent c209511 commit 7654d51

37 files changed

+1380
-159
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
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.3.2/PhraseSDK.xcframework.zip",
20-
checksum: "536654475a1cfd676ee683c226380c2a77f2df7ca03dade62ab5864d31a12a24"
19+
url: "https://github.com/phrase/ios-sdk/releases/download/4.3.3/PhraseSDK.xcframework.zip",
20+
checksum: "55de8eb774152869b9d2ffe1e6f09d425607b5ea51631de524cda222411e812c"
2121
),
2222
]
2323
)

PhraseSDK.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"4.2.0": "https://github.com/phrase/ios-sdk/releases/download/4.2.0/PhraseSDK.xcframework.zip",
1313
"4.3.0": "https://github.com/phrase/ios-sdk/releases/download/4.3.0/PhraseSDK.xcframework.zip",
1414
"4.3.1": "https://github.com/phrase/ios-sdk/releases/download/4.3.1/PhraseSDK.xcframework.zip",
15-
"4.3.2": "https://github.com/phrase/ios-sdk/releases/download/4.3.2/PhraseSDK.xcframework.zip"
15+
"4.3.2": "https://github.com/phrase/ios-sdk/releases/download/4.3.2/PhraseSDK.xcframework.zip",
16+
"4.3.3": "https://github.com/phrase/ios-sdk/releases/download/4.3.3/PhraseSDK.xcframework.zip"
1617
}

PhraseSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PhraseSDK'
3-
s.version = '4.3.2'
3+
s.version = '4.3.3'
44
s.summary = 'iOS SDK for Phrase'
55
s.homepage = 'https://phrase.com'
66
s.documentation_url = 'https://help.phrase.com/help/phrase-over-the-air-introduction'

PhraseSDK.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-maccatalyst</string>
1212
<key>LibraryPath</key>
1313
<string>PhraseSDK.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>maccatalyst</string>
2023
</dict>
2124
<dict>
2225
<key>DebugSymbolsPath</key>
@@ -39,18 +42,15 @@
3942
<key>DebugSymbolsPath</key>
4043
<string>dSYMs</string>
4144
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-maccatalyst</string>
45+
<string>ios-arm64</string>
4346
<key>LibraryPath</key>
4447
<string>PhraseSDK.framework</string>
4548
<key>SupportedArchitectures</key>
4649
<array>
4750
<string>arm64</string>
48-
<string>x86_64</string>
4951
</array>
5052
<key>SupportedPlatform</key>
5153
<string>ios</string>
52-
<key>SupportedPlatformVariant</key>
53-
<string>maccatalyst</string>
5454
</dict>
5555
</array>
5656
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)