diff --git a/CHANGELOG.md b/CHANGELOG.md index 376fd98..efb990f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # SumUp iOS SDK Changelog +## Version 4.3.5 + +* [FIXED] A crash when using AirPrint on devices running iOS 17 +* [FIXED] A crash when using UIDatePicker on devices running iOS 17 +* [IMPROVEMENT] Miscellaneous bug fixes and enhancements + ## Version 4.3.4 * [BUGFIX] Tip on Card Reader feature: bug fixes and stability improvements diff --git a/README.md b/README.md index 8a78f8d..7d7074f 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.4-yellowgreen.svg?style=flat-square)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/Version-4.3.5-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/SampleApp/SumUpSDKSampleApp.xcodeproj/project.pbxproj b/SampleApp/SumUpSDKSampleApp.xcodeproj/project.pbxproj index 60ee631..1fabf12 100644 --- a/SampleApp/SumUpSDKSampleApp.xcodeproj/project.pbxproj +++ b/SampleApp/SumUpSDKSampleApp.xcodeproj/project.pbxproj @@ -448,7 +448,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MARKETING_VERSION = 4.3.4; + MARKETING_VERSION = 4.3.5; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_VERSION = 5.0; @@ -496,7 +496,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MARKETING_VERSION = 4.3.4; + MARKETING_VERSION = 4.3.5; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; diff --git a/SumUpSDK.podspec b/SumUpSDK.podspec index 52f4d53..363de26 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.4" + s.version = "4.3.5" 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 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 723363e..314dcf6 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 5a32738..fa9771e 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/Modules/SumUpSDK.swiftmodule/arm64-apple-ios.abi.json b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Modules/SumUpSDK.swiftmodule/arm64-apple-ios.abi.json index 8c522cc..b736b06 100644 --- a/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Modules/SumUpSDK.swiftmodule/arm64-apple-ios.abi.json +++ b/SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Modules/SumUpSDK.swiftmodule/arm64-apple-ios.abi.json @@ -7,7 +7,7 @@ }, "ConstValues": [ { - "filePath": "\/Users\/jenkins\/node\/workspace\/sumup-orga_iOS-Merchant_PR-8020\/code\/Cashier\/Cashier\/WeakContainer.swift", + "filePath": "\/Users\/jadeburton\/iOS-Merchant\/code\/Cashier\/Cashier\/WeakContainer.swift", "kind": "Array", "offset": 363, "length": 2, 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 ac936fe..3dee738 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 ad02be6..179ff8d 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 d44fa28..2e50581 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 b4e254c..5500b88 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 818494e..b50da83 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/Modules/SumUpSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/Modules/SumUpSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json index 8c522cc..b736b06 100644 --- a/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/Modules/SumUpSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/SumUpSDK.xcframework/ios-x86_64-simulator/SumUpSDK.framework/Modules/SumUpSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -7,7 +7,7 @@ }, "ConstValues": [ { - "filePath": "\/Users\/jenkins\/node\/workspace\/sumup-orga_iOS-Merchant_PR-8020\/code\/Cashier\/Cashier\/WeakContainer.swift", + "filePath": "\/Users\/jadeburton\/iOS-Merchant\/code\/Cashier\/Cashier\/WeakContainer.swift", "kind": "Array", "offset": 363, "length": 2, 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 1e872ca..520e31d 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 ad02be6..179ff8d 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 6104dc1..249479f 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