6
0

add new version 11.3.0

This commit is contained in:
mac-mini-003 2025-01-28 13:32:10 +01:00
parent 6728ce5298
commit 03d8cea74a

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.2.1") .exact("13.3.0")
), ),
.package( .package(
name: "XS2AiOS", name: "XS2AiOS",
url: "https://github.com/FinTecSystems/xs2a-ios", url: "https://github.com/FinTecSystems/xs2a-ios",
.exact("2.0.0") .exact("2.1.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosBankIdentPlugin/11.2.0/WebIdIosBankIdentPlugin.framework-v11.2.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosBankIdentPlugin/11.3.0/WebIdIosBankIdentPlugin.framework-v11.3.0.zip",
checksum: "93724356807b3966e0a3467f9733d9f59fe0ef073dec8d93dc4bd90dafce3c7e" checksum: "be6159c8ab59ee667e8a3fc554445038ebf99ead78650910e746a41d6dc7acf1"
), ),
.target( .target(
name: "WebIdIosBankIdentPluginWrapper", name: "WebIdIosBankIdentPluginWrapper",