Skip to content

Commit

Permalink
Release Version 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenapploft committed Apr 8, 2024
1 parent a3819f3 commit 9df27e2
Show file tree
Hide file tree
Showing 47 changed files with 3,797 additions and 9,903 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.0/PhraseSDK.xcframework.zip",
checksum: "35fa697f6cf99f9b69617717d714070493e5c6d9b07065d8a4fbfe2ccca16110"
url: "https://github.com/phrase/ios-sdk/releases/download/4.4.1/PhraseSDK.xcframework.zip",
checksum: "f6ee21bc30c603819e1bf953d71418fdc36c9556049bc51bd12a13c58afded16"
),
]
)
3 changes: 2 additions & 1 deletion PhraseSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"4.3.2": "https://github.com/phrase/ios-sdk/releases/download/4.3.2/PhraseSDK.xcframework.zip",
"4.3.3": "https://github.com/phrase/ios-sdk/releases/download/4.3.3/PhraseSDK.xcframework.zip",
"4.3.4": "https://github.com/phrase/ios-sdk/releases/download/4.3.4/PhraseSDK.xcframework.zip",
"4.4.0": "https://github.com/phrase/ios-sdk/releases/download/4.4.0/PhraseSDK.xcframework.zip"
"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"
}
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.0'
s.version = '4.4.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
#ifndef PHRASESDK_SWIFT_H
#define PHRASESDK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file modified PhraseSDK.xcframework/ios-arm64/PhraseSDK.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit 9df27e2

Please sign in to comment.