add new version 20.2.2-SNAPSHOT-438
This commit is contained in:
parent
087fa113a8
commit
1e86705d4f
@ -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.0.0")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdPluginCore",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
|
||||
.exact("12.1.0")
|
||||
.branch("experimental")
|
||||
),
|
||||
.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/experimental/de/webid-solutions/WebIdIosBankIdentPlugin/10.2.0/WebIdIosBankIdentPlugin.framework-v10.2.0-SNAPSHOT-343.zip",
|
||||
checksum: "389f7a1789577be825cef4922f3a3bd6d283ae423f8a52175b08cd9903af261d"
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosBankIdentPlugin/20.2.2/WebIdIosBankIdentPlugin.framework-v20.2.2-SNAPSHOT-438.zip",
|
||||
checksum: "7a5bc47d0ba1ea86b4bbe3aa69f3f28bc6053d8c70cc92a774cded57e03d2798"
|
||||
),
|
||||
.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