6
0

add new version 11.0.1-SNAPSHOT-768

This commit is contained in:
mac-mini-003 2024-07-12 12:43:38 +02:00
parent 4d05ae4757
commit 9d317644f7

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("11.0.1")
.exact("12.0.0")
),
.package(
name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.exact("8.0.1")
.exact("9.0.0")
)
],
targets: [
.binaryTarget(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-767.zip",
checksum: "ad7b7a2be22548312a109d8fab709610c5e888cbb5cada5e626ce56fcdaba418"
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-768.zip",
checksum: "a1a7aee3837e813dc2699f34eedf02cb06fadf0ce268100c42d24dba1b815b6d"
),
.target(
name: "WebIdDigitalSigningPluginWrapper",