add new version 21.0.6-SNAPSHOT-505
This commit is contained in:
parent
818d4c0c73
commit
fdc6436b57
@ -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.1.1")
|
||||
.branch("modernize")
|
||||
),
|
||||
.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.1.1/WebIdIosBankIdentPlugin.framework-v15.1.1.zip",
|
||||
checksum: "ef89e3282aeda6a01701ddd285114e10c540327d67aa02543c466eeedd4a5526"
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/modernize/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.6/WebIdIosBankIdentPlugin.framework-v21.0.6-SNAPSHOT-505.zip",
|
||||
checksum: "d0dc48f62115087e57eb82623829c592971375b10268018b3de7e8ffd588e715"
|
||||
),
|
||||
.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