diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb9c5a..6c337ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # SumUp iOS SDK Changelog +## Version 4.3.1 + +* [BUGFIX] Podspec fix. The release v4.3.0 does not work with Cocoapods due to an issue in the Podspec file. All changes mentioned in v4.3.0 are available in this release. + ## Version 4.3.0 + * [ADDED] Introduction of the support for SumUp 'Solo' card reader (beta phase) * [ADDED] Prompt may appear after a checkout to recommend updating card reader firmware * [IMPROVEMENT] Refreshed SumUp Brand Design Language for failed, successful and receipt screens diff --git a/README.md b/README.md index 3848106..becb56d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Platform](https://img.shields.io/badge/Platform-iOS-lightgrey.svg?style=flat-square)](#prerequisites) [![Created](https://img.shields.io/badge/Made%20by-SumUp-blue.svg?style=flat-square)](https://sumup.com) [![Supports](https://img.shields.io/badge/Requires-iOS%2010+-red.svg?style=flat-square)]() -[![Version](https://img.shields.io/badge/Version-4.3.0-yellowgreen.svg?style=flat-square)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/Version-4.3.1-yellowgreen.svg?style=flat-square)](CHANGELOG.md) [![License](https://img.shields.io/badge/License-SumUp-brightgreen.svg?style=flat-square)](LICENSE) [![CocoaPods](https://img.shields.io/cocoapods/v/SumUpSDK.svg?style=flat-square)]() [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) diff --git a/SumUpSDK.podspec b/SumUpSDK.podspec index 62887c0..b6df0b8 100644 --- a/SumUpSDK.podspec +++ b/SumUpSDK.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.cocoapods_version = '>= 1.9' s.name = "SumUpSDK" - s.version = "4.3.0" + s.version = "4.3.1" s.summary = "This SDK enables you to integrate SumUp's proprietary card terminal(s) and its payment platform to accept credit and debit card payments." s.description = <<-DESC @@ -24,6 +24,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/sumup/sumup-ios-sdk.git", :tag => "v#{s.version}" } s.vendored_frameworks = "SumUpSDK.xcframework" - s.platform = :ios, "10.0" + s.platform = :ios, "12.0" end diff --git a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist index ef53b1c..95075c1 100644 Binary files a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist and b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist differ diff --git a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Info.plist b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Info.plist index 42fcdbc..664cab4 100644 Binary files a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Info.plist and b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Info.plist differ diff --git a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist index 48ec914..ce44469 100644 Binary files a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist and b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist differ diff --git a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist index f574f62..b7c7c99 100644 Binary files a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist and b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist differ diff --git a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SumUpSDK b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SumUpSDK index 9470748..d9b304a 100755 Binary files a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SumUpSDK and b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SumUpSDK differ diff --git a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist index 396f2c1..61d625d 100644 Binary files a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist and b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/CircuitUIResources.bundle/Info.plist differ diff --git a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/Info.plist b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/Info.plist index 08380ab..7081b2a 100644 Binary files a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/Info.plist and b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/Info.plist differ diff --git a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist index 0cf69b5..fe5cae3 100644 Binary files a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist and b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/Info.plist differ diff --git a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist index f574f62..b7c7c99 100644 Binary files a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist and b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SMPSharedResources.bundle/SumUp-SDK-Info.plist differ diff --git a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SumUpSDK b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SumUpSDK index 77e4d88..fe6da9f 100755 Binary files a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SumUpSDK and b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/SumUpSDK differ