From 748c3d514a9e72d0ddb0071ba4141d93478cf1ae Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 22 May 2024 19:50:37 +0200 Subject: [PATCH] Apple Bindings | Update SDKCrypto podspec files --- bindings/apple/MatrixSDKCrypto-Local.podspec | 8 ++++---- bindings/apple/MatrixSDKCrypto.podspec | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bindings/apple/MatrixSDKCrypto-Local.podspec b/bindings/apple/MatrixSDKCrypto-Local.podspec index f9e9d978a..e4984ca13 100644 --- a/bindings/apple/MatrixSDKCrypto-Local.podspec +++ b/bindings/apple/MatrixSDKCrypto-Local.podspec @@ -3,14 +3,14 @@ Pod::Spec.new do |s| s.name = "MatrixSDKCrypto" - s.version = "0.0.1" + s.version = "0.4.1" s.summary = "Uniffi based bindings for the Rust SDK crypto crate." s.homepage = "https://github.com/matrix-org/matrix-rust-sdk" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } s.author = { "matrix.org" => "support@matrix.org" } - - s.ios.deployment_target = "11.0" - s.osx.deployment_target = "10.10" + + s.ios.deployment_target = "13.0" + s.osx.deployment_target = "10.15" s.swift_versions = ['5.1', '5.2'] diff --git a/bindings/apple/MatrixSDKCrypto.podspec b/bindings/apple/MatrixSDKCrypto.podspec index bd164b548..beb47e4c7 100644 --- a/bindings/apple/MatrixSDKCrypto.podspec +++ b/bindings/apple/MatrixSDKCrypto.podspec @@ -1,16 +1,16 @@ Pod::Spec.new do |s| s.name = "MatrixSDKCrypto" - s.version = "0.0.1" # Version is only incremented manually and locally before pushing to CocoaPods + s.version = "0.4.1" # Version is only incremented manually and locally before pushing to CocoaPods s.summary = "Uniffi based bindings for the Rust SDK crypto crate." s.homepage = "https://github.com/matrix-org/matrix-rust-sdk" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } s.author = { "matrix.org" => "support@matrix.org" } - s.ios.deployment_target = "11.0" - s.osx.deployment_target = "10.10" + s.ios.deployment_target = "13.0" + s.osx.deployment_target = "10.15" - s.swift_versions = ['5.0'] + s.swift_versions = ['5.1', '5.2'] s.source = { :http => "https://github.com/matrix-org/matrix-rust-sdk/releases/download/matrix-sdk-crypto-ffi-#{s.version}/MatrixSDKCryptoFFI.zip" } s.vendored_frameworks = "MatrixSDKCryptoFFI.xcframework"