Skip to content

Commit

Permalink
Release Version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenapploft committed Oct 11, 2023
1 parent fd1087c commit 7ff96f6
Show file tree
Hide file tree
Showing 31 changed files with 1,900 additions and 4,581 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.3.0/PhraseSDK.xcframework.zip",
checksum: "60cf2d09f706e4c5cb19100ef437dcb12322eed598b995354a826c737782566e"
url: "https://github.com/phrase/ios-sdk/releases/download/4.3.1/PhraseSDK.xcframework.zip",
checksum: "667207641254b1207d150d2343292295f19a7914b678e78fec7d05983774944a"
),
]
)
3 changes: 2 additions & 1 deletion PhraseSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"4.0.1": "https://github.com/phrase/ios-sdk/releases/download/4.0.1/PhraseSDK.xcframework.zip",
"4.1.0": "https://github.com/phrase/ios-sdk/releases/download/4.1.0/PhraseSDK.xcframework.zip",
"4.2.0": "https://github.com/phrase/ios-sdk/releases/download/4.2.0/PhraseSDK.xcframework.zip",
"4.3.0": "https://github.com/phrase/ios-sdk/releases/download/4.3.0/PhraseSDK.xcframework.zip"
"4.3.0": "https://github.com/phrase/ios-sdk/releases/download/4.3.0/PhraseSDK.xcframework.zip",
"4.3.1": "https://github.com/phrase/ios-sdk/releases/download/4.3.1/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.3.0'
s.version = '4.3.1'
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
12 changes: 5 additions & 7 deletions PhraseSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,35 @@
<string>simulator</string>
</dict>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</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>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</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>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down

This file was deleted.

Binary file modified PhraseSDK.xcframework/ios-arm64/PhraseSDK.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit 7ff96f6

Please sign in to comment.