6
0

add new version 20.2.2-SNAPSHOT-436

This commit is contained in:
mac-mini-003 2025-09-04 17:39:01 +02:00
parent 8c905b8a07
commit d0650b1228

View File

@ -14,22 +14,22 @@ let package = Package(
], ],
dependencies: [ dependencies: [
// Dependencies declare other packages that this package depends on. // Dependencies declare other packages that this package depends on.
.package(
name: "XS2AiOS",
url: "https://github.com/FinTecSystems/xs2a-ios",
.exact("2.2.1")
),
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.branch("snapshots") .branch("snapshots")
),
.package(
name: "XS2AiOS",
url: "https://github.com/FinTecSystems/xs2a-ios",
.exact("2.1.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/15.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-369.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/20.2.2/WebIdIosBankIdentPlugin.framework-v20.2.2-SNAPSHOT-436.zip",
checksum: "5e26de018bd2053532e9c57c2cff95fd8bf731e629d24f3091f6d4d7cc64e01b" checksum: "7421665908e49a12001d90db081822a2d1c958970939415e8984885bee09f829"
), ),
.target( .target(
name: "WebIdIosBankIdentPluginWrapper", name: "WebIdIosBankIdentPluginWrapper",
@ -37,8 +37,8 @@ let package = Package(
.target(name: "WebIdIosBankIdentPlugin"), .target(name: "WebIdIosBankIdentPlugin"),
// [target dependecies here] // [target dependecies here]
.product(name: "XS2AiOS", package: "XS2AiOS"),
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"), .product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
.product(name: "XS2AiOS", package: "XS2AiOS"),
] ]
) )
], ],