add new version 20.2.2-SNAPSHOT-436
This commit is contained in:
parent
8c905b8a07
commit
d0650b1228
@ -14,22 +14,22 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
.package(
|
||||
name: "XS2AiOS",
|
||||
url: "https://github.com/FinTecSystems/xs2a-ios",
|
||||
.exact("2.2.1")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdPluginCore",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
|
||||
.branch("snapshots")
|
||||
),
|
||||
.package(
|
||||
name: "XS2AiOS",
|
||||
url: "https://github.com/FinTecSystems/xs2a-ios",
|
||||
.exact("2.1.0")
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
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",
|
||||
checksum: "5e26de018bd2053532e9c57c2cff95fd8bf731e629d24f3091f6d4d7cc64e01b"
|
||||
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: "7421665908e49a12001d90db081822a2d1c958970939415e8984885bee09f829"
|
||||
),
|
||||
.target(
|
||||
name: "WebIdIosBankIdentPluginWrapper",
|
||||
@ -37,8 +37,8 @@ let package = Package(
|
||||
.target(name: "WebIdIosBankIdentPlugin"),
|
||||
// [target dependecies here]
|
||||
|
||||
.product(name: "XS2AiOS", package: "XS2AiOS"),
|
||||
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
||||
.product(name: "XS2AiOS", package: "XS2AiOS"),
|
||||
]
|
||||
)
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user