add new version 20.2.1
This commit is contained in:
parent
22f70ce769
commit
98ff24bf8f
@ -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",
|
||||
.exact("15.0.0")
|
||||
.exact("20.2.1")
|
||||
),
|
||||
.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/internal/de/webid-solutions/WebIdIosBankIdentPlugin/15.0.0/WebIdIosBankIdentPlugin.framework-v15.0.0.zip",
|
||||
checksum: "de5d19e5c8c1d1650f89454178b1d870ccb22eb07993ece6a57b3b703963147b"
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosBankIdentPlugin/20.2.1/WebIdIosBankIdentPlugin.framework-v20.2.1.zip",
|
||||
checksum: "ed54193131488a93444faa813fd85115651e0a274533caf24c0326f7f3484e8a"
|
||||
),
|
||||
.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